|
Download
Online App Box . RESPONSE VALIDATION, SLOW INITIAL RESPONSE TIME |
|
|
|
|
|
data entry validation
canned response
free time tracking software
dataentry validation
-------------------------
|
|
Web questionnaire makes it easy to design feedback forms and online questionnaires. You could compose questionnaires using WQ's WYSIWYG questionnaire editor, retrieve replies via email, then analyze the result using different kinds of report format.
Features of WQ
WYSIWYG questionnaire editor makes questionnaire editing simple.
Create questionnaires in multiple pages.
Integrate with Outlook/Outlook Express/Eudora seamlessly to retrieve questionnaire replies.
30+ available HTML templates for creating great looking questionnaires easily.
Dozens of built-in questionnaire libraries.
Save frequent used questions to library questions.
Question validation to ensure the specific question is answered and format is correct.
Various report format: HTML/Bar/Bar3D/Line/Line3D/Pie/Pie3D.
No Monthly fees, no additional respondent fees.
No JSP/PHP/ASP required for the web server.
Does not need to install any DB or CGI programs to handle the replies.
Score feature to score the reply.
Web Questionnaire: http://www.emailquestionnaire.com/wq412setup.exe |
|
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.
Web Site Ping Service=Improved ASP.NET P: http://www.spikesolutions.net/ViewSolution.aspx?ID=c2b7edc0-5de1-4064-a432-05f6eded3b82
|
|
|
|