Greetings:
We have a web app requirement which requires msi or exe setup package to be created so that the application can be installed on various customer sites. Web application is basically an order placing system where customer can place an order, view past orders etc. It uses SQL Server 2005.
The application works perfectly on development environment. BUT, when I create the websetup.msi or setup.exe and install on local PC I get Server Application Unavailable Error. I tried to install the msi on serveral other XP machines and same problem. I followed this article :
http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
Can anyone please advice me what have I missed?
Thank you.