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 6.0
IIS 7.0
IIS 7.5
Archive
Archives
May 2012
(2)
March 2012
(1)
February 2012
(2)
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..
How to configure Wild Card rule for FREB (Failed Request Tracing) in IIS7
Posted
10 days ago
by
Ashish Goyal
0
Comments
While debugging any issue on IIS7x server, more often then not, FREB turns out to be the saviour. With the new IIS Architecture, FREB is simply the fastest and most reliable way to get a view inside IIS Processing Pipeline. In lot of situations, you...
My Learnings - ASP.Net, IIS and more..
App_offline.htm is getting generated on the server
Posted
18 days ago
by
Ashish Goyal
1
Comments
This is one interesting situation I came across this week. We are trying to remote debug an ASP.Net 4.0 application using Visual Studio 2010. FREB was showing http 500 error for the DEBUG request. We started looking at the memory dumps and found that...
My Learnings - ASP.Net, IIS and more..
IIS 6.0: Http 500.0.170 while browsing Classic ASP pages
Posted
2 months ago
by
Ashish Goyal
0
Comments
On an IIS 6.0 machine, if you try to browse any hosted Classic ASP page (.asp), you get the generic ‘Page cannot be displayed’ error. Other resources like html, .gif works well without any issue. In IIS logs you will find the status codes...
My Learnings - ASP.Net, IIS and more..
Released–Beta of C# 5.0 and Visual Studio 11
Posted
2 months ago
by
Ashish Goyal
0
Comments
Good times ahead fellow developers! Public beta release of Visual Studio 11 (including C# 5.0 beta) is available for download . For details – Eric Lippert’s post Please download and share feedback to products groups! Cheers!
My Learnings - ASP.Net, IIS and more..
Moving IIS7 root to a non-system drive
Posted
3 months ago
by
Ashish Goyal
0
Comments
There is a good post by Thomas on moving the IIS7 root directory to a non-system drive. IIS7: Moving the INETPUB directory to a different drive - http://blogs.iis.net/thomad/archive/2008/02/10/moving-the-iis7-inetpub-directory-to-a-different-drive...
My Learnings - ASP.Net, IIS and more..
SPNs Demytified!
Posted
4 months 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...
My Learnings - ASP.Net, IIS and more..
.Net Framework 3.5 (prior to SP1) – Mainstream support ends
Posted
over 1 year 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
over 1 year ago
by
Ashish Goyal
1
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 (10 items)