Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Hi,
To use SocialAuth.NET on IIS7 running in classic mode, change httphandler
configuration (under System.WebServers) as following:
<system.webServer>
...
<add name="socialAuth.NET" verb="*" path="*.sauth" modules="IsapiModule" type="Brickred.SocialAuth.NET.Core.CallbackHandlers" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" />
...
note: scriptprocessor should correctly point to path where your
aspnet_isapi.dll of relevant .NET framework resides.
Thanks for pointing it. We'll get it added to wiki.
regards,
Deepak
Original comment by tsg.bric...@gmail.com
on 10 Aug 2011 at 6:24
Original issue reported on code.google.com by
tauno.no...@gmail.com
on 4 Aug 2011 at 8:58