I have not used inline scripting in VS 2005, is it different than VS 2003? When I compiled my code in VS 2003 it did not check the inline scripts.
> Date: Tue, 18 Apr 2006 14:12:24 -0400> From: [EMAIL PROTECTED]> Subject: Re: > [ADVANCED-DOTNET] VS ASP.NET 2005> To: [email protected]> > > > 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 =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
