Neokernel API

HTTPFileServerAgent.preloadPage Method

Preload's an ASP.NET runtime so that the first access doesn't require the time to load and compile the aspx file.

Overload List

Preload's an ASP.NET runtime so that the first access doesn't require the time to load and compile the aspx file.

public void preloadPage(string,string)

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,string,string)

See Also

HTTPFileServerAgent Class | com.neokernel.httpd Namespace