The (usually-IIS-hosted) ASP3 platform

learn more… | top users | synonyms

1
vote
1answer
19 views

IIS 7.5 + Classic ASP + Forms Auth = memory leak?

When I implement the section titled "TAKING ADVANTAGE OF THE INTEGRATED PIPELINE" from the document below, memory usage counters for the w3wp.exe process increases with request to the classic asp test ...
0
votes
0answers
110 views

IIS7 “Error in Loading DLL” error. Level of difficulty, the DLL is “Server.CreateObject”

I posted this initially to Stackoverflow. I was told to ask here since the error is probably not code related, but a configuration error. I'm working with an ASP application and get the following ...
0
votes
1answer
44 views

Script Injection on random pages [duplicate]

Possible Duplicate: My server’s been hacked EMERGENCY I am currently running a Windows 2003 server with IIS 6.0. It seems to be that one of the website has been 'hacked'. <script ...
0
votes
1answer
46 views

CPU Configuration Issue for 2 Servers (Server 2008 R2)

I have 2 servers running the exact same Classic ASP code with Access DBs (yes, not ideal, but it is what it is, for now). 1) Xeon 5520 @ 2.27 GHz (6 GB Memory) 2) Xeon E5-2620 @ 2.00 GHz (2 ...
0
votes
0answers
94 views

Classic ASP and IIS7 Server Speed

I'm in the process of converting a Classic ASP web site from an older server to a newer, faster box. Both servers run Microsoft Windows Server 2008 Standard Edition. The new box runs about 20-25% ...
0
votes
0answers
33 views

Class ASP Server Upgrade - New Server Slower [closed]

I am in the process of upgrading a Classic ASP web site from this server: 1x Intel Xeon (Nehalem) E5520 - 4 x 2.26 GHz Cores 6GB DDR3 RAM Microsoft Windows Server 2008 Standard Edition to this ...
1
vote
1answer
294 views

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 ...
0
votes
1answer
399 views

Classic ASP start page not found (404) in IIS 7 on Windows Server 2008 R2

My site/application points to a folder called "site" with all permissions set up. In that folder resides "home.asp". Default document is "home.asp". When I go to the domain, I get a "page not found". ...
0
votes
0answers
38 views

Library not registered. error in classic asp

While execute the code, Set rootNode = Server.CreateObject("ChilkatXML.ChilkatXML") I'm getting the error, Error Type: (0x8002801D) Library not registered. ...
1
vote
0answers
50 views

Classic ASP caching

I have a classic ASP intranet. One of the pages allows users to download a PDF document. The problem is when the document is updated, the user is still downloading the old version, unless the user ...
0
votes
0answers
95 views

Classic ASP timeouts every x-requests

I have a strange behaviour and are not sure if the application is responsible or it is a configuration issue of the IIS. I run a classic ASP page with lot of use of C++ COM+ objects on a Windows 2008 ...
0
votes
0answers
19 views

How to make a folder in the webserver uploadable?

I am using IIS 6.0. I want to setup a folder where user can upload some files. Can anyone suggest a step by step procedure for that?
0
votes
0answers
104 views

IIS content-length issue with form data

i have a website develop with classic asp on IIS 7 the website run very good on our server but the client needs it on his server. when it is on his server and in the CMS text editor he tries to enter ...
0
votes
1answer
323 views

IIS6 Classic ASP access UNC share in DMZ

I have 2 win2k3 servers in a DMZ, with no domain. Server A hosts a classic ASP site, and needs to save some files on a share on Server B. A user account (testshare) has been created on both Server A ...
0
votes
3answers
45 views

IIS ASP Redirect Removal

We have a website that is setup on IIS 7 and are trying to replace it with a new site, but need a redirect that is in place removed. The old site used a custom file as the homepage (WN-main.asp). We ...
0
votes
0answers
172 views

ASP classic on IIS7

I have CPU issues with my website. If online more than 1-2 users (small website, not more than 50 users) CPU takes 100%. The process that takes all resources is w3wp.exe - IIS. Can I somehow to ...
2
votes
1answer
272 views

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, ...
1
vote
0answers
16 views

What is the effect on live sites when Classic ASP is turned off

I need to disable Classic ASP to troubleshoot a request problem. Would the sites hosted by IIS be affected by this as they need to continue to run seamlessly though out i.e. is this like changing ...
0
votes
1answer
461 views

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 ...
2
votes
2answers
360 views

Upgrade to IIS7 from IIS6 to improve application performance

I have an ASP Classic application that runs currently in IIS6, but often due to the original programmer not following "best practices" this application throws an Out of Memory error after several ...
1
vote
1answer
660 views

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 ...
2
votes
1answer
35 views

Removal or Update of .NET on Win2003 Server

G'day, A two pronged question for you all... Here at work, we've prematurely put .NET 3.5 on our production server (Win 2003, which previously it had no .NET at all). Ever since, every time we ...
3
votes
2answers
2k views

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 ...
0
votes
1answer
84 views

Orphaned SQL Recordsets/Connections with IIS

I have an IIS 6 site running on Windows 2003 Server x86 with MS SQL2005 Enterprise edition running ASP Classic (no choice). The site runs very fast with about 8000 page views per hour. All of my SQL ...
0
votes
2answers
79 views

Set up root applications on IIS 6 on Windows Server 2003 without host headers?

I have a server with three sites on it (the default site and two applications). I want to set up some test sites (classic ASP) on the server but if I put them under Default Web Site I can't set them ...
1
vote
1answer
169 views

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 ...
1
vote
0answers
299 views

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 ...
1
vote
0answers
225 views

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 ...
0
votes
1answer
214 views

Mapped drive in classic asp on IIS 7 Windows Server 2008 x64

I have classic asp app which I am trying to move from Win2000 Server to Windows Server 2008 x64. Everything seems to be working except file upload feature. It is implemented using FileSystemObject ...
2
votes
1answer
861 views

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 ...
0
votes
1answer
316 views

IIS7 hosted API Classic ASP connection shows “InvalidSecurity An error occurred when verifying security for the message”

On II7 we host a WCF/asp.net based API. In order to allow users of a classic asp application to connect to the API we had to publish a version we refer to as "transport". This Transport version is ...
1
vote
0answers
276 views

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 ...
3
votes
1answer
379 views

“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 ...
0
votes
1answer
43 views

Putting .NET and Classic ASP Code within an SSL site on a Windows 2k3 server

I want to invoke some .NET webservices from a classic asp app on 64-bit win2k3 server. The classic code is its own site with SSL set up. Where do I put the .NET code? Do I make a virtual dir off the ...
0
votes
1answer
194 views

hamachi intranet connection

I have a intranet website shared on my local network which displays tables from a sql database. I want to expand this to certain people who are not on my local network. Is it to use Hamachi to enable ...
0
votes
1answer
2k views

authorization: application pool identity cannot access path

I have two very similar ASP Classic apps that both use Windows Authentication and run on the same development PC (Windows 7/IIS 7.5). They've been around for years, and have 'travelled' with me as ...
2
votes
2answers
707 views

IIS 7.5 using Classic ASP converts a boolean value to a string in the local language

I have a Classic ASP application running on a workstation with a Danish version of Windows 7 with IIS 7.5. The problem: When the application writes a boolean as a string, it will write "True" or ...
0
votes
0answers
331 views

Classic ASP on IIS 7 gives a page cannot be displayed on Internet Explorer

We are migrating our web servers to a Windows Server 2008 R2 environment. During our testing the classic ASP components on our application gives a page cannot be displayed page on IE. I have performed ...
0
votes
1answer
644 views

Classic ASP and IIS 7.5 on my LOCAL machine

I have inherited a classic ASP project and a VB6 Component (ActiveX .dll) that goes with it. I would like to be able to debug this component by running it locally on my machine. I have a Windows 7 ...
1
vote
1answer
769 views

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), ...
0
votes
1answer
114 views

