Install power tools for Microsoft Visual Studio 2010

0 Comments

If you want to install the power tools for Microsoft Visual Studio 2010, choose Tools > Extension Manager… > Online Gallery > PowerComamnds For Visual Studio 2010 > Download or use this link: http://visualstudiogallery.msdn.microsoft.com/en-us/e5f41ad9-4edc-4912-bca3-91147db95b99  

Custom error pages in ASP .NET 4.0

0 Comments

If you want to use a custom error page in ASP .NET and want to show the exception details on that page, you must save the Server.GetLastError to a sessions variable in the Global.asax Application_Error