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 as the root for their own applications.
In other…
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 and for the storage server access it uses using…
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 written in asp.net too, it points to the same…
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 Classic site?
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 them to connect to my website? If not what is…
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 I've upgraded PCs through the years. One works…
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 Home Premium (64 bit) laptop.
I have setup IIS 7.5…
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 site. Here are the contents of the file.
<%
If…
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 time, it also maxes out at 100kB per second.…
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 statements designed to spit out pieces of javascript…
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 allow the service which runs locally to the web…
Moving from Windows Server 2003 to Windows Server 2008 R2.
We have a classic ASP site that connect to a remote UNC '\10.1.40.7\' path.
When I run PROCMON on the web server, it says ACCESS DENIED....Impersonating: NT AUTHORITY\IUSR.
On the 10.1.40.7…
I have some Selenium test scripts which I'm using to test a Classic ASP web app, but I'm having problems after restoring the database (SQL Server 2005) with a backup file before every test is run. Immediately after the successful RESTORE (from a…
I'm getting a login challenge for any asp script residing in a specific virtual directory in IIS.
The virtual directory in question, called "videos" in IIS, is pointed at a mapped network drive on my web server…
What I am trying to do is simple. I have some Classic ASP with include headers like the following referencing MDAC 2.5:
METADATA TYPE="TypeLib" NAME="Microsoft ActiveX Data Objects 2.5 Library" UUID="{00000205-0000-0010-8000-00AA006D2EA4}"…