If I have written a Visual Basic programme in Visual Studio, can I deliver it over the web as a service, or run it in a web page? What should I be looking at in VS 2008 to do this? Many thanks.

  • Steve Lange

    It really depends on what your program is currently. Is it an EXE, or DLL? If the latter, you can expose its functionality via a web service or web application. Look at the Visual Studio Web Application Project.

  • Steve Lange