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)
MSDN Blogs
>
WebTopics
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WebTopics
IIS 6 applications may stop responding after you install Microsoft update KB 982666
Posted
over 2 years ago
by
Saur212
11
Comments
In the last few days we have started seeing a new symptom appearing more and more often on IIS 6 servers. Here are the symptoms : You are running Windows 2003 Server and you have IIS 6 installed and hosting your web-sites. The operating system prompts...
WebTopics
MSDeploy - Changing the ConnectionString parameter in web.config after deploying the package
Posted
over 2 years ago
by
RakkiMK
1
Comments
MSDeploy gives you a lot of awesome deployment options. I’m going to illustrate one of these awesome options below by showing how to add a custom parameter to the package created within the IIS manager. It is common for a developer to export the package...
WebTopics
Event ID:1074 and Event ID:1310 logged when storing session in aspnet_state.exe under heavy load
Posted
over 2 years ago
by
jaskis
0
Comments
New KB article 2028718 on the block related to Event ID:1074 and Event ID:1310 while storing session in aspnet_State .. Read More Enjoy!
WebTopics
Visual Studio 2010 – My Favorite Features
Posted
over 2 years ago
by
jaskis
0
Comments
Finally it’s out with loads of new features. I just love the way it looks. Here are some of the cool features I like most: Start Page Visual Studio shell has been completely rewritten in WPF. Start Page is also rewritten using XAML and it provides ways...
WebTopics
System.TypeLoadException for System.ServiceModel.Activation.HttpModule in ASP.NET 4
Posted
over 2 years ago
by
RakkiMK
0
Comments
Symptoms Getting the below error while browsing the website running on ASP.NET 4 application pool. Server Error in '/myVDir' Application. -------------------------------------------------------------------------------- Could not load type 'System.ServiceModel...
WebTopics
Configuring Many-to-One Client Certificate Mappings for IIS 7/7.5
Posted
over 2 years ago
by
Saur212
0
Comments
Many-to-one Client certificate mapping is used by the Internet Information Services (IIS) to associate an end user to a windows account when the client certificate is used for the user authentication. The user session is executed under the context of...
WebTopics
IIS 6.0 Installation/Setup failure with the error 0x80090010 (Access denied)
Posted
over 2 years ago
by
Saur212
1
Comments
Symptoms During the installation of IIS 6.0 on Windows Server 2003, the setup may throw a message box indicating the following: Error writing encrypted data to the Web Server's configuration database (Metabase). 0x80090010=Access denied. Below...
WebTopics
!address -summary explained
Posted
over 2 years ago
by
jaskis
0
Comments
In order to debug any high memory issue we rely heavily on the output of !address –summary command [You’ll find !address –summary as the part of Ext.dll extension]. We can interpret quite a few things from it which can help us in further debugging. Here...
WebTopics
Unexpected 401.1 error over Windows Integrated Authentication on IIS 7.5 website
Posted
over 2 years ago
by
Saur212
0
Comments
Symptoms You have an IIS 7.5 server hosted on Windows Server 2008 R2/Windows 7 and when you try to browse to the site over Windows Integrated authentication it fails with 401.1 like below: Module WindowsAuthenticationModule Notification AuthenticateRequest...
WebTopics
IIS 7.5 – How to enable IIS Configuration Auditing?
Posted
over 2 years ago
by
RakkiMK
3
Comments
This post briefly discusses the new configuration auditing functionality to trace the changes done to the IIS configuration store. This is similar to the Metabase Auditing which was available in IIS 6.0 with SP1 on Windows 2003 Server; you can refer this...
WebTopics
Troubleshooting HTTP 500.19 Errors in IIS 7
Posted
over 2 years ago
by
ishaa
2
Comments
In general, a 500.19 error happens due to invalid configuration data. The IIS configuration system will almost always point to the source of the problem. At the same time, sometimes it is important to examine the “Error Code” field which symbolizes the...
WebTopics
ASP 500 Error and Error Code 0x800700aa when browsing a simple .asp page
Posted
over 2 years ago
by
richma
2
Comments
I recently helped a customer with an issue where ASP pages would not execute and returned the following error page: HTTP Error 500.0 - Internal Server Error If you check the Detailed Error page you will see the following additional information ...
WebTopics
A Not So Common Root Cause for 503 Service Unavailable
Posted
over 2 years ago
by
bretb
1
Comments
Symptoms So a co-worker of mine was setting up IIS 7.0 on a new Windows 7 machine, and when they were browsing to http://localhost they were getting a 503 Service Unavailable error as shown here: Troubleshooting This seemed pretty trivial...
WebTopics
Sample Script to Verify IIS File Versions for KB973917
Posted
over 3 years ago
by
Mike Laing
0
Comments
Microsoft recently released an update for Internet Information Services (IIS), as described in the following article: Description of the update that implements Extended Protection for Authentication in Internet Information Services (IIS) http...
WebTopics
64 bit IIS manager,32 bit worker process and root web.config settings
Posted
over 3 years ago
by
Shinva
2
Comments
The IIS 7 manager provides a UI for almost all sections for the web.config. It does simplify things for administrators but I have seen a couple of cases where this has lead to interesting problems. Let us consider the Machine Key feature that the IIS...
WebTopics
How To: Collect a Crash dump of an IIS worker process on IIS 7.0 (and above)
Posted
over 3 years ago
by
PuneetG
3
Comments
Web server Administrators have been using the Debug Diagnostic 1.1 to troubleshoot crash\hang issues on IIS 5 and 6. The Debug Diagnostic tool needs no introduction. It is a great tool and it provides you a lot of flexibility in collecting crash dumps...
WebTopics
Configuring FTP 7.5 with Host Header and SSL
Posted
over 3 years ago
by
Saur212
2
Comments
FTP 7.5 comes with new features like supporting Host headers (Virtual host) and SSL. For compatibility purposes, FTP clients can check whether the FTP server supports host headers by sending a FEAT command to check for supported features. An FTP server...
WebTopics
Configuring DebugDiag to Automatically Capture a Full User Dump on a Managed Function
Posted
over 3 years ago
by
bretb
0
Comments
I recently worked an issue with a customer where we needed to capture a full user dump of the IIS worker process when a specific function was being called. The problem was that the function was in managed code. I thought it would be good to share how...
WebTopics
A Tale of Two Developers and Visual Studio Sites and Apps
Posted
over 3 years ago
by
Jim Cheshire
0
Comments
We've encountered several scenarios in which customers have multiple developers working on a single web application in Visual Studio. In such cases, it's not uncommon for each developer to be working on a portion of the application. There isn't any problem...
WebTopics
ASP.NET MVC: What is it and should I use it?
Posted
over 3 years ago
by
Jim Cheshire
0
Comments
In March of this year, we released ASP.NET MVC. Since then, many ASP.NET developers have been perplexed about MVC. Many developers aren't quite sure what MVC is and what it means for ASP.NET developers. Many more developers have some level of understanding...
WebTopics
High memory in IIS due to scriptproxy.dll
Posted
over 3 years ago
by
Mike Laing
0
Comments
One of my customers had a problem on his IIS server, where the IIS process hosting his web application was suffering from very high memory utilization over time. Eventually the process got so high in memory that the web application became completely unresponsive...
WebTopics
Deadlock when storing Asp.net sessions in SQL server during peak load
Posted
over 3 years ago
by
jaskis
3
Comments
When there is more than 1 server in web farm scenario it is an obvious choice to go for session out-of-proc either with SQL server or State server. While storing session with SQLServer if you see issues with SQL deadlock during peak loads involving DeleteExpiredSessions...
WebTopics
Using ProcDump.exe to monitor w3wp.exe for CPU spikes
Posted
over 3 years ago
by
jaskis
6
Comments
Procdump is a light weight Sysinternal's command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during such spikes which an administrator or developer can use to determine the cause or to share...
WebTopics
IIS7 (and above) – Using FREB to capture dumps for a long running request
Posted
over 3 years ago
by
RakkiMK
0
Comments
In my previous post , I wrote about using FREB to troubleshoot a simple error message to identify the module which sets the error. For this post, let’s assume we are troubleshooting a slow running page (any page, be it aspx, asmx, html, etc). Not...
WebTopics
Uploading a file using FileUpload control fails in IE8
Posted
over 3 years ago
by
jaskis
3
Comments
I had another interesting customer issue this week, where in uploading a file using the FileUpload control was failing only with IE8 . As you would do with any client-side issue, I started by collecting Fiddler traces for both the working (IE7) and non...
Page 1 of 4 (100 items)
1
2
3
4