Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make ASP.NET development server run on port 80?

Tags:

asp.net

I'm working on this ASP.NET website project, when I build (Ctrl-F5) Visual studio 2008 runs the website using the ASP.NET development server on port 4730. Is there a way to make it run it on port 80?

like image 768
wsb3383 Avatar asked Dec 09 '22 20:12

wsb3383


2 Answers

Project properties > Web > select Specific Port and fill in 80

like image 161
Matt Hinze Avatar answered Jan 05 '23 00:01

Matt Hinze


I beleive this is done in the project settings, you can define the parameters to Cassini or have it run on IIS.

like image 34
Lloyd Avatar answered Jan 05 '23 00:01

Lloyd