Answered by:
Publish to IIS 7.5

Question
-
User1510859543 posted
We installed a new IIS server with IIS 7.5. If I try to publish a web app to the IIS 7.5 server from Visual Studio 2008 on my PC I get the message below. Can anyone point me to solution? Thanks.
.....
Error: Unable to create the Web site 'http://lifedevr2/FAWeb/'. Forbidden
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========Wednesday, June 12, 2013 10:36 AM
Answers
-
User-1635195291 posted
HI dlchase,
Please try to follow the steps in the thread below that will gets things sorted out
http://www.iis.net/learn/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis
or else follow the steps below:
Remove and then reinstall Microsoft Internet Information Services (IIS) and BITS at the same time. To do this, follow these steps:
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- Double-click Application Server.
- Click to clear the Internet Information Services (IIS) check box.
- Click OK, click Next, and then click Finish.
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- Double-click Application Server.
- Click to select the Internet Information Services (IIS) check box.
- Double-click Internet Information Services (IIS).
- Click to select the Background Intelligent Transfer Service (BITS) Server Extensions check box.
- Click OK, click OK, click Next, and then click Finish.
- Try to create the Web site by using the Remote Administration (HTML) tool.
For more details visit:
http://support.microsoft.com/kb/832916
Thanks,
Jatin
Please "MARK AS ANSWER" if found helpful.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, June 12, 2013 8:11 PM
All replies
-
User-1635195291 posted
HI dlchase,
Please try to follow the steps in the thread below that will gets things sorted out
http://www.iis.net/learn/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis
or else follow the steps below:
Remove and then reinstall Microsoft Internet Information Services (IIS) and BITS at the same time. To do this, follow these steps:
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- Double-click Application Server.
- Click to clear the Internet Information Services (IIS) check box.
- Click OK, click Next, and then click Finish.
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- Double-click Application Server.
- Click to select the Internet Information Services (IIS) check box.
- Double-click Internet Information Services (IIS).
- Click to select the Background Intelligent Transfer Service (BITS) Server Extensions check box.
- Click OK, click OK, click Next, and then click Finish.
- Try to create the Web site by using the Remote Administration (HTML) tool.
For more details visit:
http://support.microsoft.com/kb/832916
Thanks,
Jatin
Please "MARK AS ANSWER" if found helpful.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, June 12, 2013 8:11 PM -
Wednesday, June 12, 2013 8:34 PM