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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP not being processed

Status
Not open for further replies.

JavaDude32

Programmer
Aug 25, 2001
180
US
I need some help, my OS is Win XP Pro and I'm using IIS 5.1 to publish the pages. The services IIS Admin, and are running, however seems to freeze on a request to stop or restart. I've tried rebooting the machine, but alas the same problem. Can someone please tell me how to fix this or point me to some information about what is happening?

Thanks in advance
JavaDude32
 
Also, I've already tried to use a test file so I imagine the ASP is not being processed.

the test file is:
<html>
<head>
<%
Response.write(&quot;THIS IS ONLY A SIMPLE TEST&quot;)
Response.Flush
%>
</head>
</html>

And it doesn't work even out of the header.
 
how and where are you testing these pages?
what url are you calling the page as?

or in IIS right click the page and click browse

this may also be a better question for the IIS forum forum41

____________________________________________________
The most important part of your thread is the subject line.
Make it clear and about the topic so we can find it later for reference. Please!! faq333-2924

onpnt2.gif
 
[swords]

____________________________________________________
The most important part of your thread is the subject line.
Make it clear and about the topic so we can find it later for reference. Please!! faq333-2924

onpnt2.gif
 
i've had issues in the past with IIS and other applications conflicting :

double check your sscrun32.dll make sure your version is 6+
this file gets overritten alot by applications, if you've installed VB 5 or 6 onto the machine after setting up IIS you might also have conflicts with the runtimes, i'd suggest going to add/remove programs and trying to uninstall/reinstall IIS ( make a backup of your mmc files first tho )

other than that just sounds like something's gotten corrupted.

good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top