how to create a websetup file?
-
Hello all developers, am developing small project using vb.net with sql server, that project was completed successfully also am created the exe it was working nice with oter system also, but now i want to create a webapllication out put for the same project? that is like to open it in IE in any other ssytems in the network. Is it possible? if Possible then How to do it? Please explain.............. Note: am create a vb.net Project, code begin is VB, Connection is ODBC using SQL Client
-
Hello all developers, am developing small project using vb.net with sql server, that project was completed successfully also am created the exe it was working nice with oter system also, but now i want to create a webapllication out put for the same project? that is like to open it in IE in any other ssytems in the network. Is it possible? if Possible then How to do it? Please explain.............. Note: am create a vb.net Project, code begin is VB, Connection is ODBC using SQL Client
rrrriiizz wrote:
but now i want to create a webapllication out put for the same project?
Create a new Web Forms project. The code would be exectued on your IIS server, not on the client. You're really just creating a website. At least I'm assuming you're talking about writing a web-based application and not a web-based installer to install your Windows Forms application on the client machine. -- modified at 9:24 Saturday 8th September, 2007
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007