Linked Questions
29 questions linked to/from Where is the IIS Express configuration / metabase file found?
869
votes
37
answers
379k
views
Error - Unable to access the IIS metabase
After installing Visual Studio 2012 and opening my solution I get a series of errors in this form:
The Web Application Project Foo is configured to use IIS.
Unable to access the IIS Metabase. You ...
326
votes
16
answers
196k
views
Using Custom Domains With IIS Express
Traditionally I use custom domains with my localhost development server. Something along the lines of:
dev.example.com
dev.api.example.com
This has provided me a ton of flexibility when working with ...
132
votes
14
answers
100k
views
HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process ASP.NET Core 3
From this morning without any changes to the code of the project, a very simple Web API, one controller and 3 methods, with Swagger, it doesn't start anymore and I get the error:
HTTP Error 500.35 - ...
173
votes
10
answers
311k
views
How to configure the web.config to allow requests of any length
I am building a site in which i would like to create a file client side from the value of a textarea element.
I have the code in place to do this, but i am getting this error
HTTP Error 404.15 - ...
78
votes
15
answers
88k
views
IIS Express - 500.19 Cannot read configuration file - because it's looking at the wrong path
I recently renamed my root TFS folder from D:\TFS\systemstfs to D:\TFS\sys because one of the project's paths was too long for Windows. Now, when I attempt to run a different project (D:\TFS\sys\...
129
votes
3
answers
121k
views
IISExpress Log File Location
IISExpress writes log and configuration data to pre-determined location out of the box.
The directory is an "IISExpress" directory stored in a user's Documents directory.
In the directory is stored ...
44
votes
9
answers
35k
views
Slow startup with IIS Express
I have a problem with my MVC application and startup.
Every time I make a change and one the app its take a long time to start up.
I have about 100 lines with ''iisexpress.exe' (CLR v4.0.30319:'
Do ...
32
votes
8
answers
35k
views
Cannot start IIS Express
I has just installed Visual Studio 2012 and wanted to create my first WCF Service Application. I am a Java developer coming to .NET world, so please be understanding :)
I have created a new C# ...
30
votes
3
answers
50k
views
IIS Express HTTP Error 401.2 - Unauthorized
I have tried the suggestions in this post but I can not get Windows Authentication working with IIS Express in Vision Studio 2010. Now I get following error:
Here are my applicationhost.config file ...
18
votes
5
answers
29k
views
aspnetcore.dll failed to load
I usually dev on a windows 7 desktop, using visual studio 2015 update 3. I have the same vs2015.3 on my windows 10 laptop. I copied an asp mvc 5 app I am working on to the laptop but it wont run ...
13
votes
5
answers
7k
views
HttpError iis config throws exception when default path is added
I have this config which works and redirects the following errors correctly
<httpErrors errorMode="Custom"
existingResponse="Replace"
defaultResponseMode="ExecuteURL" >
<...
6
votes
5
answers
22k
views
User.Identity.Name with windows authentication
I have a very simple partial view in my header called AccountInfoPanel.
It only has one line:
Welcome: @HttpContext.Current.User.Identity.Name
And in my Web.Config I have
<authentication mode="...
4
votes
3
answers
6k
views
Bad Request 400 requesting ASP.Net Core 3.0 from Flutter
I am trying to connect Flutter's HttpClient to fetch data from my local server which is running on ASP.Net Core 3.0. The problem is I get the Error 400(Bad Request) each time I try.
Here's the ...
4
votes
2
answers
5k
views
How to load .gltf in a Blazor application
I am trying to load .gltf model using three.js into my Blazor application.
However the server does not serve this type of files.
I am aware that MIME type must be added, but for some reasons, that ...
3
votes
1
answer
6k
views
IIS Express applicationhost.config - authentication error
I'm running IIS Express (not to be confused with the normal IIS) under Windows 10. My understanding is the settings are stored in "My Documents\IISExpress\config\applicationhost.config"
These ...