Unable to start debugging on the web server. The underlying connection was closed: An unexpected error occurred on a send.
May 15, 2015
Today I received the following error when trying to start debugging on a web site in Visual Studio 2013:
...
➦
Web Api 2, OWIN and StructureMap
Oct 15, 2014
Add the following code to your startup file:
...
➦
IDX10708: 'System.IdentityModel.Tokens.JwtSecurityTokenHandler' cannot read this string: 'Bearer'.
Oct 8, 2014
Today I got the following message when trying to send the rawData of a JwtSecurityToken I had created manually:
...
➦
Nuget Push failed to process request System.Net.HttpWebRequest.GetResponse()
Sep 24, 2014
When trying to push a NuGet package to our new local NuGet repository we recieved the following error:
...
➦
ADFS 3.0 WIF .NET 4.5 Cheat Sheet
Sep 20, 2014
After wrestling with ADFS 3.0 and WIF in .
...
➦
SharePoint 2013 Error occurred in deployment step 'Activate Features': Column 'WSPublishState' does not exist. It may have been deleted by another user.
Aug 26, 2014
After following this tutorial on How to Create Custom SharePoint Server 2013 Workflow Forms with Visual Studio 2012 Sand-boxed Solutions I received the following error:
...
➦
Error occurred in deployment step 'Install app for SharePoint': There is no Workflow App Part registered.
Aug 25, 2014
When trying to deploy a SharePoint hosted custom workflow I received the following error:
...
➦
Disabling Roslyn Compiler Preview Not Working
Apr 7, 2014
After installing the Roslyn preview we found that when switching back to the standard compiler by going to tools | extensions and updates | Roslyn Preview | Disable was being ignored.
...
➦