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.
<% 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-caseI 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-includesI 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+ createobjectI 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.redirectWhere does classic ASP store the value for session timeout? I have looked through the code and this classic ASP …
iis-7 asp-classic session-timeoutI'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-frontendHere's the gist: I have a call I want to make in asp, and I do not care about the …
asp-classic asynchronous serverxmlhttpI'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-parametersI want to get the current domain so if the page is http://www.domain.com/page.asp I need …
asp-classic