Hi!
I just switched to MVC6 for my new project and I ran into a problem. In previous versions there was an option to run/debug application on local IIS server (creating new virtual directory under project properties). I don't see this feature in latest version of mvc (only option is IISExpress ). I need to host page on the same server and port (sharing cookies between different sites). It was a really useful feature and it speedup my development process (no need to publish and attach debugger very time).
Is there any way to achieve this on mvc6 project?
Thank You.