Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 20, 2012 11:37 AM by sreejukg
Member
197 Points
128 Posts
May 20, 2012 07:41 AM|LINK
Hi Guys,
How to remove the httpHandlers in the web.Release.config
i have
<httpHandlers> <add verb="*" path="login.xx" type="api.login" /> </httpHandlers>
Regards,
All-Star
16420 Points
3173 Posts
May 20, 2012 07:46 AM|LINK
<configuration> <system.web> <httpHandlers> <remove verb="*" path="*.soap"/> </httpHandlers> </system.web> </configuration>
Contributor
4351 Points
1277 Posts
May 20, 2012 07:51 AM|LINK
pls check and ref
http://msdn.microsoft.com/en-us/library/e0dzxdza.aspx
http://forums.asp.net/t/1004090.aspx/1
http://www.dotnetnuke.com/Resources/Forums/forumid/111/threadid/345065/scope/posts.aspx
Star
8976 Points
1659 Posts
May 20, 2012 09:01 AM|LINK
This is your Exact Solution!
Good LucK~ Bro!
27597 Points
4122 Posts
May 20, 2012 11:37 AM|LINK
use the remove element inside the handler.
refer this
herman_tho
Member
197 Points
128 Posts
Remove HttpHandlers
May 20, 2012 07:41 AM|LINK
Hi Guys,
How to remove the httpHandlers in the web.Release.config
i have
<httpHandlers>
<add verb="*" path="login.xx" type="api.login" />
</httpHandlers>
Regards,
nijhawan.sau...
All-Star
16420 Points
3173 Posts
Re: Remove HttpHandlers
May 20, 2012 07:46 AM|LINK
<configuration> <system.web> <httpHandlers> <remove verb="*" path="*.soap"/> </httpHandlers> </system.web> </configuration>sriramabi
Contributor
4351 Points
1277 Posts
Re: Remove HttpHandlers
May 20, 2012 07:51 AM|LINK
pls check and ref
http://msdn.microsoft.com/en-us/library/e0dzxdza.aspx
http://forums.asp.net/t/1004090.aspx/1
http://www.dotnetnuke.com/Resources/Forums/forumid/111/threadid/345065/scope/posts.aspx
MahadTECH
Star
8976 Points
1659 Posts
Re: Remove HttpHandlers
May 20, 2012 09:01 AM|LINK
This is your Exact Solution!
Good LucK~ Bro!
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
sreejukg
All-Star
27597 Points
4122 Posts
Re: Remove HttpHandlers
May 20, 2012 11:37 AM|LINK
use the remove element inside the handler.
refer this
http://msdn.microsoft.com/en-us/library/e0dzxdza.aspx
My Blog