i designed a very simple vb.net application. i would like to my users to be able to access it through a website instead of locally. is this posible? how do i do it? does the webserver have to have special extensions? do i have to convert the program into a different format?
Share
There are 3 basic type of applications in .NET:
If you want to run your application from a web server you need to create an ASP.NET application. The web server needs to have .NET installed and a virtual directory setup for your application.