Browse by Tags
All Tags »
.NET »
ASP.NET
Recently, I came across an issue where the customer faced an FIPS (Federal Information Processing Standards) related error on the .aspx pages which had debug=”true”. His ASP.net application was hosted on IIS7 running on Windows Server 2008 SP2. And, he
Read More...
In the recent past I have come across several issues where our customers have started running into ViewState issues after installing SP1 for .NET Framework 3.5. The exception details are similar to the following: Server Error in '/ActionTest' Application.
Read More...
Here are last weeks updates to the ASP.NET Debugging blog: Code Gallery and CodePlex, how are they different and what are their benefits? An Open Debugger Extension Job openings with the .NET Framework Team ASP.NET Tips- What to gather to troubleshoot
Read More...
Want to see what objects you have added a finalizer too, follow the information here .
Read More...
If you are going to use a finalizer in your .NET class, be sure to read this post so that you understand when you should and shouldn’t use it: Understanding when to use a Finalizer in your .NET class
Read More...
Have you ever wanted to make an asynchronous call but use the credentials of the user that is browsing your site? Or connect to a database using a specific user account? Check out how to do both of these here .
Read More...
You can submit any question you have around .NET, IIS, or ASP.NET to me at my blog and I’ll answer the question or create a blog posting about it. Feel free to ask anything you’d like. Got a question- Get an answer here
Read More...