Linked Questions

869 votes
37 answers
379k views

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 ...
jjathman's user avatar
  • 12.6k
326 votes
16 answers
196k views

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 ...
Nick Berardi's user avatar
132 votes
14 answers
100k views

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 - ...
Giox's user avatar
  • 5,183
173 votes
10 answers
311k views

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 - ...
some_bloody_fool's user avatar
78 votes
15 answers
88k views

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\...
Vitani's user avatar
  • 1,614
129 votes
3 answers
121k views

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 ...
Adrian Russell's user avatar
44 votes
9 answers
35k views

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 ...
Jakobbbb's user avatar
  • 545
32 votes
8 answers
35k views

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# ...
BartoszCichecki's user avatar
30 votes
3 answers
50k views

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 ...
Andy May's user avatar
  • 4,090
18 votes
5 answers
29k views

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 ...
BattlFrog's user avatar
  • 3,427
13 votes
5 answers
7k views

I have this config which works and redirects the following errors correctly <httpErrors errorMode="Custom" existingResponse="Replace" defaultResponseMode="ExecuteURL" > <...
Neil's user avatar
  • 5,249
6 votes
5 answers
22k views

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="...
Sam's user avatar
  • 5,839
4 votes
3 answers
6k views

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 ...
Skorejen's user avatar
  • 435
4 votes
2 answers
5k views

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 ...
Saajid Akram's user avatar
3 votes
1 answer
6k views

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 ...
ffejrekaburb's user avatar

15 30 50 per page