Same page behaves differently when viewed on beta site vs production site

I have a page /include/redirector.asp The beta and www are both websites hosted on the same physical server servername xxx OS windows 2003 IIS 6 This file exists on both my beta and production ...
0
votes
1answer
32 views

Individual connection speeds

I am running Windows 2003 Server. If I download a large file from the server in FireFox the connection maxes out at 100kB per second. If I download the same file from Internet Explorer at the same ...
1
vote
2answers
916 views

Enable ASP classic logging to event log

I thought my need was pretty simple, but I couldn't find a solution... How can I make ASP-classic errors appear in Windows Event Log ? I need it on Windows-server-2000 and Windows-Server-2003. ...
1
vote
0answers
336 views

Classic ASP iis7 CPU usage ramps up, fixes with change in ASP settings

Ok, here's an odd one. We have a rather large classic asp application running on Server 2008r2 iis7. If I leave it alone the cpu usage will climb up to 99% and hang there. Pages still serve, but ...
2
votes
2answers
1k views

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: ...
0
votes
2answers
956 views

Getting Classic ASP to work in .js files under IIS 7

I am moving a clients classic asp webapp to a new IIS7 based server. The site contains some .js files which have javascript but also classic asp in <% %> tags which contains a bunch of conditional ...
0
votes
1answer
162 views

A Local Service gets 401 error accessing ASP website

I have Anonymous access disabled for Active Directory Auth via Windows Authentication and the service I use to run an ASP page every 15 minutes gets a 401 unauthorized when it tries to run. How do I ...
0
votes
2answers
701 views

Active Server Pages error 'ASP 0126' classic asp pls help

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 ...
2
votes
3answers
939 views

Classic ASP Page Running Longer Than Server.ScriptTimeout

We have an issue where we are seeing ASP pages run for 30-45 minutes even though the Server.ScriptTimeout value is 90 seconds. We have even verified this by printing to the page the value of ...
1
vote
2answers
429 views

Task Scheduler offers download of .asp script instead of running it

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

1 2