Skip to main content

Questions tagged [iis-express]

IIS Express is the developer version of full IIS that doesn't require Administrator rights to run. See also the [iis] tag.

iis-express
-1 votes
0 answers
43 views

Visual Studio Professional 2022 not loading dlls after updating it to subversion greater then 17.10.1

I am facing an issue in Visual Studio Professional 2022 (17.10.3). Actually IIS express not treated my project as an Application. Also NO Dlls were loading while running the application. No ...
FIRE's user avatar
  • 169
-1 votes
0 answers
21 views

Hide/Remove url port number from iis deployed website

I have multiple deployed websites on iis server and their url are like this https://demo20.myapp1.com:51500/ https://demo20.myapp2.com:51501/ Etc These are vue js implemented websites. Now i have been ...
It's Siddiqi's user avatar
0 votes
1 answer
77 views

Why does .NET Core 5 work with IIS EXPRESS on ARM64 and .NET Core 6 doesn't?

I've been working with .NET Core with many versions, and actually I'm using a MacBook M1 Pro. I use Parallels for all my developments and works fine! But, recently I encountered a curious thing... If ...
Luis Filipe Knorst Andriolo's user avatar
0 votes
1 answer
52 views

Run coverage test with dotCover on ASP.NET application

I have written a series of tests against the front end of my web application. I really wanted to know what my test coverage looked like, so I downloaded and installed ReSharper and dotCover. These ...
BoilermakerRV's user avatar
0 votes
0 answers
20 views

Why is our VS2022 IISExpress web project running as SSL without SSL enabled in launchSettings.json

We are running a VS2022 / .NET 6.0 web project (migrated over various .net core versions) on IISExpress, using the standard Visual Studio self-signed SSL mechanism. All of a sudden, when I start the ...
Paul-Jan's user avatar
  • 17.1k
0 votes
1 answer
57 views

ASP.NET Core Web Api - Project starting with multiple URL's on the browser address bar

I am trying to enable secure communication for my ASP.NET Core Web API project. I did this by checking "Use SSL" checkbox after right-clicking the project and clicking on the properties tab. ...
Sayan's user avatar
  • 29
0 votes
0 answers
19 views

IIS Express forces all applications to use the first application's application pool [duplicate]

I'm trying to run two applications on the one site, in IIS Express. The relevant part of my applicationhost.config shows them both configured to use different application pools: <site name="...
FTWinston's user avatar
  • 1,066
1 vote
0 answers
88 views

How can I host a blazor app within a virtual app folder and still be able to run it in IIS express?

I am developing a Blazor Server Side app using .Net 8 Core. When I run the application from Visual Studio (while in development), the app is mapped to localhost:someportnumber (using IIS Express) Once ...
Ahmad's user avatar
  • 12.5k
0 votes
2 answers
181 views

running asp.net intranet application on localhost asking for authentication

I have an intranet application written int ASP.net core, when I run this application on localhost, I get a pop window asking me to authenticate and once I enter my domain name\my username and password ...
rimi's user avatar
  • 751
0 votes
0 answers
65 views

IBM MQ and IISExpress stopped working after recent update. Faulting module path: C:\Program Files (x86)\IBM\WebSphere MQ\bin\mqe.dll

After recent Windows updates, any application that uses IISExpress and IBM MQ have stopped working. Applications on IIS are working fine. Any Windows service or WinForms app that uses IBM MQ are also ...
Frank Martin's user avatar
  • 3,357
0 votes
0 answers
39 views

IIS Express: configure domain to be used for Windows authentication

When running an ASP.NET project that uses Windows Authentication in VS using IIS Express on a computer joined to domain C.B.A, the authentication works and local groups of C.B.A that the user is part ...
Xander Stoffels's user avatar
0 votes
1 answer
59 views

Debugging an ASP.Net Core sub application under ASP .NET Root App when running in IIS Express

I have an ASP.NET (MVC 5 and .NET Framework 4.7.2) Application in IIS Express 10, as Root App and several others with the same framework as sub applications. This setup works as expected. Sample IIS ...
Dim Tsoumg's user avatar
1 vote
1 answer
273 views

ASP.NET Core 8 - Cannot debug using IIS Express

UPDATE: I forgot to add the default controller route/endpoint in config. Adding the following code to Program.cs solves the problem but I do get a warning message that says "Suggest using top ...
Ross Kelly's user avatar
-1 votes
1 answer
41 views

Request for permission of type System.DirectoryServices failed

Getting issue like Request for permission of type "System.DirectoryServices.. 4.0.0.0' failed while running a web application from VS IDE in a server owned by our team when LDAP code gets ...
Paulson Maclean's user avatar
0 votes
0 answers
42 views

Add Virtual Directory to IIS Express with launchsettings.json

we want to add a virtual directory to our web application in debug mode. ATM we added the virtual directory to the applicationhost.config file in the .vs directory. This works, but every developer ...
Saftpresse99's user avatar

15 30 50 per page
1
2 3 4 5
155