Web Site Ping Service=Improved ASP.NET P 2.1
Submitted By:
Unknown
Rating:





(
Rate It)
Share:
By Email
THE PROBLEM: After my ASP.NET website sits idle for more than 20 mins the next request is very slow. The reason is that the application domain is flushed from IIS and the application needs to be recompiled. This was as annoying as it was affecting the traffic to my web site. Changing the processModel settings in the machine.config would solve the problem but my web-hosting provider would not give me access. THE SOLUTION: This windows service solves the problem by requesting a list of web pages at a configurable amount of time in affect keeping the web site "alive". My application domain cache no longer times out and users no longer experience unacceptable response times on my web site. This solution works great for DotNetNuke, Community Server and SQL Reporting Services applications. The service is effective when installed on any computer with a permanent internet connection (T1, Cable, DSL...). Unlike similar products, you get the source code which is simple to modify.
File Details
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Comments (3)
Great Solution




Posted by: Jack Jones on Thursday, December 06, 2007
This solution speed up the initial load time of my pages by 250%, thanks.
Great




Posted by: Jon Fridman on Tuesday, December 11, 2007
This solution worked great for me! Thank you.
Super




Posted by: Tim Jones on Tuesday, December 11, 2007
I was suprised at how easy this solution was to implement
Add Your Rating