Questions tagged [asp-classic]

The (usually-IIS-hosted) ASP3 platform

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

111 questions
11
votes
6 answers

Failed Request Tracing XML fails to display in Internet Explorer (IIS 7.5)

I have installed the Tracing feature and enabled failed request tracing for a website, to debug a Classic ASP website. The XML logs are created upon occurring errors, however when I open them in IE, instead of getting the nice blue interface I get a…
pilau
  • 281
  • 1
  • 3
  • 8
10
votes
1 answer

Mono's XSP4 on OSX gives Access Forbidden (error 500) for any .aspx or .asp file

I'm on a Mac trying to locally host a copy of an old ASP-based site for testing purposes. Not (yet) using mod_mono for Apache, just the basic standalone XSP server. It was enough of an ordeal just getting to the point where I can at least display a…
blerg
  • 101
  • 2
9
votes
4 answers

How to configure a Web.Config file to allow custom 404 handling while still displaying on-page 500 error detail?

To customize 404 handling and based on the hosting company's suggestion, we are currently using the following web.config setup. However, we quickly realized that with this configuration, any page error (500 error) are also getting redirected to…
Mark
5
votes
1 answer

IIS 8 Show Classic ASP Errors in Browser

Browser is showing "500 - Internal server error." (I have turned off "Show Friendly Http Messages". In IIS 8 I have gone to ASP settings and set "Send Errors to Browser = True". I've got simple ASP pages working fine. I'm porting code from…
NealWalters
  • 1,273
  • 7
  • 18
  • 39
4
votes
1 answer

Windows 2003, IIS 6, msxml3.dll error '80072ee2' The operation timed out

Hopefully, this is the right Stack Exchange site to post this... We have set up a new intranet web server (Windows 2003 - IIS 6). I have everything migrated over from the old server and the new webserver seems to be working well, except for…
Soren
  • 141
  • 1
  • 3
4
votes
1 answer

"Unknown scripting language VBScript" IIS 7.5 + 2008 R2 SP1

Migrated an old classic ASP application from Server 2008 R2 to a new Server 2008 R2 SP1 and having serious issues now. All set ups and configs are identical between the "old" and new servers, no code has changed, all I did was move it from one box…
Richard Benson
  • 228
  • 2
  • 10
3
votes
1 answer

Set IIS website Classic ASP session timeout using Powershell

How do I set the Classic ASP Session timeout in IIS 8.5 using powershell? I've taken a look at using Set-WebConfigurationProperty but can't work out how to use it correctly.
Castrohenge
  • 390
  • 1
  • 6
  • 12
3
votes
2 answers

Classic ASP Impersonation | Windows authentication | File Access Denied IIS 7

I have a classic ASP/VBScript website (landing page - default.asp) that writes the website user access (LOGON_USER) activity to a simple txt file via the Scripting.FileSystemObject. VBScript creates an FSO to open/create a new file under the folder…
gmaran23
  • 329
  • 2
  • 6
  • 13
3
votes
0 answers

IIS 7.5 no static or dynamic compression

I can't get static or dynamic compression to work on a new server for .ASP, .JS or .CSS files. I'm running Windows Server 2008 R2 Standard 64 bit. Under IIS Role Services, I have ASP installed, as well as static and dynamic compression. I'm using…
Humtron
  • 31
  • 1
3
votes
2 answers

ASP Classic + IIS7 issues

I've just enabled ASP Classic on an IIS7 install on Windows 2008 and tried to move an ASP application previously running on IIS6 on Windows 2003 to the IIS7 server. I'm getting the following error: Server object error 'ASP 0177 : 800401f3'…
theblip
  • 31
  • 1
  • 2
3
votes
2 answers

Multiple 32bit processes on 64bit IIS - memory limit?

I've got a legacy ASP web application that uses a VB6 DLL. The app is quite memory hungry. I need to run multiple instances of the app on one machine. Now since VB6 DLLs are 32bit only, running in a 64bit process is out - but what if I ran multiple…
GreenIcicle
  • 133
  • 1
  • 3
3
votes
1 answer

Disable caching on a specific Classic ASP page

Not sure if I really am on the right forum, but if not, just tell me. I have a page that is coded in Classic ASP which is used to send email. We are currently having a problem in which the page seem to be sent twice sometime. Upon checking, we found…
David Brunelle
  • 135
  • 1
  • 7
3
votes
1 answer

IIS7 Session ID rotating with Classic ASP

I am trying to migrate a Classic ASP app onto a Windows 2008 R2 server. The application features run fine, but I am having issue with session. The application keeps the logged in user information in session and I am constantly getting knocked out as…
ManiacZX
  • 1,646
  • 13
  • 16
2
votes
6 answers

Windows 7 / IIS 7 / Classic ASP not working

I have some old classic asp scripts. They used to work on my 2003/IIS 6 server. But on my Vista/IIS 7 and now Windows 7 Ultimate/IIS 7 server the asp pages don't work. I did what they said here: Deploying a Classic ASP Server (IIS 7) (Microsoft…
Lucenut
2
votes
3 answers

IIS7 ASP - Provider cannot be found. It may not be properly installed

Getting a strange error for an old site I am trying to move to a new server - The new server is Win2008 64bit with IIS7. This site is working perfectly on an IIS6 Win2003 server, but I have just moved it over and run the site but I get the following…
YodasMyDad
  • 329
  • 6
  • 14
1
2 3 4 5 6 7 8