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.

Select Case With Conditions ( Classic ASP)

<% i=2 Select Case i Case 1,2,3,4,5,7,8,9,10 response.write("Grade A") Case 11,12,13,14,15,16,17,18,19,20 response.write("Grade B") Case 21,22,23,24,25,26,27,28,29,30 response.write("Grade C") …

vbscript asp-classic select-case
Why isn't #include working on .asp page in IIS7.5?

I saw a similar question to this, but mine is slightly different: I'm get intermittent results with #include files working …

asp-classic iis-7.5 server-side-includes
"Server.CreateObject Failed" on COM+ component creation from classic ASP on IIS 7

I have a classic ASP application running on IIS 7 in Windows Server 2008 R2 Standard. It was working fine at one …

iis-7 asp-classic com+ createobject
Error: The HTTP headers are already written to the client browser

I got this error Response object error 'ASP 0156 : 80004005' Header Error /ordermgmt/updateorderstatus.asp, line 1390 The HTTP headers are already …

asp-classic http-headers response.redirect
ASP check request method

How do i check if my form has been submitted in classic ASP?

asp-classic
Session Timeout in Classic ASP website

Where does classic ASP store the value for session timeout? I have looked through the code and this classic ASP …

iis-7 asp-classic session-timeout
Web frontend to my Powershell scripts for helpdesk

I'd like to have a web frontend to my powershell scripts for helpdesk. These scripts would typically be user-creation scripts …

sharepoint iis powershell asp-classic web-frontend
How do I fire an asynchronous call in asp classic and ignore the response?

Here's the gist: I have a call I want to make in asp, and I do not care about the …

asp-classic asynchronous serverxmlhttp
ASP Classic Named Parameter in Paramaterized Query: Must declare the scalar variable

I'm trying to write a parameterized query in ASP Classic, and it's starting to feel like i'm beating my head …

asp-classic parameterized named-parameters
How can I get the current domain in Classic ASP?

I want to get the current domain so if the page is http://www.domain.com/page.asp I need …

asp-classic