Last post Aug 02, 2011 01:51 PM by komaldparekh
Member
4 Points
78 Posts
Aug 02, 2011 08:16 AM|sly_chandan|LINK
I have created an httphandler and have uploaded on the hosting server.
I cant get the handler to render the images which it does perfectly fine when I run it on my pc.
I am not too sure about the web.config entry.
<handlers>
<add name="jpg" path="*.jpg" verb="*" type="MetamorphismApp.HttpImageHandler" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32"/></handlers>
How should I specify the server path? I dont know where the framework on the server is located.
Is my entry prooper? If not then what is wrong.
633 Points
328 Posts
Aug 02, 2011 10:16 AM|komaldparekh|LINK
On which version of IIS you have hosted your site. As handler settings for iis 5 and iis 7.0 and above are different.
Aug 02, 2011 10:55 AM|sly_chandan|LINK
IIS 7.5 ..thx...Issue is resolved.
Aug 02, 2011 01:51 PM|komaldparekh|LINK
I think my answer has resolved your issue. So please mark it as answer.
Member
4 Points
78 Posts
I have an HttpHandler on my server which doesnt work.
Aug 02, 2011 08:16 AM|sly_chandan|LINK
I have created an httphandler and have uploaded on the hosting server.
I cant get the handler to render the images which it does perfectly fine when I run it on my pc.
I am not too sure about the web.config entry.
<handlers>
Member
633 Points
328 Posts
Re: I have an HttpHandler on my server which doesnt work.
Aug 02, 2011 10:16 AM|komaldparekh|LINK
On which version of IIS you have hosted your site. As handler settings for iis 5 and iis 7.0 and above are different.
Member
4 Points
78 Posts
Re: I have an HttpHandler on my server which doesnt work.
Aug 02, 2011 10:55 AM|sly_chandan|LINK
IIS 7.5 ..thx...Issue is resolved.
Member
633 Points
328 Posts
Re: I have an HttpHandler on my server which doesnt work.
Aug 02, 2011 01:51 PM|komaldparekh|LINK
I think my answer has resolved your issue. So please mark it as answer.