Questions tagged [asp-classic]

The (usually-IIS-hosted) ASP3 platform

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

111 questions
0
votes
1 answer

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 and for the storage server access it uses using…
SparcU
  • 101
  • 2
0
votes
1 answer

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 written in asp.net too, it points to the same…
scott_lotus
  • 1,079
  • 3
  • 16
  • 29
0
votes
1 answer

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 Classic site?
Caveatrob
  • 111
  • 3
  • 12
0
votes
1 answer

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 them to connect to my website? If not what is…
kurupt89
  • 117
  • 4
0
votes
1 answer

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 I've upgraded PCs through the years. One works…
CJM
  • 730
  • 2
  • 12
  • 28
0
votes
1 answer

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 Home Premium (64 bit) laptop. I have setup IIS 7.5…
webdad3
  • 135
  • 2
  • 8
0
votes
1 answer

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 site. Here are the contents of the file. <% If…
MVCylon
  • 309
  • 2
  • 4
  • 13
0
votes
1 answer

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 time, it also maxes out at 100kB per second.…
Damian
  • 1
0
votes
2 answers

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 statements designed to spit out pieces of javascript…
Abdullah Ahmed
  • 113
  • 1
  • 5
0
votes
1 answer

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 allow the service which runs locally to the web…
0
votes
1 answer

IIS 7.5 running Classic ASP connecting to UNC path problem

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…
0
votes
2 answers

Problem connecting to database after a RESTORE. SQL Server 2005 and Classic ASP

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…
bartonlee
0
votes
1 answer

Help me solve this permissions issue with IIS

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…
Ryan
0
votes
1 answer

MDAC 2.8/WDAC 6.0 on Windows Server 2008 IIS 7

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}"…
ajdams
  • 113
  • 1
  • 6
0
votes
1 answer

IIS seems to send email twice

we have a request page in our website that send email to confirm the request. It seem that whenever this page is accessed, some (not all of them) are sent more than once at different time, sometime hours apart. The code (which is an old ASP page)…
David Brunelle
  • 135
  • 1
  • 7