Hello I just try to use IIS v5.1 and I come with a problem. I've create a very basic test file and it always gives me the same error. I'm doing it directly on my computer using windows xp.
error '8002801d'
Library not registered.
/iisHelp/common/500-100.asp, line 10
My ASP file is
<%@ Language=VBScript %>
<%
Server.ScriptTimeout = 200
Response.Write(Server.ScriptTimeout)
%>
Please help me. I have registered the asp.dll file and have also reinstalled the IIS 5.1 without success. (I reboot the computer too).
Thanks
Silvermoon
error '8002801d'
Library not registered.
/iisHelp/common/500-100.asp, line 10
My ASP file is
<%@ Language=VBScript %>
<%
Server.ScriptTimeout = 200
Response.Write(Server.ScriptTimeout)
%>
Please help me. I have registered the asp.dll file and have also reinstalled the IIS 5.1 without success. (I reboot the computer too).
Thanks
Silvermoon
Comment