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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WebTopics
“ASN1 bad tag value met” error when processing a certificate request in IIS 7
Posted
over 4 years ago
by
CTHaun
46
Comments
We’ve seen a few instances of the following error message on 64 bit servers when IIS 7.0 is attempting to process a pending certificate request: Complete Certificate Request There was an error while performing this operation. Details: CertEnroll...
WebTopics
Service Principal Name (SPN) checklist for Kerberos authentication with IIS 7.0/7.5
Posted
over 4 years ago
by
Saur212
27
Comments
This post is more about the confusion that may arise around SPNs for setting up Kerberos authentication in IIS 7.0. IIS 7.0 has a new Kernel-mode authentication feature using which the ticket for the requested service is decrypted using Machine account...
WebTopics
Maximum number of Application Pools in IIS 6.0
Posted
over 4 years ago
by
Mike Laing
8
Comments
The maximum number of Application Pools that IIS 6 can host depends on a few different things, including (but not necessarily restricted to) the type(s) of content being served, the number of application pool running concurrently, and the identities of...
WebTopics
How to troubleshoot HTTP 400 errors
Posted
over 4 years ago
by
Mike Laing
5
Comments
After sending an HTTP request to an IIS server, an HTTP client (such as Internet Explorer) may display the following type of error message in the browser window: If Internet Explorer’s Friendly HTTP Error Messages option is turned off,...
WebTopics
Where is ASP.NET 3.5 on IIS ?
Posted
over 4 years ago
by
Shinva
5
Comments
Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS manager. And not finding that entry start panicking. If you have been one of those read on. The more tech savvy folks try...
WebTopics
Why cacheRolesinCookie does not work well with the Ajax Extensions 1.0 and RoleManager of .NET Framework 2.0?
Posted
over 4 years ago
by
Meet2
3
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. When...
WebTopics
Issue with ActiveDirectoryMembershipProvider and account lock policy
Posted
over 4 years ago
by
Meet2
1
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...
WebTopics
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
1
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...
WebTopics
Why I am not able Turn Off CustomErrors?
Posted
over 4 years ago
by
Meet2
1
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...
WebTopics
Why do I get "Invalid postback or callback argument" Errors?
Posted
over 4 years ago
by
Meet2
1
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...
WebTopics
Why can’t I execute two requests from the same session simultaneously for an ASP.NET application?
Posted
over 4 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...
WebTopics
What Vista Firewall settings are required for enabling remote debugging?
Posted
over 4 years ago
by
Meet2
1
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...
WebTopics
Global.asa of 0 KB acts funny on Windows 2003 after installing SP2.
Posted
over 4 years ago
by
Meet2
0
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...
WebTopics
Client certificates and some common mistakes
Posted
over 4 years ago
by
DDietz
0
Comments
I really enjoy working on a good SSL issue. The technologies are mature and well documented and work the same in most places so the issues are generally straightforward. There are exceptions of course and they can get hairy. Normally the biggest...
Page 1 of 1 (14 items)