I am trying to deploy a web service, written in VS2008 on a brand new Windows Server 2008. The same project was deployed successfully countless times on Windows Server 2003.
I have tried deploying in two ways (both works on the older Windows Server 2003):
- Publish the project using Http directly to the IIS server. I receive the following error : "Could not find a Web server at 'dotnetservtest'. Please check to make sure that the Web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the Web server may be temporarily out of service."
- Create an MSI and running it on the server. Immediately after clicking the file, the installer prints to the screen : "The installer was interrupted before ApplicationName could be installed. You need to restart the installer to try again."
Any ideas would be greatly appreciated.
Edit:
We have managed to solve both problems, thanks to the leads by Alex Stankiewicz.
The first problem could be solved by enabling IIS6.0 on the server.
The scond problem can be solved by installing FrontPage Extensions, as described here.