Hi everybody:
I got a problem when i tried to use my classics asp pages over windows vista premium:IIS7
I can't instantiate my dll files in my pages
for example, when i try this code in my page
<%@Language=VBScript%>
<%dim UsuCnn
set UsuCnn = nothing
set UsuCnn = server.create("Project1.class1")
%>
It raise the following error:
Objeto Server error 'ASP 0177 : 800401f3'
Error en Server.CreateObject
/chkLogin.asp, lĂnea 4
800401f3
Can someone help about this please, thanks in advance