Issue Where can the IIS Express configuration / metabase file be found? Solution For VS 2015 & VS 2017: Right-click the IIS Express system tray icon (when running the application), and select “Show all applications”: Then, select the relevant application
Continue readingTag: iis-express
[SOLVED] IIS Express — Getting SSL to Work
Issue I am unable to get IIS Express to accept secure connections for a VS2010 MVC3 project that I’m developing. I can get it to accept unsecure connections on port 80, but not secure on port 443. I’ve taken the
Continue reading[SOLVED] In the select startup item in VS, IIS Express option is absent instead "current document <documentname>" is present. Unable to build project
Issue IISExpress option was present when I created .net core mvc web app. But on reopening the project, the startup item has "current document " option (along with 2 other individual files). The application is entering break mode when selecting
Continue reading[SOLVED] Getting ERR_CONNECTION_REFUSED when running .NET API on localhost from Visual Studio
Issue I’m a newbie in .NET coding, I’m trying to run a project using .NET using IIS Express on Google chrome, I get this error : ERR_CONNECTION_REFUSED Here is what I’ve tried so far, and it does not work: Changing
Continue reading[SOLVED] ASP.NET Core WebApplication IIS Express Error
Issue IIS Express server is not starting and throwing the following error. The following error occurred when trying to configure IIS Express for project <project_name>. Filename : redirection.config Error: cannot read configuration file I have reinstalled IIS Express server, removed
Continue reading[SOLVED] .Net Api doesn't recognize my Controllers
Issue Guys i have a simple backend codes and i just wanted to integrate swagger ui but it only recognizes 3 Controller from 6 and 3 schema from 7 but when i try to make get request with postman it
Continue reading[SOLVED] Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException
Issue I’m getting the following error message from Visual Studio 2017 on first run of the ASP.NET Core MVC Boilerplate template (DotNet Core) regarding the SSL certificate: “Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException occurred HResult=0x80070002 Message=The system cannot find the file specified Source= StackTrace: at
Continue reading[SOLVED] Setting up SSL certificate in Visual Studio
Issue I have a fresh install of Visual Studio Community 2019 on a new computer. I started a web app project, ran it for the first time, and then when prompted to accept the self-signed certificate I somehow managed to
Continue reading[SOLVED] IIS 8.0 Detailed 500.0 Internal Server Error – IsapiModule Not Found
Issue I am working on a project that was originally built on a previous version on Visual Studio (pre-2013) and I am running into an error. I have searched and searched on google and stackoverflow including these resources: IIS 7.5
Continue reading[SOLVED] ASP.Net Core app: *sometimes* blocked by CORS policy in MSVS debugger (iisexpress); works OK when deployed to IIS7
Issue I have a bunch of different versions of the same ASP.NET Core app. My workstation has MSVS 2019. My DEV and PROD servers are Windows Server 2012/IIS7. The app has been around for years. It’s NOT doing anything to
Continue reading