L
Lloyd Dupont
Something which, again, works perfectly when I run in the VS.NET embeded
server but not on my webserver provider.
(I use the embeded server as, since a computer crash I only have XPHome and
I didn't bother buy the professional edition)
I have a (home made) dll named "WebUtils.dll" which contains a class named:
WebUtils.RoundCornerImageHandler : IHttpHandler
In my website (which has the WebUtils.dll in its Bin directory) I have
<httpHandlers>
<add verb="GET" path="LWU.RoundCorner.dimg"
type="WebUtils.RoundCornerImageHandler, WebUtils"/>
</httpHandlers>
Now that work perfectly in my dev environemnet, but I just tried to upgrade
and
http://www.thecookscompanion.com/LWU.RoundCorner.dimg?fore=LightSteelBlue&back=White&corner=0
Is giving me an error 404 ?!?!?
Any ideas / tips on why could that be?!
server but not on my webserver provider.
(I use the embeded server as, since a computer crash I only have XPHome and
I didn't bother buy the professional edition)
I have a (home made) dll named "WebUtils.dll" which contains a class named:
WebUtils.RoundCornerImageHandler : IHttpHandler
In my website (which has the WebUtils.dll in its Bin directory) I have
<httpHandlers>
<add verb="GET" path="LWU.RoundCorner.dimg"
type="WebUtils.RoundCornerImageHandler, WebUtils"/>
</httpHandlers>
Now that work perfectly in my dev environemnet, but I just tried to upgrade
and
http://www.thecookscompanion.com/LWU.RoundCorner.dimg?fore=LightSteelBlue&back=White&corner=0
Is giving me an error 404 ?!?!?
Any ideas / tips on why could that be?!