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 is the developer version of full IIS, that doesn't require Administrator rights to run. It is designed as a replacement for the ASP.NET Development Server (aka Cassini) which ships with some releases of Visual Studio. IIS Express has several releases so far, and can be downloaded as separate installer or part of Visual Studio.

Official documentation is on IIS.net here and here.

See also

2146 questions
0
votes
0 answers

I can't launch an executable with GUI server side from my aspnet app on IIS ( It's working on IIS EXPRESS)

I want to call an exe file from my asp.net application on server side. My app contain a GUI but I don't want to modify it , just launched it like a console app. It's currently working on IIS EXPRESS( when I debug with VS ) but not working on…
0
votes
1 answer

IIS Express prevent reloading when code changes

I've got a pair of IIS Express applications. One of these is extremely heavyweight (20+ second start time on development machines). One of these is extremely lightweight and just serves up scripts. The problem is that when you build the lightweight…
Puppy
  • 138,897
  • 33
  • 232
  • 446
0
votes
1 answer

Debugging ASP.NET MVC project in VS2010 and accessing on networked computers

I'm wondering if it's possible to allow users on my local network to connect to an ASP.NET MVC 3 app I'm running through VS2010 on my local PC. The purpose is to let others test during some rapid application development without deploying to a…
macca1
  • 9,121
  • 9
  • 29
  • 41
0
votes
1 answer

Issues in IIS Manager

I am using IIS Manager in window 10, I need to host my ASP .NET web Form project in iis and access from other devices in same network. i add new website and provide physical path. the ip access from the computer but cannot able to access from other…
user11549305
0
votes
1 answer

Visual Studio unable to launch IIS Express server

Visual Studio unable to launch IIS Express server. I just bought a new device (surface pro 6), copied a visual studio project from old device (surface pro 4) to new. then made a backup of the project database in sql server and restored that on new…
Arya
  • 71
  • 1
  • 8
0
votes
4 answers

Publish WCF Service app on IIS Express using Web Deployment

I want to publish WCF Service Application created in Visual Studio 2010 on IIS Express. So I'm using Project -> Publish -> Web Deploy: Service URL: http://localhost Site/application: wcf But ran into some miss-understanding: Web Deployment…
abatishchev
  • 92,232
  • 78
  • 284
  • 421
0
votes
0 answers

IIS httpredirect causing session null

When website default domain redirect through httpredirect to hosted application page. In application when button open some page in new tab then session got null.
Heda
  • 19
  • 4
0
votes
0 answers

Windows Authentication in IIS Express doesnt pick up user details

I recently started playing with windows authentication. Due to some requirement to collect user details under our domain without asking credentials, I started with windows authentication. Im working in VS2015 and the application is running in IIS…
Sandeep Thomas
  • 2,962
  • 6
  • 41
  • 80
0
votes
0 answers

The program '[7532] iisexpress.exe' has exited with code -2147023895 in VS 2017 on debugging

I am trying to run a project in Visual Studio Pro 2017 15.9.11 The solution compiles but when I try to debug the IIS throws plenty of errors and stops debugger: 'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded…
0
votes
0 answers

virtual directory on iis-express looking for assemblies in non-existing bin directory

I have a site that uses an external virtual directory (being shared with other websites) When I load the project with iis-express (visual studio 2017 debug) in order to see these files I've configured them according to this article: How to create a…
Dani
  • 13,366
  • 11
  • 56
  • 99
0
votes
1 answer

Default ASP.NET Core MVC project won't run

I created a new ASP.NET Core MVC project with Visual Studio 2019, using the built in default template. I simply ran the project by clicking the green 'play' arrow where it says "IIS Express" (or by pressing F5). I haven't modified anything, yet…
0
votes
1 answer

How to run/debug Azure Cloud Service locally on Visual Studio Code?

I have an Azure Cloud Service solution in Visual Studio 2017 which I debug with Emulator Express. I'd like "migrate" from Visual Studio to Visual Studio Code. I mean that I'd like to be able to run/debug my cloud service(web role project) in VSCode…
0
votes
1 answer

WebClient.UploadString Returns 500 Submitting to Web Service Running On IIS Express

I'm using .NET Framework 4.5.1 WebClient and posting to a *.ashx that I have running locally so I can debug. The client site uses code like this: var cli = new WebClient(); cli.Headers[ HttpRequestHeader.ContentType ] = "application/json"; var job…
Terry
  • 1,835
  • 2
  • 22
  • 42
0
votes
1 answer

Get SQL Connection error while using Web Service with local SQL Server database

I'm setting up a web service, I wanted to use the local database so I created a local SQL Server database in this project. The web service runs just fine on localhost, but the problem when I invoke a method to Load data from the local database on…
0
votes
1 answer

Process with an id of x is not running (Visual studio 2017)

UPDATED BELOW I have went trough several (if not all) posts mentioning this error on SO and google, but still having this issue. The error I get is: Process with an id of x is not running In addition I can notice this error in my VS output window…
1 2 3
99
100