0

I would like to know if there is a way to keep IIS express and my web page running after closing Visual Studio. I am not just closing debug session but I want to close Visual studio itself. Is it possible? If nor, can I achieve that using command prompt?

Jaydeep
  • 265
  • 5
  • 18

2 Answers2

0

It could be your project settings. Please check if you have enabled edit and continue in debug mode:

In Visual Studio, right click your web project in the Solutions Explorer > click Properties > select the 'Web' tab on the left pane > uncheck the 'Enable Edit and Continue' checkbox on the right pane.

Then run your web project and the IIS Express should retain listing of your web site even after you stop debugging.

I must say it wouldn't retain the web site after closing Visual Studio.

beastieboy
  • 833
  • 8
  • 15
-1

i am not sure there is anyway to keep open IIS Express.but
you can host website on local IIS to access your website or webpage

Hitesh Thakor
  • 471
  • 2
  • 12