Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a project which runs using IIS express using the port number 49519 now I have created an app pool in IIS with port number 7001 for the same project. I can able to browse the application using IIS by clicking on "Browse: *:7001(hhtp)" under Actions pane.

What I have tried:

I have also stopped the site in IIS Express. Inspite of doing all these when I debug my application in visual studio 2013, it is using IIS Express with the old port number 49519 and not IIS.I have some blogs when they said "In Solution Explorer, right-click the name of the application and then select Properties. Click the Web tab" but I cannot find the web tab.

Can anyone please help me to fix this by changing my application to run using IIS.
Posted
Updated 16-Sep-19 19:24pm
v2
Comments
jaket-cp 12-Apr-16 7:56am    
In visual studio 2013 you could try changing the properties of the web project.
Solution Explorer > right click web project > Properties
Web > Servers > Select Local IIS
In any case fiddle with the server settings
user 3008 12-Apr-16 8:06am    
Thanks for your reply. Sorry about that I don't have properties when I right click. I can find only property window and property pages options
Richard Deeming 12-Apr-16 9:42am    
Try Property Pages.
user 3008 12-Apr-16 10:15am    
I even tried property pages. I am getting only the following tabs
references
Build
Accessibility
Start Options
MSBuild Options
Silverlight Applications
Richard Deeming 12-Apr-16 10:16am    
Start Options sounds like the correct page.

1 solution

In visual studio 2017 you could try changing the properties of the web project.
Right click On web project You Want To Browse> Properties> Web > Servers > Select Local IIS (From DropDown)
 
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