May 13, 2008
I am not sure how many people are familiar with the .NET Reference Source project, but if you do a lot of debugging of .NET code, chances are that you have had a situation where you wanted to be able to step into the .NET Source from within Visual Studio...
1 comments
Filed under: Debugging, ASP.NET, IIS, Visual Studio, .NET, Code
Apr 22, 2008
If you try to make an asynchronous call, you will notice that the thread that executes the call doesn't run under the same account as the thread that called it, assuming you are using impersonation. There are a number of ways to change this if you would...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, Code