Neokernel API

HTTPFileServerAgent.preloadPage(String, String, String) Method

Preload's an ASP.NET runtime so that the first access doesn't require the time to load and compile the aspx file. This method is used when the aspx file is in a virtual directory.

public void preloadPage(
   string getRequest,
   string physDir,
   string virtualDir
);

See Also

HTTPFileServerAgent Class | com.neokernel.httpd Namespace | HTTPFileServerAgent.preloadPage Overload List