Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one?
Answer Posted / guest
One of ASP.NET?s most useful features is the extensibility
of the HTTP pipeline, the path that data takes between
client and server. You can use them to extend your ASP.NET
applications by adding pre- and post-processing to each HTTP
request coming into your application. For example, if you
wanted custom authentication facilities for your
application, the best technique would be to intercept the
request when it comes in and process the requesting a custom
HTTP module
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What language is asp.net written in?
What is the difference between adding reference in solution explorer and adding references by using ?
What is data caching?
What is a web server? What are the load limits in it?
How do I open an ashx file?
What are the events in a page life cycle?
What are the asp.net server side objects?
How can we apply themes to an asp.net application?
What is the difference between debug and release?
What are app services?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What does asp.net stand for?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How do you handle server controls?
What is viewstate in asp net with example?