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…
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…
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…
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…
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…
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…
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.
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…
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…
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'…
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…
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…
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…
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…
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…