简体   繁体   中英

How to deploy ASP.NET webservice to IIS 7?

How can I deploy an ASP.NET web service to IIS 7?

I have deployed my webservice to IIS-5 installed on windows server 2008. However, I am not well versed with configuration options in IIS-7.

For IIS-5 I followed the below steps.

  1. Create new virtual directory in IIS
  2. Open the Webservice in Visual Studio
  3. Go to Build
  4. Publish website
  5. Publish to Local IIS
  6. Choose the same virtual directory created in Step-1

What are the steps for IIS-7 as these steps are not working? I am getting error 404. I have tried setting the Default Document to .asmx .

  1. rebuild project in VS
  2. copy project folder to iis folder, probably C:\\inetpub\\wwwroot\\
  3. in iis manager (run>inetmgr) add website, point to folder, point application pool based on your .net
  4. add web service to created website, almost the same as 3.
  5. INSTALL ASP for windows 7 and .net 4.0: c:\\windows\\microsoft.net framework\\v4.(some numbers)\\regiis.exe -i
  6. check access to web service on your browser

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM