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…
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…
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…
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…
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;…
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…
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…
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 …
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,…
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…
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…
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 =…
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…
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…
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…