Only one process can listen on a port at a time. If IIS is setup for port 80 (like it almost always is), then you would have to self-host on a different port, or use the IIS host.
Darrell Norton, MVP
Darrell Norton's Blog Please click "Mark as Answer" if this helped you.
DarrellNorto...
All-Star
86555 Points
9624 Posts
Moderator
MVP
Re: Self-Hosting (MVC)
Mar 15, 2012 10:13 AM|LINK
Only one process can listen on a port at a time. If IIS is setup for port 80 (like it almost always is), then you would have to self-host on a different port, or use the IIS host.
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.