Connecting Tech Pros Worldwide Forums | Help | Site Map

web.config httpModules

=?Utf-8?B?TUNN?=
Guest
 
Posts: n/a
#1: Aug 20 '08
What do the following httpModules do?

UrlAuthorization
FileAuthorization
ServiceModel
ErrorHandlerModule
ScriptModule


Steven Cheng [MSFT]
Guest
 
Posts: n/a
#2: Aug 21 '08

re: web.config httpModules


Hi MCM,

As for the httpModules you mentioned, here is some of my understandings:
Quote:
>UrlAuthorization
>FileAuthorization
=============================
these two are all authorization modules which will control the current user
request's authorization(access control). They works depend on different
authentication schema. UrlAuthorization generally work with forms
authentication while FileAuthorization depend on windows authentication.

http://msdn.microsoft.com/en-us/libr...hd(VS.71).aspx

http://www.bluevisionsoftware.com/We....aspx?Name=URL
Authorization

Quote:
>ServiceModel
=============================
This is a httpmodule installed for WCF service (hosting in IIS/asp.net
application). It is necessary for those xx.svc WCF endpoint to work when
hosted in ASP.NET web application.


Quote:
>ErrorHandlerModule
===============================
I think this is just an general module for handling some error occurs
during the ASP.NET server request processing pipeline

Quote:
>ScriptModule
>
=============================
This is the module for handling ASP.NET AJAX requests


Hope this help clarify some.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Quote:
>From: =?Utf-8?B?TUNN?= <MCM@newsgroup.nospam>
>Subject: web.config httpModules
>Date: Wed, 20 Aug 2008 13:12:07 -0700
Quote:
>
>What do the following httpModules do?
>
>UrlAuthorization
>FileAuthorization
>ServiceModel
>ErrorHandlerModule
>ScriptModule
>
>
=?Utf-8?B?TUNN?=
Guest
 
Posts: n/a
#3: Aug 21 '08

re: web.config httpModules


ServiceModel
Quote:
=============================
This is a httpmodule installed for WCF service (hosting in IIS/asp.net
application). It is necessary for those xx.svc WCF endpoint to work when
hosted in ASP.NET web application.
Sorry, I don't understand. If it helps, I'll be hosting with .NET 3.5 sp1 on
IIS7. Can I remove the ServiceModel? Or does it help me?

Quote:
Quote:
ErrorHandlerModule
===============================
I think this is just an general module for handling some error occurs
during the ASP.NET server request processing pipeline
If I'm not doing any custom error logging, do I need this?

Steven Cheng [MSFT]
Guest
 
Posts: n/a
#4: Aug 22 '08

re: web.config httpModules


Thanks for your reply MCM,

As for the "ServiceModel", if you're sure you'll not use any WCF related
things in your web application/web server, you can remove it.

As for the "ErrorHandlerModule", so far I don't suggest you remove it since
it is not documented and there may exists some internal classes or
components rely on it to format error messages.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.


--------------------
Quote:
>From: =?Utf-8?B?TUNN?= <MCM@newsgroup.nospam>
>References: <54290858-9262-40F2-A49E-7571DCDF9184@microsoft.com>
<EsIZ24zAJHA.3988@TK2MSFTNGHUB02.phx.gbl>
Quote:
>Subject: RE: web.config httpModules
>Date: Thu, 21 Aug 2008 10:57:00 -0700
Quote:
>
Quote:
Quote:
>ServiceModel
>=============================
>This is a httpmodule installed for WCF service (hosting in IIS/asp.net
>application). It is necessary for those xx.svc WCF endpoint to work
when
Quote:
Quote:
>hosted in ASP.NET web application.
>
>Sorry, I don't understand. If it helps, I'll be hosting with .NET 3.5 sp1
on
Quote:
>IIS7. Can I remove the ServiceModel? Or does it help me?
>
>
Quote:
Quote:
>ErrorHandlerModule
>===============================
>I think this is just an general module for handling some error occurs
>during the ASP.NET server request processing pipeline
>
>If I'm not doing any custom error logging, do I need this?
>
>
Steven Cheng [MSFT]
Guest
 
Posts: n/a
#5: Aug 26 '08

