Sign In
ASP.NET - IIS Troubleshooting
Support experiences, solutions for common issues, some general troubleshooting steps and code samples.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AJAX
ASP.NET 1.X
ASP.NET 2.0
Classic ASP
IIS 6.0
Archive
Archives
February 2009
(1)
November 2008
(1)
September 2008
(1)
November 2007
(2)
August 2007
(4)
July 2007
(1)
MSDN Blogs
>
ASP.NET - IIS Troubleshooting
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET - IIS Troubleshooting
<location> Tag Causes Local Automatic ASP.NET debugging not to work in Visual Studio
Posted
over 3 years ago
by
Meet2
6
Comments
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...
ASP.NET - IIS Troubleshooting
Issue with publishing web-site as non-updatable with "Use Fixed Naming and Single Page Assembly" and assembly versioning
Posted
over 4 years ago
by
Meet2
0
Comments
Few days back I came across an issue with Publish Web Site and assembly versioning. One of my customers was trying to publish a web site as non-updatable with "Use Fixed Naming and Single Page Assembly" option. Also at the same time they are setting the...
ASP.NET - IIS Troubleshooting
Issue with ActiveDirectoryMembershipProvider and account lock policy
Posted
over 4 years ago
by
Meet2
2
Comments
Recently I was working on issue with ActiveDirectoryMembershipProvider of ASP.NET 2.0 and I came across interesting finding which I thought of sharing. The scenario which I had was a little tricky. One of my customers was using ActiveDirectoryMembershipProvider...
ASP.NET - IIS Troubleshooting
Why cacheRolesinCookie does not work well with the Ajax Extensions 1.0 and RoleManager of .NET Framework 2.0?
Posted
over 5 years ago
by
Meet2
1
Comments
One of my customers ran into this issue couple of months ago. I wanted to blog it earlier but I was waiting for the Fix to come out. The typical scenario is - you are using the System.Web.RoleManager of .NET Framework 2.0 along with Ajax Extensions...
ASP.NET - IIS Troubleshooting
Why I am not able Turn Off CustomErrors?
Posted
over 5 years ago
by
Meet2
10
Comments
This week I got an interesting issue altogether. One of my customers was unable to turn off the CustomErrors at all. We checked all the web.config files in hierarchy including the web.config and machine.config in C:\WINNT\Microsoft.NET\Framework\v2.0...
ASP.NET - IIS Troubleshooting
Global.asa of 0 KB acts funny on Windows 2003 after installing SP2.
Posted
over 5 years ago
by
Meet2
2
Comments
Few days’ back one funny issue came to me. All of a sudden on one of the Windows 2003 server my customer was getting “HTTP/1.1 500 Server Error” for any .asp pages in the application. It stopped working since last couple days and used to work earlier...
ASP.NET - IIS Troubleshooting
What Vista Firewall settings are required for enabling remote debugging?
Posted
over 5 years ago
by
Meet2
2
Comments
This a bit of a tricky thing. We all know the famous KB for “How to turn on remote debugging in Windows XP with Service Pack 2, in Windows Server 2003 Service Pack 1, or in Windows Vista” and we do all these settings on the Vista box to turn on debugging...
ASP.NET - IIS Troubleshooting
Need a Hotfix.. Get it online
Posted
over 5 years ago
by
Meet2
3
Comments
At Microsoft PSS, we get a lot of Hotfix requests. Till few days ago we always required customers to call into Microsoft Product Support to get a Hotfix. But since few days we have made many, if not all, Hotfixes available on web. So now on getting Hotfix...
ASP.NET - IIS Troubleshooting
Why can’t I execute two requests from the same session simultaneously for an ASP.NET application?
Posted
over 5 years ago
by
Meet2
1
Comments
Many times we need pop-up windows to appear in our Web Applications. In such a scenario we have the same user session used by the two instances of the web browser. So for N number of pop-ups we open, we have N instances of browsers using the same user...
ASP.NET - IIS Troubleshooting
Why do I get "Invalid postback or callback argument" Errors?
Posted
over 5 years ago
by
Meet2
41
Comments
Introduction: This is the first post of mine so thought of starting with a simple but tricky issue which I came across in few support incidents I have handled. I had a scenario where one of my customers was getting an error message like - Invalid...
Page 1 of 1 (10 items)