My company produces a VB 6 app. A few years back an ASP version of the product was created to facilitate the need for remote users to work with the program/data at remote locations without the need for Citrix or other similiar methods. Development is now looking at moving to .Net. I know that ASP.Net is not a .Net language like VB, C++ and C# and that you can produce ASP.Net pages with the core .Net languages. My question is that other then the need to render the program to end user (Presentation layer) in a web browser why would you use ASP.Net instead of just using VB.Net with ADO.Net?
Thanks
Ed