Search code examples
c#asp.netjanrain

How to implement Janrain Engage in ASP.NET / C#?


I can't figure out where the C# helper class goes in my project (using VS2010). I'm following the tutorial at https://sites.google.com/a/janrain.com/developers/articles/engage-tutorial but it's in PHP. In this context, is "rpx.php" analogous to "rpx.aspx", "rpx.aspx.cs", or "rpx.cs"? Know what I mean?

Or, does anyone know of a C# Janrain tutorial/example? That would keep me from posting my next dozen questions. Thanks in advance!


Solution

  • The php file will be most closely analogous to the code behind file rpx.aspx.cs.

    Though, in the .NET world, both the .aspx and the .aspx.cs files are closely related.