Category Archives: ASP

By June 13, 2012

error: Download files via HTTP using ADODB.Stream – server cancel connection If you are using the following line of code please remove it. This is not require under IIS7 and will cause a permissions error   “Response.AddHeader “Content-Length”, strFileSize”


Read More
By February 28, 2012

Full Error Cannot use a leading .. to exit above the top directory. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Cannot use a leading .. to exit above


Read More
By August 13, 2011

Error: Failed to retrieve the Anonymous User Token for ASP Application The error can occur if you are running a classic asp application under iis7 . You will need to disable Run On End Functions . This can be done under the virtual host settings > asp > click the + next to debugging and set run


Read More
By January 30, 2011

Exception information: Exception type: ArgumentOutOfRangeException Exception message: Year, Month, and Day parameters describe an un-representable DateTime. The error is thrown due to how the date is calculated . found this online The only way that method throws the mentioned exception is when the year is less than 1 or greater than 9999 and the month


Read More
By December 21, 2010

Error: Exception Details: System.IndexOutOfRangeException: Cannot find table 0. Possible Solution: I am sure there are a few solutions for this error, but the one we encountered was related to the web.config file being incorrect. The database information was invalid. Hopefully this will help someone who encounters the same isue


Read More
1 2 3 6