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.
- Open Options dialog box (Tools | Options)
- Locate “Debugging\Edit and Continue”
- Uncheck “Enable Edit and Continue”
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.