Questions tagged [asp]
The asp tag has no usage guidance.
84 questions
1
vote
1
answer
118
views
IIS server on Mac sees directory structure but not individual files? [closed]
I've got a bit of a Frankenstein setup. I am migrating a client's fairly old tech infrastructure (which is fairly extensive, it's a whole technology-based business) from Classic ASP to more modern ...
1
vote
1
answer
970
views
Display html files with another file extension on Apache server
One of our systems generates files with an .asp extension that actually only html. I need to display those files on an Apache httpd server, which doesn't like asp files. Is there a way to indicate to ...
1
vote
1
answer
1k
views
HTTP/1.1 New Session Failed
I'm getting reports from my users that they are getting the following error message when going to my website:
HTTP/1.1 New Session Failed
It doesn't happen all the time. (I checked my site today ...
1
vote
0
answers
195
views
Is there a Windows Command Line utility or DLL to convert URL text to clickable Hyperlinks in PDF files?
I'm editing an ASP Classic application that uses a DLL called PDFLib to import existing PDF files, make modifications, and generate new PDF files.
The problem is that any URLs that were in the source ...
0
votes
2
answers
9k
views
Classic ASP website access on IIS version 10.0.17763.1
I created a local "testsite" in IIS version 10.0.17763.1
When I tested settings:
Authentication - success
Authorization - cannot verify access path, with error message:
"The server is configured ...
6
votes
1
answer
48k
views
Difference between limit number of connections setting in IIS and the Max Pool Size
I am trying to understand the difference between the "Max Pool Size" setting in the connection-string against the Limit setting in the IIS server manager...whether they are referring to the same thing?...
-1
votes
1
answer
2k
views
Event message: A configuration error has occurred
what this means and how I fix the error.
is new to asp
Event code: 3008
Event message: A configuration error has occurred.
Event time: 3/31/2017 6:23:48 AM
Event time (UTC): 3/31/2017 6:23:48 AM
...
1
vote
1
answer
12k
views
IIS 10 Custom 404 Error pages not working
Windows 10, IIS 10, Classic ASP, .NET v2.0 Classic
Custom 404 Error pages that have been working on my test machine for years, with Windows 7, no longer work within Windows 10's IIS.
I set everything ...
0
votes
1
answer
770
views
maximum number of clients connected to the web service [duplicate]
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 ...
0
votes
0
answers
5k
views
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 ...
0
votes
1
answer
3k
views
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 ...
1
vote
2
answers
2k
views
What would make a Custom 404 page suddenly stop working and show 500 instead?
I have a Custom 404 page written in classic ASP that's worked well for a couple of years.
Suddenly, instead of seeing he expected nice 404, instead we're seeing a 500- internal server error.
There's ...
2
votes
1
answer
15k
views
classic asp app not working in IIS 8.5
I've moved my classic asp app to win 2012 R2 (IIS 8.5). This app uses COM component. I've registered this component using regsvr32 and also exported older components from II 6 to II 8.5. I can see ...
2
votes
1
answer
1k
views
Classic ASP site only works if server is open via remote desktop
I have deployed the classic ASP website onto IIS 8 on a server. Now the classic ASP site only works if I have kept the server desktop open via remote desktop. If I close the remote desktop window and ...
1
vote
1
answer
1k
views
Classic ASP apps on IIS shuts down when memory usage goes over 90%
I've got an issue where all classic ASP apps on IIS shut down, when the crowded server exceeds 90% memory usage. This is because ASP apps cannot create new sessions any longer.
The ASP.NET apps are ...
1
vote
0
answers
315
views
iis 7.5 wont serve up korean characters in my classic asp application
I have a classic ASP website hosted in IIS 7.5 - using a classic application pool pipeline. I have all my .Net Globalization settings set to UTF-8 encoding. However when my site outputs Korean ...
0
votes
0
answers
1k
views
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, ...
0
votes
2
answers
2k
views
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 ...
0
votes
2
answers
931
views
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) ...
0
votes
1
answer
3k
views
"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 ...
5
votes
1
answer
1k
views
WMI Impersonation levels within vbscript / ASP code
I have an IIS 7.5 web site running "classic" ASP code (not ASP.NET) where the site is running under the normal service context, and only "Windows Authentication" is enabled. Users and navigate the ...
0
votes
4
answers
6k
views
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 ...
3
votes
1
answer
3k
views
ASP Fails with 500 Error
We have a server setup as an IIS box and have some static pages with a few asp pages that handle the form submissions. The asp is really vbscript that sends a CDO message.
When moving these pages to ...
1
vote
1
answer
548
views
IIS 6.1 Handlers for HTML, ASP, INC files
I have a legacy website in which .HTML, .ASP, and .INC files are being used. Problem is all pages have VBScript code not parsed by IIS and thus written on page as static text. I want to fix it. All ....
0
votes
2
answers
47
views
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 ...
-4
votes
1
answer
290
views
IIS 6.0 file upload [closed]
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
3
answers
138
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
1
answer
218
views
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....
2
votes
1
answer
1k
views
What identity does IIS use to instanciate COM objects from ASP pages?
I was tasked to port and move an old ASP application from a Windows 2003 server (x86) to a Windows 2008R2 server running IIS 7.5
A number of things needed to be changed (mostly related to registry ...
-1
votes
1
answer
474
views
Running < 20 classic asp sites on 2008 IIS7. Memory use brings the server to its knees
I am hosting < 20 asp classic websites on a Windows 2008 Server. All of the websites run on my custom CMS. I am migrating them from a 2003 server.
Memory was also an issue when these sites were ...
1
vote
1
answer
313
views
Secure classic ASP hosting - similar to ASP.NET medium trust
We had a major server compromise over the christmas period when a comprimised FTP account was used to upload a .net back door which gave it access to the entire asp.net machine account and comprised ...
4
votes
2
answers
6k
views
Server.CreateObject_Failed error when creating a COM object on IIS7 using classic ASP
I am trying to migrate a classic ASP application from a Windows Server 2003, IIS6 server to a Windows 2008, IIS 7 server.
The ASP page comes up fine, but the first time it tries to use our .NET ...
2
votes
3
answers
3k
views
Why am I getting random 500 errors on my MVC and ASP websites on iis7?
It seems to happen on almost every site and does not matter if it is an ASP or .NET website. if you refresh right after you get that error it goes away and won't come back by just hitting refresh a ...
-2
votes
1
answer
230
views
Whats the best server-language for programing a Webcrawler? [closed]
I would like to ask what language:
ASP.NET / Ruby / CGI / Perl / Python / ColdFusion...
would be the bes for programming a Webcrawler
and for processing the contained information????
(it should ...
-2
votes
1
answer
2k
views
Is there a support of asp by Nginx? [closed]
There are a lot of asp program around and work fine. Can it be made to work with Nginx with minimal effort?
1
vote
5
answers
1k
views
site taking too much time to load with domain name, but when I open with IP Address it works fine
I have a website which I have hosted on Windows 2008 R2 Dedicated Server.
Now, I have problem is my site taking almost 30 second to connect it through it's domain name any ".asp" pages. All other ...
1
vote
1
answer
97
views
Connect my mac to my external local asp server
In our office we have several PC's that network to a Windows 2003 Server so we can run local sites for testing etc and so we all have access to rather than have them on individual PC's.
We have a ...
0
votes
1
answer
312
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 ...
1
vote
2
answers
2k
views
how to land www.example.com/subfolder on /index.asp not /index.html
In attempt to answer my question I did:
read Miscrosoft "using virtual directories"
read over a dozen + posts on stackoverflow / codingforum / dmxzone without a clear answer
for my reading ...
1
vote
2
answers
262
views
Publish a url for http that will ultimately go https
I"ve got a client who currently has a site that's not SSL who wants to print materials with a URL on them. However, we're going to SSL in the next couple of months and I want to make sure that the URL ...
1
vote
2
answers
108
views
Dual Server Technologies On One Computer [closed]
I currently have IIS running on my webserver at home and I am using DNS2Go to provide a static domain name. My old websites use ASP with VB Script and an Access Database through ODBC drivers and my ...
1
vote
2
answers
152
views
Are ASP and ASP.NET entirely separate in IIS 7.5?
This is probably a silly question, but the names are confusing and I can't find a direct answer. There are a lot of limits in the ASP section of the IIS configuration that I might want to tweak (such ...
2
votes
1
answer
3k
views
running ASP on a linux machine
My testing environment for coding is currently a LAMP setup on an internal server running Linux Gnome. We've recently gained 2 or so sites to do maintenance for that were written in ASP. I'm now aware ...
0
votes
3
answers
470
views
Why IIS 6 gives me error message on each asp request?
I have Windows Server 2003 with IIS6. Every time I request something that ends with .asp server returns a 404 error, but not a usual one, the error response is as follows:
HTTP/1.1 404 Not Found
...
0
votes
1
answer
263
views
IIS 7 and dynamic 404 error
I have set a 404.asp page on my iis 7 yesterday and on this page beside some chacking i had at the end if anything was false i had:
response.status "404 Not Found"
response.AddHeader "location", ...
0
votes
1
answer
54
views
Should I switch from Windows Server 2003 to Linux when I switch from ASP to PHP? [duplicate]
Possible Duplicate:
Changing from asp to PHP - server?
I've been developing ASP for quite a while using IIS/Windows Server 2003. A few months ago I started coding in PHP (using XAMPP on Windows) ...
0
votes
2
answers
225
views
Changing from asp to PHP - server?
I've been developing ASP for quite a while using IIS and hosting it on an NT-server (which has 2 IPs).
Since a few months I'm coding in PHP (using xampp on Windows) and would also like to change my ...
0
votes
2
answers
2k
views
IIS6 stops working for no good reason
I've got a Windows Server 2003 box with IIS 6 installed. There is only one ASP-powered website running on this server. Approximately every 1-3 hours, IIS stops responding (returns 500 Service ...
1
vote
3
answers
291
views
What can be causing the following hack?
Server information:
Windows XP
Service Pack 2
Microsoft-IIS/6.0
Generally speaking the server is out of my countrol (for the time being.) I can request patches that are missing but can't change the ...
3
votes
1
answer
9k
views
Inetmgr.exe not recognized as command
On my Windows 7 machine, I've just installed IIS and it should work, but doesn't!
Well, finding it anyway... and when I run inetmgr.exe the command prompt doesn't recognize it.
C:\Windows\system32&...