How can I deploy an ASP.NET web service for IIS 7?
I deployed my web service for IIS-5 installed on Windows Server 2008. However, I am not very good at configuration settings in IIS-7.
For IIS-5, I have completed the following steps.
- Create a new virtual directory in IIS
- Open the web service in Visual Studio
- Go to build
- Publish Website
- Publish to Local IIS
- Select the same virtual directory created in step 1
What are the steps for IIS-7 since these steps do not work? I get error 404. I tried to set the Default Document
to .asmx
.
source share