Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

disable IIS Express?

Tags:

iis

Just migrated to VS2012 and having this issue. I need to develop against real IIS server (to be able to debug web services when they called from network devices)

Having issues with "IIS Express started on same port", etc. But there seems to be no IIS Manager for Express? How do I control and configure it?

I'd rather fall back to real IIS

like image 265
katit Avatar asked Mar 18 '13 21:03

katit


1 Answers

  1. Register asp.net

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

  2. Open Project-> Right Click Select Properties-> Select Web Tab-> Select Use Local IIS Web Server & uncheck the Use IIS Express checkbok -> Specify Project Url

enter image description here

like image 173
Kapil Khandelwal Avatar answered Oct 18 '22 12:10

Kapil Khandelwal