Public · Protected · Private
About ASP.Net process
Type: Public  |  Created: 2008-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • inetinfo.exe is the IIS server running ASP.NET request is received by aspnet_isapi.dll(ISAPI) takes care of it by passing the request to the worker process aspnet_wp.exe.
    2008-08-24 19:19
  • What's the difference between Response.Write() andResponse.Output.Write()? Response.Output.Write() allows writing formatted output.
    2008-08-24 19:21
This blog is frozen. No new comments or edits allowed.