Questions tagged [asp]

86 questions
1
vote
1 answer

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 dozens of e commerce stores. We disabled the…
Deku-shrub
  • 31
  • 4
1
vote
5 answers

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 html and ".js" work fine so I don't think there is…
1
vote
1 answer

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 iMac that we use for mac development as well as sites…
Simon Davies
  • 205
  • 1
  • 2
  • 9
1
vote
2 answers

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 I searched terms: "virtual folder" , subfolder…
1
vote
2 answers

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 we publish will seamlessly redirect if we have…
Caveatrob
  • 111
  • 3
  • 12
1
vote
2 answers

Dual Server Technologies On One Computer

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 newer websites use APACHE, PHP and MySQL. I want to…
Stephen Brown
1
vote
2 answers

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 as bufferingLimit, maxRequestEntityAllowed, and…
sh-beta
  • 6,756
  • 7
  • 46
  • 65
1
vote
3 answers

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 version of Windows or the version of IIS. Hack…
Justin808
  • 307
  • 3
  • 11
1
vote
2 answers

URL of localhost using IIS

So I have IIS installed at work and use the following URL to test my asp site: http://localhost/mysite/index.asp I'm on the road and need to work on it. I have all the site files, but I don't have an XP disc so I installed IIS express. All the files…
miles
1
vote
1 answer

Classic ASP executing under .cer file IIS7.5

Not sure if this is default behaviour, however on one of our Windows Server 2008 R2 boxes we've noticed one of our websites has .cer files under a folder called /scripts. The .cer file contains ASP script which allows the intruder to browse the…
Robcyb
  • 13
  • 4
1
vote
2 answers

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 closes, leaving behind a "Do you want to open or save…
rg89
  • 43
  • 1
  • 7
1
vote
2 answers

Anyone know where I can download a copy of Sun Java System Active Server Pages 4.0.3 for Solaris

I've contacted Sun regarding this and they have told me that the download is no longer available as Active Server Pages 4.0.3 is now End Of Life. We need to upgrade our server to 4.0.3 to acheive PCI-DSS compliance. Anyone know of a site where I can…
ewengcameron
  • 43
  • 2
  • 7
1
vote
1 answer

What are ASP 0115 and C0000005 errors?

My Window Server 2003 running ASP keeps getting 500 errors on occasions. The htm is mapped to the ASP engine in IIS. My backend is connecting to MySQL using MySQL ODBC 5.01 connector. The error page is like below: Active Server Pages error 'ASP…
Kurosaki
  • 34
  • 1
  • 4
1
vote
0 answers

Error: File home.asp Unexpected error. A trappable error (C0000005) occurred in an external object. Using ODBC Connector

How can I get my application pool to stop crashing on me? Background All was working well for many years, until I updated Windows 10 Pro to the suggested update Windows Feature Experience Pack. Current System: Edition Windows 10 Pro Version …
MeSo2
  • 204
  • 3
  • 15
1
vote
1 answer

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 the server to display those files as HTML files?
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11