Visual Studio Setting

Setting Visual Studio yang cukup membantu 😀

A. Menjalankan IIS tanpa men-debug

Turning off the new “Enable Edit and Continue” feature fixed it for me.

  1. Open Options dialog box (Tools | Options)
  2. Locate “Debugging\Edit and Continue”
  3. Uncheck “Enable Edit and Continue”

http://stackoverflow.com/questions/19568762/how-can-i-prevent-visual-studio-2013-from-closing-my-iis-express-app-when-i-end

B. Debug tanpa membuka browser

Open your startup project’s properties (Project->{ProjectName} Properties… from the main menu or right click your project in the Solution Explorer and choose Properties), then navigate to the Web tab and under Start Action choose Don’t open a page. Wait for a request from an external application.

http://stackoverflow.com/questions/716494/how-do-i-stop-visual-studio-from-launching-a-new-browser-window-every-single-tim

Chandra Oemaryadi has written 244 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>