Windows 10, IIS 10, Classic ASP, .NET v2.0 Classic
Custom 404 Error pages that have been working on my test machine for years, with Windows 7, no longer work within Windows 10's IIS.
I set everything up in IIS Error Pages.
This is my code from the…
Am I missing something here? I am trying to configure Classic ASP on Windows 2008 Server SP1 and all the documentation points to an ASP option in the features view of IIS7.
I've got IIS7 open, Classic ASP is enabled but for the life of me I can't…
I have a Win 2003 / IIS 6 web server with thousands of configured sites. Two sites are independent, and the rest all share roughly the same configuration.
There is some common code in a directory, and then each site has it's own classic ASP code…
Here's my situation - I've had an ASP.NET application running in production for a long time now (Framework 2.0) and recently migrated from one root directory to another by switching the app's home path in IIS. Everything is running just fine, except…
We're about to do some major maintanence on an IIS 6 / ASP (Classic) website. We want all visitors to be redirected to a "Coming Soon" page (or something similar). This should NOT apply to our dev team (operating remotely), so we'd want to specify…
We've been struggling with this for the past 12 or so months. We think it's due to either one or two apps that are leaking memory or a large amount of leaks that have finally accumulated over years of programming in classic ASP. We've begun the…
We have a classic ASP website that seems to be randomly falling over, problem is its on Win2008 / IIS7 so when by chance it happens all we can see is a 505 page?? I need to see the error on the page so I can fix it, any ideas how to make IIS7 work…
We are running Windows Server 2008 R2 with IIS 7.5 and have 4-5 Classic ASP sites to install. The main site is stored in wwwroot and the other sites are stored in folders below wwwroot.
We have 1 IP address for the server. How do I configure IIS…
I have an ASP file that is trying to make a webservice request to an ASP.NET webservice running on the same server under the same virtual directory. In IIS the virtual directory is set up to disable anonymous access and "integrated windows…
Recently had an issues with a server upgrade from IIS 6 on Windows 2003 to IIS 7.5 on Windows 2008 R2 64 bit.
We have a number of websites running on Classic ASP. All the sites sit under a particular site, e.g. www.example.com/foo and…
I'm currently trying to run a classic ASP application which I've been given source code for. I want to set up on my 64bit Windows 7 dev machine and am having trouble with an ODBC based data connection to a MySQL instance.
I'm seeing the…
I am looking for advice on config changes we might make to help aliviate what seems to be a small scale attack on so old classic asp pages on a site we are hosting.
The user in question opens several requests for these classic pages but not in huge…
It appears that when there are more than enough users signed in the sessions get reset in my Classic ASP application.. Why do you think this is?
The Application pool was set to Classic instead of Integrated, not sure if this has any affect on…
I have a really hard time migrating from Windows Server 2003 to Windows 2008 R2. My ASP code seems to work but after a while users start complaining they see other people's responses!
User 1: Search -> Get Record A (*) -> Edit -> Submit
User 2 (on…
What settings need to be in place in order to get impersonation working for a Classic ASP application running under IIS 7.5? I have it working perfectly on my test server (Windows Server 2008 R2), but I have a user who is trying to get it working…