I am stuck here in deploying my application to the local IIS server.
First of all my system doesn't have IIS manager then I get this by adding features to windows to enable that.
My IIS manager is IIS express 8.0 and using windows 10 with visual studio 2012
Now the problem is:
I created a web application and wants to deploy it in Local IIS server as: Right click on Project in VS->Properties->Web->and selected local iis server radioButton
But got the error in result as
The site for the Url.... exists on both local iis web server and the iis express web server. You need to edit the applictionhost.config file to change the port number used by iis express or change the bindings in iis manager.
How can I deploy my application to the local IIS server?