Tag: asp.net
-
SQL Server Scripts to setup ASP.NET Identity Tables
If you are not using database first approach you probably need these scripts to setup the ASP.NET Identity tables in your database.
-
Installing Visual Studio 2012 after Visual Studio 2013
Although it’s recommended that we install Visual Studio versions in the order in which they were released (for example, install Visual Studio 2012 before we install Visual Studio 2013) as mentioned in http://msdn.microsoft.com/en-us/library/ms246609.aspx, there is possibility that we have installed Visual Studio 2013 before we know that we need to install Visual Studio 2012. It happened…
-
How to solve annoying Internet Explorer caching when debugging ASP.NET website
Today I was debugging ASP.NET website and got very annoying issue. The website has file download feature and anytime I download the file IE9 couldn’t open it – the file was missing before the PDF application could open it. It did work on FF and Chrome. I have cleaned-up Temporary Files directory and also ASP.NET…
-
VS2010 Tips #15: Disable IntelliTrace for better debugging performance (VS2010 Ultimate Only)
I recently upgrading ASP.NET MVC 2 solution from Visual Studio 2008 to Visual Studio 2010 (Ultimate Edition). I found that debugging was very slow. Depending on project size, it took around 30 seconds to initialize and another 5 seconds on each page request in my experience. I tried disabling IntelliTrace (what is IntelliTrace?) and voila!…
-
Vulnerability in ASP.NET Could Allow Information Disclosure
UPDATE (2010-09-29): Microsoft has release the fix. It should be available through Windows Update. More Info: http://weblogs.asp.net/scottgu/archive/2010/09/28/asp-net-security-update-now-available.aspx Microsoft Security Advisory just announced a vulnerability in ASP.NET that can lead to information disclosure. You can read the complete announcement at http://www.microsoft.com/technet/security/advisory/2416728.mspx Important: Please make sure you read the Workaround section and do appropriate action based on…