Search   Feed   Browse   Add
Feed items 1 - 3 of 3 for August 2008

Scott Forsyth's Blog

Postings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.

IIS, Windows Authentication and the Double Hop issue - August 22, 2008

In IIS, you run into an interesting situation when you need to access another resource off of the IIS server and certain fairly common situations occur.  When using Integrated Security, anonymous access is disabled, and impersonation is turned on, a security measure kicks in and doesn't allow your site to access resources on any network servers.  This includes access to a UNC path directly from IIS or SQL Server using Windows authentication. The reason is because of a 'double hop'...
http://weblogs.asp.net/owscott/archive/2008/08/22/iis-windows-authentication-and-the-doubl...

Application Pool Recycles from IIS 7 Setting Changes - August 11, 2008

I've written a couple times about what configuration changes cause AppDomain recycles.  Most recently how the ASP.NET tab causes a server-wide AppDomain recycle, and previously about changes in ASP.NET 2.0. Here I'm going to cover things that, when done in IIS 7, will cause a full application pool recycle.  I obtained the following list from the Microsoft.com folk at Microsoft.  They worked with the IIS team during IIS 7 development to get a complete list of all...
http://weblogs.asp.net/owscott/archive/2008/08/11/application-pool-recycles-from-iis-7-set...

ASP.NET tab in IIS, more dangerous than it first appears! - August 1, 2008

This blog post was a long time coming and fortunately doesn't apply to IIS7, but I thought I would finally take a few minutes and cover this shortcoming with the ASPNET tab that ASP.NET 2.0 introduced into IIS 6 and IIS 5. As I've covered in a previous post, only 1 version of ASP.NET can run at a time in each IIS Application Pool.  When you want to target a newer or older version of the ASP.NET framework for a particular site or application, you must update that website.
http://weblogs.asp.net/owscott/archive/2008/08/01/asp-net-tab-in-iis-more-dangerous-than-i...
Available Archives
- February (1 item)
- March (1 item)
- April (2 items)
- May (1 item)
- June (1 item)
- July (1 item)
- August (3 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact