Click here to Skip to main content
15,887,442 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Iam using VS2015. I wish to Publish & test my Web Application. For that IIS need to install or VS2015 is built in?

Thanks

What I have tried:

publish the ASP.net web applications. Thanks
Posted
Updated 15-Aug-17 20:11pm

You have to enable iis server
go to control panel => programs and features => turn windows features on or of => tick 'internet information services' and click ok. after the activation/installation go to ur browser and type localhost and run it, if iis server page comes then ur server running successfully. after that go to iss manager and set up ur website...
 
Share this answer
 
Visual Studio comes with a so-called IIS Express which is mostly used for local debugging and testing.

The "normal" IIS is a component of the operating system.

You have to activate it via "Turn windows features on or off".
There you have to select "Internet Information Services".

For e.g. Windows 7 please follow these instructions:
Installing IIS 7 on Windows Vista and Windows 7 | Microsoft Docs[^]

If you want to deploy ASP .Net apps to your IIS
you may also have to consider this:
ASP.NET IIS Registration Tool (Aspnet_regiis.exe)[^]
 
Share this answer
 
Follow the steps which are mention on microsoft official web site to start the local IIS and test it by writing url in browser
localhost:8080

How to: Open IIS Manager[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900