Questions tagged [asp-classic]

The (usually-IIS-hosted) ASP3 platform

The Application Server Page 3 server-side web application scripting platform.

113 questions
1
vote
2 answers

Active Server Pages error 'ASP 0126' classic asp pls help

our company have a a old classic asp application, we have no choice but to host it. I just moved it to another server. It was perfectly running fine in old server but in this new server it's continuously giving this error. I am running windows 2003…
sagarmatha
  • 127
  • 2
  • 4
1
vote
2 answers

Task Scheduler offers download of .asp script instead of running it

I scheduled this action on Task Manager on Server 2008: Start a program C:\Program Files\Internet Explorer\iexplore.exe" "D:\Inetpub\pathToMy\script.asp" When the task runs, IE opens quickly and closes, leaving behind a "Do you want to open or save…
rg89
  • 143
  • 1
  • 7
1
vote
4 answers

Cant Connect to Local SQL Server 2000 instance in code (but no problem with SQL Management studio)

I have just moved from Vista to Windows 7 with my development environment and ALL OF A SUDDEN my web app cannot connect to the local SQL Server instance [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Funily…
Jimbo
  • 309
  • 1
  • 5
  • 16
1
vote
3 answers

asp classic on IIS7 error 500 + 8002801d

I have a Win 2008 Server running IIS7. There are a few old ASP sites that still need to live on this box. I enabled ASP and the sites where running fine until yesterday. Now when the ASP site goes to connect to a database I get a 500 error. In the…
NitroxDM
  • 635
  • 1
  • 15
  • 29
1
vote
2 answers

Enabling Classic ASP Connection Pooling in IIS 6.0

We have an application running on Classic ASP which I'd like to get to use connection pooling. The application currently uses this as its connection string: "Provider=MSDASQL; Driver={SQL Server}; Server=db.example.com; Database=DBName;…
Zorlack
  • 395
  • 1
  • 5
  • 13
1
vote
2 answers

“Login failed for user ‘NT AUTHORITY\ANONYMOUS LOGON’.” to SQL Server 2005

I'm trying to migrate a legacy application we have to Windows Server 2008 x64 and IIS7. It's written in Classic ASP and connects to a SQL Server 2005 database. However, when the page runs, I receive the error: [Microsoft][ODBC SQL Server Driver][SQL…
LiamGu
  • 131
  • 3
  • 10
1
vote
1 answer

Generic HTTP 500 Error Message On Hosted Sites (like GoDaddy)

I decided to post this because I battled to find out how to do it and couldnt see anything on Stackoverflow about it. Often when you host with a provider like GoDaddy, they have "Custom Error Messages" set to ON. What I didnt realise was that the…
Jimbo
  • 309
  • 1
  • 5
  • 16
1
vote
1 answer

Error: File home.asp Unexpected error. A trappable error (C0000005) occurred in an external object. Using ODBC Connector

How can I get my application pool to stop crashing on me? Background All was working well for many years, until I updated Windows 10 Pro to the suggested update Windows Feature Experience Pack. Current System: Edition Windows 10 Pro Version …
MeSo2
  • 254
  • 1
  • 3
  • 18
1
vote
0 answers

Container does not start in Azure or deployment is prevented due to compatibility issue

I am successful in containerizing the demo classic asp in local environment and it works - but in deploying to Azure I encounter (for example with the following base images "mcr.microsoft.com/windows/servercore/iis:windowsservercore-1803,…
M.Y.
  • 111
  • 1
0
votes
1 answer

cdosys mail from classic ASP

I am supporting a customer running a proprietary Content Management System written in Classic ASP. Certain pages use the cdosys message routine to send email. This is used to report page errors back to me as well as email password reminders and…
0
votes
1 answer

Risks to increasing the IIS 7 --"Maximum Requesting Entity Body Limit"

IIS 7 -- "Maximum Requesting Entity Body Limit" It is certainly easy enough to increase the field "Maximum Requesting Entity Body Limit" in IIS 7. Has anyone encountered risks to increasing this limit past 1 000 000 ? (one million)? This is for a…
JosephDoggie
  • 229
  • 2
  • 4
  • 14
0
votes
2 answers

IIS 10.0, Classic ASP cannot create MSXml2.ServerXmlHttp.6.0 object

I've got two Server 2016 machines running a Classic ASP application in an x64 Integrated pool and Shared Configuration. I thought that both servers were setup identically, however one server gets an error on: Set obj =…
Scott H
  • 11
  • 5
0
votes
1 answer

Erro 502.4 configuring load balancer with IIS server Farm

I'm trying to do the follow configuration with IIS SERVER02 - Run two sites (SITE_A with anonymous Authentication, SITE B with WIndows Authentication) SERVER03 - Run two sites (SITE_A with anonymous Authentication, SITE B with WIndows…
Joao Vitorino
  • 146
  • 1
  • 9
0
votes
1 answer

IIS 5.1 configuration - can newlines be filtered in Classic ASP response headers

In ASP.NET, there is a setting EnableHeaderChecking that ensures no CRLF (newlines) are output in response headers. This prevents possible "response splitting" attacks. Is there any equivalent configuration for classic ASP pages - specifically in…
frankadelic
  • 337
  • 1
  • 4
  • 16
0
votes
0 answers

Can't map *.asp to aspnet handler in IIS, keeps using StaticFile handler

Title says it all. I had this working once previously on the same server but cannot for the life of me figure out what is different. The MVC app is already setup to handle the incoming URL's and reroute them using 301's. But for that to work, IIS…
Neil N
  • 101
  • 2