Search code examples
iisvisual-studio-2012iis-7.5iis-express

Replacing IIS Express for IIS at visual studio 2012


IIS Express is giving me too many problems with the configurations such as enabling SSL or using a Local Ip

My visual studio2012 project only allows me to use IIS Express and not regular IIS so my ISS manager is not syncronized with my my project and I'm having a hard time setting up everything.

I've tried to configure a website in IIS manually but the project Bin folder isn't what I need to target to deploy to Service.

How can I set visual studio 2012 to run using regular IIS instead the Express?


Solution

  • You could set a site up in IIS on a different port from the IIS Express port and then manually attach the debugger to w3wp.exe when debugging.