PDA

Click to See Complete Forum and Search --> : guidelines to deploy and configure


rainbowspirit
Jul 9th, 2006, 04:53 AM
What guidelines I should provide to the user to deploy and configure my application. It's in .NET 1.1(ASP.Net using VB.NET) and the database is in sqlserver2000.

Looking Forward..

Shuja Ali
Jul 9th, 2006, 05:48 AM
You will have to install it on a Web Server. You should create a Setup Project for your web app. And also try going through MSDN for more on how o deploy web projects.

Valleysboy1978
Jul 10th, 2006, 04:09 AM
You should use the Setup facilities provided by Visual Studio. It can install the .NET framework, create the server database, install the application etc.