Re: ASP.Net confusion between 1.1 and 2.0

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Brent,

There are three versions of ASPNET comparing to ASP both for 1.x as for 2.0
A kind of way as is complete as ASP with some new statements
A kind of way with codeBehind but still everytime compiled at runtime
A kind of way with build code Behind, everytime build when you debug it as
well buildable as in every DotNet project.
(The last method is as I use).

The same exist in ASPNET 2.0 with the difference that the build for real is
done in the Publish phase. (There are some moves back from the extreme
difference between a ASPNET application and all other dotNet applications
which were in the first release from 2.0, you can download those changes
from the ASPNET website).

CodeBehind has in 2.0 the name CodePage.

I hope this helps,

Cor

"Brent" <brentwa@xxxxxxxxxxxxxxxx> schreef in bericht
news:%23gMFSCrfGHA.4080@xxxxxxxxxxxxxxxxxxxxxxx
Ok guys/gals i have the task of upgrading a app at work from asp.net 1.1
to 2.0. Since ive only worked with .Net briefly and asp.net once i need a
little help here. I have been googling around and really haven't got the
answer to my question.

I guess my confusion started when we had a meeting on this conversion. The
guy here at work who has done most of our asp.net work told my mananger
that the conversion of asp.net 1.1 to 2.0 might be sticky a little bit
because previously they only had to deploy 1 dll. He said with this new
version it compiles each page as a dll so there would be many more dlls to
deploy. Ok this has confused me. When you deployed a 1.1 asp.net app
didn't you only have to deploy the aspx pages, code behind pages (.vb or
.cs), and the dlls that you referenced in your asp.net app? When you ran
the page .net would compile your entire application and stick the dll in a
temp directory on the web server. Am i incorrect? If i am correct what
does compiling a web project really do other than do maybe syntax checking
when you do it from the IDE?

Ok people this is where im confused. I know .Net has that new Precompile
thing so people can't look at your source files if they break into your
web server but i don't think we are going to be doing that as far as i
know. I know with 2.0 a new feature was the ability to use a different
langauge on each page but i would just think this compile each dll into
the temp directory for the web page.

Any help would be appreciated.

thanks,
Brent



.



Relevant Pages

  • Re: ASP.Net confusion between 1.1 and 2.0
    ... copying any dlls to the web server because asp.net will compile them on ... I guess my confusion started when we had a meeting on this conversion. ... little bit because previously they only had to deploy 1 dll. ... stick the dll in a temp directory on the web server. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ASP.Net confusion between 1.1 and 2.0
    ... dlls to the web server because asp.net will compile them on the fly. ... I guess my confusion started when we had a meeting on this conversion. ... because previously they only had to deploy 1 dll. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)
  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)
  • GlobalMultiUse component breaks its compatibility !!!
    ... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ...
    (microsoft.public.vb.com)