Sign In
My Learnings - ASP.Net, IIS and more..
My learnings while working with ASP.Net and IIS and other Microsoft technologies
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
ASP.Net
IIS 7.0
Archive
Archives
January 2012
(1)
April 2011
(2)
June 2009
(2)
MSDN Blogs
>
My Learnings - ASP.Net, IIS and more..
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Learnings - ASP.Net, IIS and more..
SPNs Demytified!
Posted
20 days ago
by
Ashish Goyal
0
Comments
IIS 6.0, IIS 7.0, IIS 7.5 The changes in Kerberos configuration in IIS7x (KernelModeAuthentication) makes it fairly easy to configure Kerberos on IIS. At the same time, it is critical for server admins to understand the implications of this. SPN is one...
My Learnings - ASP.Net, IIS and more..
.Net Framework 3.5 (prior to SP1) – Mainstream support ends
Posted
10 months ago
by
Ashish Goyal
2
Comments
All .Net Framework versions till .Net 3.5 (non SP1) is going out of mainstream support on April 12th. Please upgrade to SP1. http://support.microsoft.com/lifecycle/?LN=en-us&p1=13003&x=6&y=12
My Learnings - ASP.Net, IIS and more..
Intermittent http 400 error messages while accessing your website. Timer_EntityBody in httperr logs
Posted
10 months ago
by
Ashish Goyal
0
Comments
You get intermittent http 400 error messages while accessing your website hosted on IIS server. There is not specific pattern in the failure. In HTTPERR logs you see an entry similar to the following 2011-04-05 05:21:46 127.0.0.1 - 127.0.0.1 80...
My Learnings - ASP.Net, IIS and more..
Three ways to find whether an ISAPI filter is loaded or not in IIS 7.0
Posted
over 3 years ago
by
Ashish Goyal
0
Comments
There are three ways by which we can tell this(I learned it the hard way though) 1. FREB 2. TaskList 3. ProcessMonitor 1. FREB: When is comes to IIS7, FREB is a life saver! All we need is a FREB trace for any page which is hosted in the web site under...
My Learnings - ASP.Net, IIS and more..
Referencing a class which is outside of App_Code folder in an ASP.Net Website project
Posted
over 3 years ago
by
Ashish Goyal
0
Comments
Came across with this situation yesterday. The solution turns out to be simpler than expected. All we have to do is to get the class compiled in a dll and reference it! Here are the steps 1. Open VS 2005/2008 –> Create New WebSite 2. In the Website...
Page 1 of 1 (5 items)