Update bookmark (#22473)
parent
912e60365c
commit
a2a2151a89
|
@ -383,7 +383,7 @@ For [Windows Firewall](/windows/security/threat-protection/windows-firewall/wind
|
|||
If you're running into errors, the following tips may help:
|
||||
|
||||
* In the **Debugger** tab, open the developer tools in your browser. In the console, execute `localStorage.clear()` to remove any breakpoints.
|
||||
* Confirm that you've installed and trusted the ASP.NET Core HTTPS development certificate. For more information, see <xref:security/enforcing-ssl#troubleshoot-certificate-problems>.
|
||||
* Confirm that you've installed and trusted the ASP.NET Core HTTPS development certificate. For more information, see <xref:security/enforcing-ssl#troubleshoot-certificate-problems-such-as-certificate-not-trusted>.
|
||||
* Visual Studio requires the **Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE)** option in **Tools** > **Options** > **Debugging** > **General**. This is the default setting for Visual Studio. If debugging isn't working, confirm that the option is selected.
|
||||
* If your environment uses an HTTP proxy, make sure that `localhost` is included in the proxy bypass settings. This can be done by setting the `NO_PROXY` environment variable in either:
|
||||
* The `launchSettings.json` file for the project.
|
||||
|
|
Loading…
Reference in New Issue