Top "Asp-classic" questions

Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages.

Detailed 500 error message, ASP + IIS 7.5

IIS 7.5 , 2008rc2, classic asp, 500 error msg: The page cannot be displayed because an internal server error has occurred. I need …

asp-classic error-handling iis-7.5
Update div with jQuery ajax response html

I am trying to update a div with the content from an ajax html response. I beleive I have the …

jquery ajax asp-classic get replacewith
File URL "Not allowed to load local resource" in the Internet Browser

I've got a major brainteaser. I want to open a file in classic ASP. I'm using various variables because things …

html url asp-classic href
How to resolve "The requested URL was rejected. Please consult with your administrator." error?

I have a ASP application. On click of a particular link, some VB scripts are executed and an ASP page …

asp-classic vbscript
Response Buffer Limit Exceeded

I am running a simple query to get data out of my database & display them. I'm getting an error …

asp-classic buffering
Error checking for NULL in VBScript

I have the following VBScript in a Classic ASP page: function getMagicLink(fromWhere, provider) dim url url = "magic.asp?fromwhere=" &…

asp-classic vbscript null nullreferenceexception nothing
Getting Error 800a0e7a "Provider cannot be found. It may not be properly installed."

So I am going back to a project I created in College, so I can transfer it to PHP. I …

asp-classic
How to enable ASP classic in IIS7.5

I am running IIS 7.5 in Windows 7 and have already gone into "Turn Windows features on or off" and enabled ASP …

asp-classic iis-7.5 http-error
Conversion failed when converting from a character string to uniqueidentifier

Created a stored procedure in SQL 9 (2005) and have since upgraded to SQL 10 (2008). Since then, the following stored procedure has stopped …

sql sql-server-2008 asp-classic
Is try-catch like error handling possible in ASP Classic?

What options are there in ASP Classic for error handling? For example: I'm using the Mail.SendMail function but when …

error-handling asp-classic