Sun One ASP Limitations? 0177 Error?
Hi,
I've created an ASP portfolio system using ASP classes, but i am getting an 0177 error (call to server.createobject failed)
I've looked in the manuals and around on google etc but i can't find a definitive answer - can i use custom classes with Sun ONE ASP or not?
By this i do not mean COM+ objects, just inline VBScript classes e.g.
<%
Class Portfolio
.....
Private Sub Class_Initialize()
...
End Sub
etc...
End Class
%>
called using
<%
Dim oPortfolio
Set oPortfolio = New Portfolio
.....
Set oPortfolio = Nothing
%>
As soon as i try to instantiate the class i get the 0177 error.
Any tips?
Thanks!!

