I have created a new ASP.NET project, added the Angular Quick Start files, restored packages and built it. Ctrl + F5 opened the app on localhost:port
and everything's okay. However, I want to host the project on IIS with domain local.project.com
instead of localhost:port
.
The steps I made:
- Created a new website in IIS Manager Added permissions to project
- folder for IUSER and IIS-USRS. Switched project to Local IIS in
- Visual Studio and created Virtual Directory.
When I go to the http://local.project.com
, I get 403 - Forbidden: Access is denied.