Interview Question in SQL Server Management Studio


 

Interview Question :: How t run vb.net application using web browser


I want to implement some of the points of ERP in my application.
i want to run visual studio 2005 (VB.NET) application through browser.

I create one SQL & Application server. I want to run application on each client machine.
Answers to "How t run vb.net application using web browser"
RE: How t run vb.net application using web browser?

If you want to install an application by clicking a link on a web page, look into ClickOnce. This is a Microsoft .NET 2.0 technology to install a "rich client pplication" (like WinForms apps written in vb .net) .



Obviously you cannot run the app server and sql server on every PC. People seldom let you install that much stuff.
 
Vote for this answer ::  
RE: How t run vb.net application using web browser?

For multiple client use you are better to build a web based server. Run this on the machine with the database and then use PHP or ASP to control the data and build the pages according to the results. People do NOT like having to install additional software just to use a system.
 
Vote for this answer ::  
Update Alert Setting