> No I don't mean debug it, I mean that it will not do any type
> checking etc.
> If I have the inline on an .aspx page
>
> <%= NoSuchMethod("Garbage") %>
>
> and I compile then the compiler will not throw an error.
> I rest my case, try it if you do not believe me.The compiler does check it. It's just that you're using the ASP.NET compiler, which is invoked upon first access to the page. Now in ASP.NET 2.0 you can precompile your ASPX pages prior to deployment, which sounds like what you're looking for. -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
