Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I need a little help figuring out how to deploy a custom httpHandler on a remote server. I've created a class that implements IHttpHandler. I've added the following lines to my web.config...

 

<httpHandlers>

<add verb="*" path="*.sample"

type="HelloWorldHandler, HelloWorldHandler"/>

</httpHandlers>

 

 

and I've added the .Sample extension using IIS. Everything works great on my developement machine. The problem is how do I deploy this to a client server that I can't configure IIS on? Specifically how can I do this for a website hosted with a standard hosting company like GoDaddy? Is this a complete loss? ActiveReports uses custom handlers just like this for their reports and I've used them on other webservers before so this has to work somehow. Any thoughts?

 

Thanks in advance,

OnTheAnvil

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...