Link to home
Start Free TrialLog in
Avatar of Johny Bravo
Johny Bravo

asked on

Ashx on IIS7.5

Hello Experts,

I am hosting a website on IIS 7.5 but my generic handlers are not working.

Cheked a few links,
<system.webServer>
    <handlers>
        <add name="HandlerName"
             path="HandlerPath" verb="*" type="Handler.Type"
             resourceType="Unspecified" />
    </handlers>
</system.webServer>

Path = ? path of ashx in web site?
type = ?
name = ? any name

Please help.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Johny Bravo
Johny Bravo

ASKER

Thanks