Hi,
I'm working ona web app initially developed using webforms and c#; now more features being added to it using MVC, c#.
Can I call a MVC COntroller Action from amn .aspx page, where it is using <asp:Login...>, using OnLoggedIn (or OnAutenticate)? Thanks for any suggestion!
For example like this:
<form id="form1" runat="server"><asp:Login id="Login1" runat="server" OnLoggedIn="~/Product/Login"></asp:Login></form>