Preload's an ASP.NET runtime so that the first access doesn't require the time to load and compile the aspx file.
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)
HTTPFileServerAgent Class | com.neokernel.httpd Namespace