What’s New in Visual Studio 2015 – First Look

Reading Time: 3 minutes Microsoft Introducing the newly announced Visual Studio 2015 product editions, including the all-new Visual Studio Enterprise with MSDN, Visual Studio Professional with MSDN, and the free Visual Studio Community edition – coming later this year. Tools and services for projects of any size or complexity C#, Visual Basic, F#, C++, …

IIS Express 8 – Cannot write configuration file

Reading Time: < 1 minute Issue I am trying to use IIS Express 8 for a Web site in VS2013. I am getting the following error whenever I attempt to create the website site. Filename: \?\C:\Users\xxxxxx\Documents\IISExpress\config\applicationHost.config Error: Cannot write configuration file Solution Go to the IISExpress directory C:\Users\xxxxxx\Documents\IISExpress\ Remove encryption from the directory. ie. Right click …

ASP.NET 5 First look

Reading Time: < 1 minute I’m excited today to read the post about a new release of ASP.NET Version 5. since this new release is one of the most significant architectural updates we’ve done to ASP.NET. ASP.NET 5 is an open source web framework for building modern web applications that can be developed and run on …