Sign In
WebTopics
IIS and ASP.NET Information and Tips from Microsoft Developer Support
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
.NET
Access Denied
AJAX
appcmd
ASP.NET
Authentication
Code
Configuration Auditing
Datasource
Debugging
deployment
EmulateIE7
FREB
Hang
High Memory
HTTP
IIS
IIS6
IIS7
IIS7.5
Logging
MembershipProvider
security
Tools
Visual Studio
Archive
Archives
June 2010
(1)
May 2010
(3)
April 2010
(5)
March 2010
(2)
February 2010
(2)
December 2009
(2)
November 2009
(2)
October 2009
(1)
September 2009
(2)
August 2009
(4)
July 2009
(4)
June 2009
(8)
May 2009
(5)
March 2009
(2)
February 2009
(11)
January 2009
(14)
November 2008
(3)
October 2008
(1)
September 2008
(1)
August 2008
(1)
June 2008
(5)
May 2008
(4)
April 2008
(16)
March 2008
(1)
June, 2009
MSDN Blogs
>
WebTopics
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WebTopics
Troubleshooting HTTP 401.3 errors with Process Monitor
Posted
over 3 years ago
by
KyleT
1
Comments
Last week I posted the following blog which showed how to use Process Monitor to troubleshoot service startup issues. http://blogs.msdn.com/webtopics/archive/2009/06/16/troubleshooting-service-startup-issues-with-process-monitor.aspx To continue...
WebTopics
How to Add a Locked Header Row to an ASP.NET GridView Control
Posted
over 3 years ago
by
Jim Cheshire
7
Comments
The GridView control is often used to display tabular data, much like an Excel spreadsheet. However, unlike Excel, the GridView control doesn't have any automatic way of locking the header row so that it doesn't scroll out of view. Check out this example...
WebTopics
Getting access denied error when querying for user Roles using Authorization Role Manager
Posted
over 3 years ago
by
rudrar
0
Comments
Recently I was working on an AuthorizationRoleProvider issue for an ASP.Net application. Customer was using Authorization Role Manager for the Role management of the Active Directory users. Scenario ======= You developed an Asp.net application using Authorization...
WebTopics
Intermittently System.Web.HttpExceptions(A field or property with the name ’<columnName> ‘ was not found on the selected data source) is thrown when the application is under heavy load
Posted
over 3 years ago
by
jaskis
3
Comments
Working on another interesting case where we were occasionally failing with HttpException and after hitting refresh on the browser we were back in business.Next stop was to look at event viewer where bunch of unhandled exceptions like below were reported...
WebTopics
Fix: UpdatePanel Async Postbacks Slow in Internet Explorer
Posted
over 3 years ago
by
Jim Cheshire
28
Comments
We've seen a few issues recently where customers were experiencing very slow async postbacks via an UpdatePanel, but only in Internet Explorer. Other browsers worked fine. (When I say "very slow", I mean in the neighborhood of 30 seconds!) The cause for...
WebTopics
Troubleshooting service startup issues with Process Monitor
Posted
over 3 years ago
by
KyleT
1
Comments
Many things can cause a service, like IIS’s World Wide Web Publishing Service, to fail on startup. When troubleshooting such an issue, Process Monitor can be an invaluable tool. What Process Monitor does is monitor all File and Registry access on the...
WebTopics
Troubleshooting a simple error message using FREB
Posted
over 3 years ago
by
RakkiMK
1
Comments
FREB (Failed Requests Tracing – formerly known as Failed Request Event Buffering) is one of the nicest features released with IIS7 which would come in handy during troubleshooting. It does request based tracing, and produces a log file (in .xml format...
WebTopics
Why System.Net.WebException comes up post .NET Framework 3.5 SP1?
Posted
over 3 years ago
by
Meet2
0
Comments
In the recent past I have come across several issues where our customers have started running into System.Net.WebException while trying to access a web resource (web service, webpage etc) hosted locally on the same machine using some HostName. This issue...
Page 1 of 1 (8 items)