JanaGanaMana
Register
Login
About ASP.Net process
What methods are fired during the page load?
what a diffgram
different types of Session state management options available with ASP.NET?
What is serialization in .NET? What are the ways to control serialization?
What are the different types of assemblies?
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.
What's the difference between Response.Write() andResponse.Output.Write()?
Response.Output.Write() allows writing formatted output.