Form Authentication and IHTTPHandler

  • Thread starter Thread starter IfThenElse
  • Start date Start date
I

IfThenElse

Hello,

When I add Form Authentication to my Website my IhttpHandler code is
blocked.

How can I tell Form Authentication to allow my IHTTPHandler code to execute,
it is not secure

I used to <location> section in web.config to open to public some folders,
how do I do the same for an HttpHandler?

Thank you,
 
Done,

Okay resolved by adding the path of the httpHandler to the Location section
in web.config as for a folder or a file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top