re: web.config httpModules


Hi MCM,

Do you have any further questions on this? If so, please feel free to post
here, I'll be glad to help you.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.


--------------------
Quote:
>Content-Transfer-Encoding: 7bit
>From: stcheng@online.microsoft.com (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Fri, 22 Aug 2008 02:59:29 GMT
>Subject: RE: web.config httpModules
Quote:
>Thanks for your reply MCM,
>
>As for the "ServiceModel", if you're sure you'll not use any WCF related
>things in your web application/web server, you can remove it.
>
>As for the "ErrorHandlerModule", so far I don't suggest you remove it
since
Quote:
>it is not documented and there may exists some internal classes or
>components rely on it to format error messages.
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and
>suggestions about how we can improve the support we provide to you. Please
>feel free to let my manager know what you think of the level of service
>provided. You can send feedback directly to my manager at:
>msdnmg@microsoft.com.
>
>
>--------------------
Quote:
>>From: =?Utf-8?B?TUNN?= <MCM@newsgroup.nospam>
>>References: <54290858-9262-40F2-A49E-7571DCDF9184@microsoft.com>
><EsIZ24zAJHA.3988@TK2MSFTNGHUB02.phx.gbl>
Quote:
>>Subject: RE: web.config httpModules
>>Date: Thu, 21 Aug 2008 10:57:00 -0700
>
Quote:
>>
Quote:
>>ServiceModel
>>=============================
>>This is a httpmodule installed for WCF service (hosting in IIS/asp.net
>>application). It is necessary for those xx.svc WCF endpoint to work
>when
Quote:
Quote:
>>hosted in ASP.NET web application.
>>
>>Sorry, I don't understand. If it helps, I'll be hosting with .NET 3.5 sp1
>on
Quote:
>>IIS7. Can I remove the ServiceModel? Or does it help me?
>>
>>
Quote:
>>ErrorHandlerModule
>>===============================
>>I think this is just an general module for handling some error occurs
>>during the ASP.NET server request processing pipeline
>>
>>If I'm not doing any custom error logging, do I need this?
>>
>>
>
>
=?Utf-8?B?TUNN?=
Guest
 
Posts: n/a
#6: Sep 4 '08

re: web.config httpModules


No, you answered my questions. Thank you.

"Steven Cheng [MSFT]" wrote:
Quote:
Hi MCM,
>
Do you have any further questions on this? If so, please feel free to post
here, I'll be glad to help you.
>
Sincerely,
>
Steven Cheng
>
Microsoft MSDN Online Support Lead
>
>
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
>
>
--------------------
Quote:
Content-Transfer-Encoding: 7bit
From: stcheng@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Fri, 22 Aug 2008 02:59:29 GMT
Subject: RE: web.config httpModules
>
Quote:
Thanks for your reply MCM,

As for the "ServiceModel", if you're sure you'll not use any WCF related
things in your web application/web server, you can remove it.

As for the "ErrorHandlerModule", so far I don't suggest you remove it
since
Quote:
it is not documented and there may exists some internal classes or
components rely on it to format error messages.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.


--------------------
Quote:
>From: =?Utf-8?B?TUNN?= <MCM@newsgroup.nospam>
>References: <54290858-9262-40F2-A49E-7571DCDF9184@microsoft.com>
<EsIZ24zAJHA.3988@TK2MSFTNGHUB02.phx.gbl>
Quote:
>Subject: RE: web.config httpModules
>Date: Thu, 21 Aug 2008 10:57:00 -0700
Quote:
>
>ServiceModel
>=============================
>This is a httpmodule installed for WCF service (hosting in IIS/asp.net
>application). It is necessary for those xx.svc WCF endpoint to work
when
Quote:
>hosted in ASP.NET web application.
>
>Sorry, I don't understand. If it helps, I'll be hosting with .NET 3.5 sp1
on
Quote:
>IIS7. Can I remove the ServiceModel? Or does it help me?
>
>
>ErrorHandlerModule
>===============================
>I think this is just an general module for handling some error occurs
>during the ASP.NET server request processing pipeline
>
>If I'm not doing any custom error logging, do I need this?
>
>
>
>
Closed Thread