What is happening to my website after launching in Google Chrome. I have uninstalled and reinstalled chrome because my V.S. project was not showing in browser. My theory was that maybe their was some interaction from outside of visuals studio causing this.
I have not corrected issue yet, but the application is running a SSMS database and it uses Angular as a single page application. It initially has not compile time errors? Can someone explain to me what the following error entails! Markus
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
The 403.14 is a very common error and it means the URL does not have a default file like index.htm. Most likely an issue with your angular application which we cannot see.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Thanks for replying Gebhard, i have upload the project to GitHub. Can you take a look at it for me? Additionally the errors that i receive when trying to run the website now are below also. Thanks, Markus
About:blank Shows a blank browser
Cannot connect to runtime process. ECONNREFUSED Prompt message after running project in browser.
Sean how are you! I have followed your instruction to run website in IIS. I completed steps 1. and 3. but the website still does not run in browser. Maybe further clarification is needed! I have included the browser info that is returned when after browsing
of website inside of IIS! Markus.
You copied an MVC/Angular project to the application root. That's not the correct way to publish an MVC/Angular application. Try publishing using Visual Studio.
Hello, Gebhard, is there any way that you can check out my repo on git hub. I surely want to know why this site does not launch properly! I have tried all but one of the above recommendations! Markus.
Member
251 Points
423 Posts
Error on Launch.
Apr 23, 2020 05:01 PM|Markus33|LINK
What is happening to my website after launching in Google Chrome. I have uninstalled and reinstalled chrome because my V.S. project was not showing in browser. My theory was that maybe their was some interaction from outside of visuals studio causing this. I have not corrected issue yet, but the application is running a SSMS database and it uses Angular as a single page application. It initially has not compile time errors? Can someone explain to me what the following error entails! Markus
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
</div> <div class="content-container"></div> <div class="content-container"></div> <div class="content-container"></div>All-Star
53081 Points
23649 Posts
Re: Error on Launch.
Apr 23, 2020 05:18 PM|mgebhard|LINK
The 403.14 is a very common error and it means the URL does not have a default file like index.htm. Most likely an issue with your angular application which we cannot see.
Contributor
2900 Points
852 Posts
Re: Error on Launch.
Apr 24, 2020 06:30 AM|Sean Fang|LINK
Hi Markus33,
There is a official solution for your case with the same symptoms.
This problem occurs because the Web site does not have the Directory Browsing feature enabled, and the default document is not configured.
I copied the steps for solving the problem as below and you could refer to the link at the end of the steps to find out more details.
Method 1: Enable the Directory Browsing feature in IIS (Recommended)
To resolve this problem, follow these steps:
Method 2: Add a default document
To resolve this problem, follow these steps:
Method 3: Enable the Directory Browsing feature in IIS Express
Note This method is for the web developers who experience the issue when they use IIS Express.
To do this, follow these steps:
appcmd set config /section:directoryBrowse /enabled:true
The original link:
"HTTP Error 403.14 - Forbidden" error when you open an IIS 7.0 Webpage
Hope this can help you.
Best regards,
Sean
Member
251 Points
423 Posts
Re: Error on Launch.
Apr 24, 2020 02:05 PM|Markus33|LINK
Thanks for replying Gebhard, i have upload the project to GitHub. Can you take a look at it for me? Additionally the errors that i receive when trying to run the website now are below also. Thanks, Markus
About:blank Shows a blank browser
Cannot connect to runtime process. ECONNREFUSED Prompt message after running project in browser.
https://github.com/Andrew112/MVC_Using_Angular.git
Member
251 Points
423 Posts
Re: Error on Launch.
Apr 24, 2020 03:30 PM|Markus33|LINK
Sean how are you! I have followed your instruction to run website in IIS. I completed steps 1. and 3. but the website still does not run in browser. Maybe further clarification is needed! I have included the browser info that is returned when after browsing of website inside of IIS! Markus.
localhost - /
All-Star
53081 Points
23649 Posts
Re: Error on Launch.
Apr 24, 2020 05:26 PM|mgebhard|LINK
You copied an MVC/Angular project to the application root. That's not the correct way to publish an MVC/Angular application. Try publishing using Visual Studio.
Member
251 Points
423 Posts
Re: Error on Launch.
Apr 26, 2020 03:06 PM|Markus33|LINK
Hello, Gebhard, is there any way that you can check out my repo on git hub. I surely want to know why this site does not launch properly! I have tried all but one of the above recommendations! Markus.
https://github.com/Andrew112/MVC_Using_Angular.git