Musings
Public · Protected · Private
About ASP.Net process
-
2008-08-24 19:19inetinfo.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:21What's the difference between Response.Write() andResponse.Output.Write()? Response.Output.Write() allows writing formatted output.
This blog is frozen. No new comments or edits allowed.