Mono Support Error in Login using Facebook Account 

Viewed 27781 time(s), 16 post(s), 3/28/2013 3:59:17 AM - by sam0864
5/31/2013 11:50:30 AM
656 Reputation 79 Total posts

Would  you please more details

which handler? Where to check? What should it be?



11
5/31/2013 12:17:20 PM
15993 Reputation 2214 Total posts

You should check if "*.sauth" extension for this handler is processed by the IIS 6 in order to be routed to MonoX app.

<add verb="*" path="*.sauth" type="Brickred.SocialAuth.NET.Core.CallbackHandler" />
Regards

12
6/4/2013 2:46:53 PM
656 Reputation 79 Total posts

I appreciate if someone helps me.
Login using Facebook account is very nice feature but I can't make working on IIS 6.0 platform. The same settings worked in IIS 7 with no problem.
Yesterday, I tried to the latest build (4506) and edited FacebookWrapper in web.config (the only thing I changed)
BUT, still getting the same error.

Have you tested this functionality in IIS 6.0? Do I need to do additional changes?

Please help

13
6/5/2013 10:49:39 AM
2218 Reputation 300 Total posts

Hello,

MonoX uses SocialAuth-net library and they don't officially support IIS6. Please see:
http://code.google.com/p/socialauth-net/issues/detail?id=69
http://code.google.com/p/socialauth-net/issues/detail?id=131

Regards,
Mario

14
6/5/2013 12:42:10 PM
656 Reputation 79 Total posts

Thanks a lot

Is there anyway to achieve the same functionality and supported by iis6.0?

15
6/5/2013 10:32:52 PM
2218 Reputation 300 Total posts

Hello,

One of our coworkers wrote a blog about using Facebook C# SDK to develop custom login functionality. Here is the link in case you are interested: http://www.mono-software.com/Blog/post/Mono/179/Using-Facebook-API-in-ASP-NET/

Regards,
Mario

16
1 2
This is a demo site for MonoX. Please visit Mono Software for more info.