iis-express Questions
3
When debugging a new .net core website (file => new project) in Visual Studio 2017, I am prompted with the question if I wish to trust the self-signed IIS express certificate:
However, after cli...
Facture asked 4/11, 2017 at 9:41
4
Been looking through and trying all guides i found on this topic but no luck. I am running and MVC project with HTTPS and want to access the debug site with some remote mobile devices to test out t...
Geoponics asked 31/8, 2017 at 16:54
3
Visual Studio 2017 - 15.8.4 (but happens on previous versions), Windows 7, IIS Express 64. Chrome 64 (Latest when posting).
When I launch Chrome for debugging from within Visual Studio, debugging ...
Shortie asked 12/9, 2018 at 14:3
3
Solved
In VS Community 2017 (v15.9.26) I am unable to debug as IIS Express Web Server Produces the following error.
Output for IIS Express: Failed to register URL "localhost:xxxxx/" for site. E...
Birt asked 8/10, 2021 at 19:37
8
I am running a simple ASP.net web application. Chrome is showing the below error after running this.
localhost sent an invalid response.
Try running Windows Network Diagnostics.
ERR_SSL_PROTOCOL_ER...
Cyclone asked 6/3, 2020 at 5:59
15
When I try to start my newly created WebApplication I get this error:
The program '[73635] iisexpress.exe' has exited with code 0 (0x0).
I have already searched through internet and none of this ...
Penates asked 27/5, 2019 at 18:40
4
Solved
I'm assuming this is possible in the applicationhost.config file but I did not see a parent paths setting.
How do you allow parent paths for a specific site running under IIS Express?
Orobanchaceous asked 22/1, 2011 at 18:37
42
I have copied my solution file from another system and tried to run it on my machine:
For this, I have gone to the project folder and deleted the previous solution file and copied the new one.
Now...
Excrescent asked 20/5, 2016 at 17:32
7
I'm currently working on a project, that includes ASP.net, JS, C#, Html and etc. My project was working fine and had no problem to load whats so ever and neither had any problems running using IIS ...
Manifesto asked 2/6, 2020 at 19:40
53
Solved
I am trying to run any program on visual studio 2013 update 3 and I get the following alert box:
Process with an Id of #### is not running.
Every time there is different ID number showing.
and in...
Monometallism asked 17/10, 2014 at 12:19
4
I am creating an ASP.NET web application and currently running it with Visual Studio's built in IIS Express. It normally starts up on localhost and runs just fine. However, one of the external API'...
Ott asked 4/11, 2016 at 19:32
2
Solved
I've had this working on the same Windows box in Win8 Win8.1 and Win10. Yesterday I performed the Threshold 2 upgrade to Windows 10 and now I can't launch my API in IISExpress.
The bindings are se...
Hearthstone asked 3/12, 2015 at 15:44
19
Solved
I attempt to lunch my ASP.NET Core project in Microsoft Visual Studio 2019 and got this error: "Unable to connect to web server 'IIS Express'"
Visual Studio 2019 Version 16.9.5
.Net 5.0
...
Gastrula asked 7/8, 2021 at 17:43
9
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:'
...
Abreaction asked 27/5, 2014 at 4:6
15
I am trying to run ASP MVC application with SSL mode set to true and whenever i run the application, i get prompt to trust the IIS Express SSL certificate. Upon clicking Yes, it gives the error mes...
Paulin asked 21/11, 2017 at 12:30
18
Solved
I started encountering this problem after installing the Visual Studio 2015 RC; I am no longer able to debug web projects from Visual Studio 2013.
My projects build fine and VS launches a browser...
Letitialetizia asked 22/5, 2015 at 21:39
21
Solved
I can't solve this problem
I suggest I have to change c:\Windows\System32\drivers\etc\hosts file and add after
# localhost name resolution is handled within DNS itself.
the next line:
127.0....
Memo asked 29/8, 2012 at 2:33
3
When developing a Web appication, a button on the web client started crashing the application.
The VS Debug seesion and the Client browser close together. VS 2019 debug output shows the following ...
Peepul asked 20/2, 2020 at 13:43
16
I have created an ASP.NET MVC 3 project, and am using IIS Express as the web server when developing. When I try to debug, I get the error message below.
How can this be solved?
Server Error in ...
Lone asked 29/1, 2012 at 13:50
43
Some web projects are causing me problems while others work fine. I decided to focus on one of the problematic ones.
I'm using Visual Studio 2013 on Windows 7. I think I'm running it as administrat...
Dipnoan asked 6/5, 2014 at 18:33
16
Solved
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 wi...
Torrid asked 17/1, 2011 at 0:16
0
I have enabled CORS as follows
Program.cs
builder.Services.AddCors();
var app = builder.Build();
app.UseRouting();
app.UseCors(x => x.AllowAnyMethod().AllowAnyHeader().AllowCredentials().Set...
Voidable asked 5/9, 2023 at 14:24
54
Solved
I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my ASP.NET MVC sites. Not always: at first, the projects will load nice...
Toback asked 24/9, 2012 at 15:18
4
Solved
I downloaded a sample ASP.NET 5 (vNext) application and tried to configure it to run on my local machine.
When I opened the Project Properties window and switched to the Debug tab, the App URL fie...
Excavator asked 18/12, 2015 at 20:4
9
Solved
I created a blank MVC 3 application on VS2010 SP1, and set the app to use IIS Express. When I debug, I get error 500.0 (0x80070585)
I am able to succesfuly run the app using the VS dev server
I h...
Glasser asked 20/6, 2012 at 14:52
1 Next >
© 2022 - 2025 — McMap. All rights reserved.