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..
Printable View
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..
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.
You should use the Setup facilities provided by Visual Studio. It can install the .NET framework, create the server database, install the application etc.