Unwanted Requests from Browser Link in Visual Studio 2013

I debugged a web application from Visual Studio 2013 (having recently upgraded from Visual Studio 2012) and then inspected the network traffic in search of a performance issue. I was rather surprised to find that the page was making calls back to a different port on my localhost server with a long URL containing “arterySignalR/poll?transport=longPolling“. […]

continue reading Unwanted Requests from Browser Link in Visual Studio 2013

Visual Studio 2012 Tweaks

I am not at all keen on the look of Visual Studio 2012 but experience suggests you get used to anything after a while. Some tweaks I found useful: Disable the Mouse Wheel zoom by installing this extension. I use the mouse wheel and the control key quite a lot and sometimes trigger the zoom […]

continue reading Visual Studio 2012 Tweaks

“The following module was built either with optimizations enabled or without debug information”

I got the following dialog box from Visual Studio on debugging a Web Application: Microsoft Visual Studio The following module was built either with optimizations enabled or without debug information: C:UsersMyUserAppDataLocalTempTemporary ASP.NET Files1b3abf23b2c10ebaassemblydl3ba72d55bc2ecd6a3_6a4bce01MyDomain.MyProject.dll To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the ‘Warn if no user […]

continue reading “The following module was built either with optimizations enabled or without debug information”