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
1 answer

IIS 10 Custom 404 Error pages not working

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…
Wayne Barron
  • 151
  • 1
  • 6
1
vote
2 answers

Classic ASP in the Feature View

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…
jdiaz
  • 1,189
  • 3
  • 16
  • 16
1
vote
3 answers

IIS 6: The system cannot find the file specified

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…
1
vote
3 answers

Why won’t my classic ASP page run in the root of my ASP.NET app?

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…
jtalarico
  • 247
  • 1
  • 6
  • 11
1
vote
2 answers

How can I do a "Coming Soon" redirect on IIS6 for everyone except a couple specific IPs?

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…
Colin O'Dell
  • 135
  • 1
  • 7
1
vote
0 answers

ASP.DLL memory leak (or something) forcing constant restart of w3wp

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…
Aarmora
  • 113
  • 4
1
vote
3 answers

Make IIS7 Show Error? And stop showing 505 page?

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…
YodasMyDad
  • 329
  • 6
  • 14
1
vote
1 answer

How to Configure IIS 7.5 to Host Several Classic ASP Sites using 1 IP Address?

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…
SidC
  • 369
  • 3
  • 9
  • 23
1
vote
4 answers

Which account does ASP (classic) run under when integrated windows authentication is on?

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…
wweicker
  • 505
  • 2
  • 4
  • 13
1
vote
1 answer

Mixed sessions with Classic ASP on IIS 7.5 and Windows 2008 R2 64 bit

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…
Marcin
  • 21
  • 3
1
vote
1 answer

MySQL ODBC Issue: Data source name not found and no default driver specified

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…
gbro3n
  • 259
  • 4
  • 14
1
vote
1 answer

IIS6 Config - Long Running Requests

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…
RichardP
  • 33
  • 1
  • 1
  • 3
1
vote
0 answers

Classic ASP Session Resetting when too busy?

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…
Zee Tee
  • 199
  • 1
  • 3
  • 10
1
vote
0 answers

IIS 7.5 Caching Classic ASP Responses and Static Files

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…
1
vote
1 answer

Getting Impersonation working in Classic ASP app under IIS 7.5

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…