iis-express Questions

6

Solved

with the new 171010-1400 Windows build and Visual Studio Update 4 my previously working config went haywire. As I see from the windbg output, somehow iisexpress.exe fails on the first or the second...
Slav asked 17/10, 2017 at 8:8

4

Solved

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 some...
Kobe asked 2/6, 2021 at 19:26

12

I am trying to load existing c# web applications and getting below errors while loading any web project: Creation of the virtual directory http://localhost:/ failed with the error: You do not ...
Saturable asked 21/5, 2019 at 7:32

9

Solved

After setting up HTTPS in IIS Express, according to such articles as this and this, I am unable to actually load an IIS Express site using HTTPS. In Chrome, I am only getting: This webpage is no...
Leveroni asked 17/11, 2013 at 22:24

4

Solved

I've searched for a while now but I can't seem to find the answer. There are ways of disabling/enabling anonymous and windows authentication. Does anyone know how to enable basic authentication on ...
Lindseylindsley asked 3/9, 2014 at 11:8

3

Solved

I have a Blazor WebAssembly solution with a client project, server project and shared project, based on the default solution template from Microsoft. I'm editing and debugging in Visual Studio 2019...

29

I'm running Windows Server 2008 R2 (x64) with IISExpress8 and when navigating to c:\Program Files (x86)\IIS Express>iisexpress.exe it says: Filename: redirection.config Error: Cannot rea...
Hoot asked 9/4, 2013 at 9:4

7

Solved

I have a web application that runs perfectly fine when I use the Visual Studio 2010 development server (Cassini). However when I try to use IIS Express to host the site Chrome just displays a "Bad ...
West asked 30/6, 2011 at 17:48

3

I am a VS2022 user. I updated it to version 17.5.0. Every time I try to view in the browser, the iisexpresstray (IIS Express) appears. But when you pass the mouse disappears. An error appears in Ev...

2

Solved

I have been able to run ASP.NET core applications with Visual Studio 2017. Visual Studio has the integration of IIS Express and ASP.NET core all setup and it works with F5. I would like to get thi...

54

Solved

I was experimenting with a new feature that comes with .NET core sdk 2.2 that is supposedly meant to improve performance by around 400%. Impressive so I tried it out on my ABP (ASP.NET Boilerplate)...
Ammamaria asked 17/12, 2018 at 8:45

8

Solved

Is it possible to open multiples ports in ngrok in same domain? Something like: Fowarding http://example.ngrok.com:50001 -> 127.0.0.1:50001 Fowarding http://example.ngrok.com:50002 -> 127.0.0.1:...
Arctogaea asked 27/8, 2014 at 8:28

11

Solved

I'm just putting this one out there since its a Google Zero-resulter which means I win a prize? Cannot start IIS Express 7.5 after reinstall from one account, but I can when logged-in under my oth...
Antechoir asked 27/7, 2012 at 11:54

12

Solved

From previous versions of the question, there is this: Browse website with ip address rather than localhost, which outlines pretty much what I've done so far...I've got the local IP working. Then I...
Superimpose asked 29/5, 2015 at 17:9

2

I'm trying to upload multiple files in my .NET Core v3.1 Blazor application, but I can't get passed the 30MB limit. Searching for this I found Increase upload file size in Asp.Net core and tried th...

27

Solved

How can I enable remote requests in IIS Express? Scott Guthrie wrote that is possible but he didn't say how.
Rotherham asked 22/7, 2010 at 21:23

30

I attempted to run my web service through visual studio. I faced an issue like : --------------------------- Microsoft Visual Studio --------------------------- Unable to launch the IIS Express We...
Millett asked 18/3, 2015 at 7:26

14

Solved

This has been asked before but was closed as "Not a real question" https://stackoverflow.com/questions/7450813/how-to-run-a-site-with-administrative-privileges-in-iis-express-7-5 However I think ...

54

I have an ASP.NET MVC 4 solution. When I try to open it using Visual Studio 2012, I get following error: Microsoft Visual Studio Configuring Web https://localhost: for ASP.NET 4.5 failed. You must...
Betulaceous asked 8/4, 2013 at 7:3

4

I want to kill a running IIS Instance programmatically that is occupying a specific port, but it seems there is no way to figure out what IIS Instance is using a specific port. netstat.exe just sh...
Aiken asked 25/8, 2015 at 5:31

8

Solved

Where can the IIS Express configuration / metabase file be found?
Antilebanon asked 18/10, 2012 at 3:8

7

Solved

Back from my weekend and went to debug my web project which is an ASP.NET Core Web Api. It started giving me an error: Invalid URI: The hostname could not be parsed. I can start a new asp.net core...
Lunge asked 14/3, 2017 at 14:59

3

I have a problem with my web application. I develop using VS 2013 (run as Administrator) and Windows 8. When I debug using IIS Express - everything works fine, without any errors (I run VS as Admi...
Moule asked 27/6, 2015 at 20:22

5

Solved

I can normally debug my web service with no problem, but now I persistently get error "Unable to launch the IIS Express Web Server. Port 3268 is in use". I have looked at previous questions about t...
Milks asked 20/1, 2016 at 11:33

5

Solved

When issuing a perfectly cromulent verb to a local IIS Express web-site under Visual Studio 2013: CROMULENT http://localhost:7579/Handler.ashx HTTP/1.1 Host: localhost:7579 the server responds w...
Azedarach asked 10/5, 2016 at 19:32

© 2022 - 2025 — McMap. All rights reserved.