Can i only use HTTP handlers or HTTP modules if i use my ASP.NET website with IIS or NOT?
And besides that, what is actually the main difference between an http handler and a http module??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This article should explain the difference:
http://msdn.microsoft.com/en-us/library/bb398986.aspx
As to using them in IIS or not – if you are running the built in Visual Studio Webserver you can run Http Handlers. I believe modules require a web server to do the mapping, but I stand to be corrected.