Category Archives: ASP

By July 05, 2009

If you encounter a error stating the server could not load System.Web.Extensions or another dll on the server. it normally means the server does not have the dll installed. They can be copied from your local pc to the server and placed into the bin folder for your application. The dos command to perform this


Read More
By June 01, 2009

Reference svcmap specified argument was out of the range of valid values    this error occurs after deploying a WCF Service to IIS 6 which was referenced from Visual Studio 2008 with .NET Framework 3.5 SP1 and works perfectly in the local development environment. The server is a Windows Server 2003 with .NET Framework 3.5 without the


Read More
By May 25, 2009

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: _Default Ensure your app has been setup as a application and it set to the correct framework within iis also ensure you are


Read More
By May 16, 2009

Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Try adding a Connect Timeout in the web.config The Connect Timeout attribute of a connection string determines how long a SqlConnection Object runs before it stops attempting to connect to a server. Reference


Read More
By April 18, 2009

Error:  Theme ‘Default’ cannot be found in the application or global theme directories. my view: The App_Themes directory is either missing or iis does not have access to it. Reference   Tempory fix will be to remove the reference from the web.config file or commented it out.


Read More
1 2 3 4 5 6