When the user sends a request to IIS, it validates the requested file extension & creates an application domain where the app can run. Later HttpApplication object is created once after all the HTTP object such as HttpContext, HttpRequest and HttpResponse are created. Then the request is processed by the two prominent pillars called HttpModule and HttpHandlers.
"Whatever happened, happened for the good; whatever is happening, is happening for the good; whatever will happen, will also happen for the good only. You need not have any regrets for the past. You need not worry for the future." - Bhagavad Gita
Subscribe to:
Post Comments (Atom)
Change default Port on Next.js app
If any other app or process is running on port 3000 , you will get this error in your terminal Port 3000 is already in use. error Command f...
-
sample values in that Username column:- 1) <Name=test> 2) <Name=testKing> 3) <Name=King> Sql Query select...
-
xcopy "$(ProjectDir)config\Web.config.$(ConfigurationName)" "$(ProjectDir)Web.config" /Y/R "'xcopy' is n...
-
javascript's parseFloat doesn't take a locale parameter. So you will have to replace comma(,), dollar sign($) with empty Example ...

No comments:
Post a Comment