- cassini is the standalone server.
HttpApplication->IHttpHandler (HttpContext)
<system.web>
<httpHandlers>
<add verb="*" path="*.xml" type="TypeName, Assembly" />
Aspx inherits from System.Web.UI.Page
implements IHttpHandler
System.Reflection.Assembly.getExecutingAssembly().Location.
This.GetType().FullName;
This.GetType().BaseType.FullName;
Demand Compilation:
==================
CodeFile is Page directive to autocompile
Inherits
App_Code is to
Precompilation:
==================
bin is precompiled.
No comments:
Post a Comment