Closed GoogleCodeExporter closed 8 years ago
Are you using a shared hosting? Many hosting providers like GoDaddy do not
allow usage of custom HttpHandler and HttpModules on shared hosting. The
problem you've mentioned is very likely due to this. Please confirm from your
production box support team if they support custom handlers and modules.
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 30 Oct 2012 at 8:39
Deepak,
Thank you so much for your response. I am not using a shared hosting, we have
our own servers and domain. I asked our web administrator and yes, we do
support custom handlers and modules. It is strange because I have no problems
running the app locally (localhost) this happens only when I move the app to
our server. It fails at:
[appname]/SocialAuth/validate.sauth
why is it redirecting to the "SocialAuth" folder? The folder does not exist in
the project.
Flor
Original comment by fjgn...@yahoo.com
on 1 Nov 2012 at 8:51
It is redirecting to SocialAuth folder which is dynamically used for
functioning of SocialAuth callback haandler. Please ensure you've following
code in web.config if you're using Forms based authentication.
<location path="SocialAuth">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 14 Dec 2012 at 10:14
Is your issue resolved? Did previous suggestion help you?
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 18 Jan 2013 at 9:04
Closing this issue on account of no-reply. Please re-open it if it wasn't
resolved.
Deepak
Original comment by deepak.a...@3pillarglobal.com
on 30 Jan 2013 at 6:13
Original issue reported on code.google.com by
fjgn...@yahoo.com
on 26 Oct 2012 at 5:32