
October 30th, 2003, 07:10 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
VB6 Components and ASP.Net
Hi,
How is it possible to call a VB6 com object with asp.net ?
in asp it's quite simple :
<%
Set obj=Server.CreateObject("MyCom.Class")
Response.write obj.Method("test")
Set obj=Nothing%>
But with ASPX I didn't find how it can be "translated"...ans it seems to be completly different...
If you know a good asp.net tutorial for beginners let me know too...
Thanks
|