TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
maheswar reddy
NA
27
46.6k
Asp.net request pipe line
Nov 24 2011 6:07 AM
Hi,
Can any one explain about asp.net request pipe line.how it's work.
Thanks,
M.Maheswar
Reply
Answers (
1
)
0
Satyapriya Nayak
0
39.3k
13.3m
Nov 24 2011 7:09 AM
Hi Maheswar,
The Pipeline Process Model
The ASP.NET HTTP pipeline relies on Microsoft® Internet Information Services (IIS) to receive the requests it is going to process (it can also be integrated with other Web servers). When IIS receives an HTTP request, it examines the extension of the file identified by the target URL. If the file extension is associated with executable code, IIS invokes that code in order to process the request. Mappings from file extensions to pieces of executable code are recorded in the IIS metabase. When ASP.NET is installed, it adds entries to the metabase associating various standard file extensions, including .aspx and .asmx, with a library called aspnet_isapi.dll.
Please refer the below link for more details.
http://msdn.microsoft.com/en-us/magazine/cc188942.aspx
http://www.learnvisualstudio.net/videos/02_aspdotnet_2_0_request_pipeline_processing/
Thanks
HTTP modules and http handlers
Using Stored procedure in 3 tier architecture