Can anyone tell me how easy or hard it would be to put my visual basic project that I'm working on on the Web. And if so where would be a good resource for doing that.
Thanks in advance.
Jay-B
Printable View
Can anyone tell me how easy or hard it would be to put my visual basic project that I'm working on on the Web. And if so where would be a good resource for doing that.
Thanks in advance.
Jay-B
May be you can migrate all your VB function into COM+ (If you're doing something related to the database.) And use JavaScript, VBScript and ASP to write the presentation tier.
Hope what I mention above is correct.