Hi,
Is it possible to compile my prog to ASP or ASPX so I could run it from my web server? Can I do it from VB6 or do I need .NET?
Many thanks,
Printable View
Hi,
Is it possible to compile my prog to ASP or ASPX so I could run it from my web server? Can I do it from VB6 or do I need .NET?
Many thanks,
You can't use VB6, and you cannot create the same kind of program either (instead you can only create web pages - part of which can be created by your code).
For ASP you can use VBScript, which is similar to VB6.
For ASPX you need to use a .Net language.