Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP/Server errors

Status
Not open for further replies.

Basehamster

Programmer
Mar 12, 2002
10
US
I have been working on a web-based multistep form for 4 months now, and all my asp files would process just fine. Recently our server was disconnected to an attack, and ever since then my asp files will not process, I keep getting a HTTP 404 file not found error. The htm files work fine. I am running Windows 2000 server, and trying to access these files on the machine itself and through HTTP access. Any help would be greatly appreciated.
 
I just posted a similar problem in the Visual Interdev forum. I searched the net for about 3 hours yesterday. Found a LOT of people with the same problem, but no solutions. Rob
Just my $.02.
 
Have you checked your default scripting language within IIS? Do you put <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> as the first line of your asp pages? This overrides the default language set on the server. Also, check your MIME types set on the server .asp may have been deleted.
 
Did you try to Reinstal the IIS service?
I have the same problem and i try lots of things...
i change the from 80 to other and nothing, i try to create a new web, nothing , ... but finaly i reinstal the IIS service and all was like before.
Try to check the Front Page Server Extension to see if it works cuz it might be from there...
________
George, M
 
Seams odd that the LOT of people that Rob found with the similar problem all of the suddan would all have their IIS servers set to javascript and not set the vbscript declaration line within all their pages...then on top of it, not realize what's wrong.

Perhaps there is another worm out there circulating much like Code Red did last July. (?) -Ovatvvon :-Q
 
Does anyone know what the Content/type for *.asp MIME file type?
 
I have taken a look into registry and find no content type for asp files...
Regedit and the take a look at HKEY_CLASSES_ROOT at the .asp key...

________
George, M
 
Anyone ever figure this one out? I'm getting the same erros... ASP pages won't serve up, and I get a 404 error. (Running IIS5.0 , W2K SP3).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top