Tuesday, May 15, 2018

Visual Studio - Enable JavaScript Debugging


Enable JavaScript Debugging for ASP.Net
1. Go to Tools - Options 2. Select Debugging - General 3. Uncheck Enable JavaScript Debugging for ASP.Net (Chrome and IE) 4. Click in OK

No comments:

Post a Comment

Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2

Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...