Welcome to MSDN Blogs Sign in | Join | Help

WebTopics

IIS and ASP.NET Information and Tips from Microsoft Developer Support

News

  • All posts are provided "AS IS" with no warranties, and confer no rights. All the expressions expressed herein are entirely the bloggers own and not necessarily those of Microsoft. In addition, thoughts and opinions often change. Because a weblog is intended to provide a semi-permanent point-in-time snapshot, you should not consider out of date posts to reflect current thoughts and opinions.

Browse by Tags

All Tags » .NET
Getting the Sys.WebForms.PageRequestManagerParserErrorException while making an AJAX callback
Recently I encountered an issue wherein our customer was running into a client side AJAX exception, Sys.WebForms.PageRequestManagerParserErrorException , while trying to make an Async Postback from an ASPX page. This exception was happening for all the Read More...
“Parser Error Message: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.” when .net page has debug=”true”
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...
HttpException Due to Invalid Viewstate After Installing .NET Framework 3.5 SP1
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...
<location> Tag Causes Local Automatic ASP.NET debugging not to work in Visual Studio
This week I got an interesting issue altogether. One of my customers was unable to debug ASP.NET 3.5 application locally using Visual Studio 2008. The application was created using Web Application Project. When we started the application using "Start Read More...
Weeking recap of ASP.NET Debugging blog
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...
Looking at the finalization queue in the debugger
Want to see what objects you have added a finalizer too, follow the information here . Read More...
Understanding when to use a Finalizer in your .NET class
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...
Making an Asynchronous Call using the Impersonation Identity
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...
Have a question? Submit it and get an answer
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...
Page view tracker