I have a very basic "hello world" ASP page. When i want to see this
page helloworld.asp in my browser (http://localhost/helloworld.asp) it
hangs and after hitting enter for 3 times (in the url/location field
of the browser) the page is displayed. But after this, when i try to
restart the www publishing service i get the error message "The World
Wide Web Publishing Service service could not be stopped". I run
windows 2000 server on my local system... has anyone ever encountered
similar problems?
helloworld.asp:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<TITLE>Example 1</TITLE>
</HEAD>
<BODY bgcolor=Lime aLink=DarkTurquoise>
<P> </P>
<% Response.Write("Hello, world!") %>
</BODY>
</HTML>
Errormessage after attempt to restart www publishing service:
The World Wide Web Publishing Service service is stopping.............
The World Wide Web Publishing Service service could not be stopped.Marcel
>> Stay informed about: The World Wide Web Publishing Service service could not be..