Edit And Continue, Running IIS Express 64-bit mode — (B)logs of Johan Dörper
Edit And Continue, Running IIS Express 64-bit mode
Quickblog this time, had some troubles running my web-application today and started Googling. Turns out that IIS Express is configurated to run 32-bit mode by default. Since I’m running on a 64-bit machine this was kind of a surprise for me.
Set IIS Express to 64-bit mode:
- Start Visual Studio and click on
Tools
→Options
. - From the tree:
Projects and Solutions
, thenWeb Projects
. - And make sure that
Use the 64 bit version of IIS Express for web sites and projects
is checked (press OK)
Now that was easy, it fixed my broken web-application and enabled Edit And Continue