Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1526 Points
238 Posts
Sep 11, 2011 09:54 AM|LINK
Probably they don't have *.axd mapped in their IIS configuration for shared servers... another option is to use a ASHX http handler. They can come in handy when you can't configure IIS.
Also, maybe this article could help.
p3tar
Participant
1526 Points
238 Posts
Re: Problem with httphandler on hosting
Sep 11, 2011 09:54 AM|LINK
Probably they don't have *.axd mapped in their IIS configuration for shared servers... another option is to use a ASHX http handler. They can come in handy when you can't configure IIS.
Also, maybe this article could help.
If I helped please mark my posts as "Answer". Cheers.