Questions tagged [asp]

84 questions
0
votes
2 answers

Creating a test site for a current IIS site?

I am asked to edit the website of a company I started working for. The directions I was given to setup Dreamweaver involve uploading directly to the live site. I wanted to create a test site to upload documents so I can preview the changes before…
CT.
  • 741
  • 2
  • 8
  • 20
0
votes
1 answer

Calling an ASP function from an external ASP file

For some reason, I can include an ASP file with the following code: But, I have some functions in that file, and I can't call them into my main file. Can someone help? I'm calling them like this: <%…
willbeeler
  • 235
  • 3
  • 9
0
votes
1 answer

maximum number of clients connected to the web service

How can I find the maximum number of clients that can connect to my web service at the same time? Is there any way to know how many clients can connect to the web service at the same time? What is the limitation of number of connections to the web…
0
votes
0 answers

IIS Threads Per Processor Max

We have IIS 7 running a classic ASP app. We noticed that while the CPU stays low, the ASP Request Queue can sometimes get high, causing slow response times. After some research it seems changing the max threads per processor setting may be in…
Shalom Slavin
  • 21
  • 1
  • 4
0
votes
1 answer

w3wp.exe crash (rewrite.dll) IIS 7.5

I'm experiencing several crashes in the last days on our production server and I can't figure out how to fix this issue. The server hosts an ecommerce application, written in classic ASP, that runs under IIS 7.5 + MSSQL. Approximately one time a…
0
votes
0 answers

Server too Busy - IIS 7.5

After a month of looking into this, googling, and trying different "solutions" it has me stumped. We have a server with plenty of hardware to support the number of sites we are running on it, however, we consistently run into the "Server too Busy"…
0
votes
2 answers

How Nginx can open all ASP files as text/html?

I've a lot of files with ASP extension running on linux, but I can't rename. The content of that files is HTML, but when I open, the Nginx takes me to download. Does anyone know what I can insert on Nginx to open ASP files as text/html?
Caio Tarifa
  • 65
  • 2
  • 10
0
votes
2 answers

inherited classic asp site on windows server 2008 r2 getting connection_dropped errors

Trying to debug a problem with a classic asp app that I have to get running on some internal servers. Running IIS 7.5 on Server 2008 R2, I'm getting most pages working OK, but one page (so far) that is supposed to lookup a file location in the DB,…
Paul
  • 998
  • 1
  • 11
  • 19
0
votes
1 answer

"Forms" authentication is enabled but still see "Unauthorized: Access is denied due to invalid credentials."

"Forms" authentication is enabled in web.config but I still see: 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied. I think it's a…
Zim3r
  • 1,454
  • 5
  • 24
  • 45
0
votes
4 answers

Windows with IIS serving ASP files stored at Amazon S3

We have a website that is hosted in Windows Server 2008 R2, with IIS 7.5 The webserver hosts a couple of websites developed with ASP Classic and ASPX Is there a way to host the files for the dynamic website on Amazon S3? I know static content can…
jesusduarte
  • 53
  • 1
  • 7
0
votes
2 answers

Downloading ASP Created Website Data

I am currently dealing with an old website where there are political issues preventing the migration of the database or re-designing the site. Since I can't get access to the database I basically I want to write some Javascript to download all the…
user770395
  • 101
  • 1
  • 5
0
votes
3 answers

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 removed all the old site files, including…
Kim L
  • 1
  • 1
0
votes
1 answer

SSL on an IIS server that has renders php AND asp?

I have a client who's running a windows and IIS server. On it is a website under one domain name that renders pages in both php and asp. SO you will have a page with the url http://mysite.com/hello.php that links to a page with the url…
John
  • 7,343
  • 23
  • 63
  • 87
0
votes
1 answer

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 tables are indexed and I have used the profiler to…
Damian
  • 1
0
votes
2 answers

Run away IIS App Pool

Has anyone else had any problems with IIS 6 App Pools running away with memory utilization? I am using server 2003 and our one classic ASP applications (powered by an Access database). Once a request has been made, it leaks around 180 MB. I moved…
Daniel A. White
  • 675
  • 1
  • 11
  • 20