Click here to Skip to main content
15,883,834 members
Articles / Web Development / IIS

IIS Articles Archives

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
1 Sep 2010CPOL2 min read 17K   10   2
In this blog post, I have going to list out all of my IIS articles that I have published over last few years.

In this blog post, I am going to list out all of my IIS articles that I have published over the last few years. Why am I going to do such a post? It is because I have been asked many questions on IIS and different debugging options related with IIS and ASP.NET applications by many readers. Many times, I have given references of my different articles. This post will be the single reference for all of those articles. In this blog post, I have given links and small overview of all of my IIS articles, so that I can refer a single article to whoever wants to learn about IIS.

  1. Beginner’s Guide: Exploring IIS 6.0 With ASP.NET 

    This article describes details of IIS configuration, Virtual Directory creation, Application Pool Creation, Application Pool settings, IIS Request processing for ASP.NET.

    beginn1

  2. Deploying ASP.NET Websites on IIS 7.0

    This article describes some features and architecture of IIS 7.0 and deployment of ASP.NET sites on IIS.

    IIS7

  3. Debug Your ASP.NET Application that Hosted on IIS: Process Attach and Identify which process to attach

    This article describes how to debug a web application which is hosted on IIS. It also describes how to select a particular process to attach with your application when multiple worker processes are running….

    debugg10

    debugg12_11

  4. Remote IIS Debugging : Debug your ASP.NET Application which is hosted on “Remote IIS Server”

    This article describes how to setup debugging and debug an ASP.NET web application that is hosted on remote IIS Server. Details of msvsmon.exe and its configuration.

    remote7

    Remote25

  5. Beginner’s Guide: How IIS Process ASP.NET Request

    When request comes from client to the server, a lot of operations are performed before sending the response to the client. This is all about how IIS processes the request. Here, I am not going to describe the Page Life Cycle and their events, this article is all about the operation of IIS Level.

  6. Identifying Worker Process (w3wp.exe) – IIS 6.0 and IIS 7.0 for Debugging ASP.NET Application

    If you are debugging an ASP.NET web application which is hosted on IIS, you need to attach the particular worker process in Visual Studio to start debugging. To attach a process, we can go to Tools > Attach Process or use shortcut key Ctrl +P. The process window will show the worker process (w3wp.exe) which is currently running on IIS. You need to select the process and click on attach button to start the debugging………

I will keep this blog post updated whenever I publish any article on IIS in the coming days.

Hope all these posts will help you!

Shout it


Filed under: .NET 4.0, General, IIS
This article was originally posted at http://abhijitjana.net/2010/09/01/iis-articles-archives

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
.NET Consultant | Former Microsoft MVP - ASP.NET | CodeProject MVP, Mentor, Insiders| Technology Evangelist | Author | Speaker | Geek | Blogger | Husband

Blog : http://abhijitjana.net
Web Site : http://dailydotnettips.com
Twitter : @AbhijitJana
My Kinect Book : Kinect for Windows SDK Programming Guide

Comments and Discussions

 
GeneralMy vote of 5 Pin
thatraja1-Sep-10 19:54
professionalthatraja1-Sep-10 19:54 
GeneralRe: My vote of 5 Pin
Abhijit Jana1-Sep-10 20:55
professionalAbhijit Jana1-Sep-10 20:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.