Also, ASP.NET code has never been interpreted, since v1.0 even if you embedded code in your ASPX pages; .NET 2.0 hasn't changed a thing in this regard.
> -----Original Message----- > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED] On Behalf Of Brock Allen > Sent: Tuesday, April 18, 2006 1:12 PM > To: [email protected] > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > > Whenever you compile code the compiler does not check the > > inline scripts. This code is interpeted. > > Umm, no. It's compiled. You can examine the generated assembly. Put this > line in your ASPX to find the generated assembly: > > <%= this.GetType().Assembly.Location %> > > Then open it with ildasm.exe. You'll see the compiled code. > > -Brock > http://staff.develop.com/ballen =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
