Friday, August 7, 2009

What is a Virtual path provider?


It is a mechanism which extends ASP.NET to serve virtual content to the compiler.
Ex:
It provides content from database instead of file system.


www.codecollege.NET

What is SafeMode Parser in ASP.NET ?


SafeMode parser is an alternate to the ASP.NET Compiler. It does not compile the pages instead interpretatively parse the page.


www.codecollege.NET