"Jonathan" wrote:
> How can I tell if ASP support is installed and running on my Win2K server?
> Is there someplace in IIS Manager that I need to look?
It should be there by default. Just try and run a simple "hello world" type
ASP page:
<%
Response.Write "Hello World"
%><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: ASP support installed