YAFLogo

arti
  • arti
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
7 years ago
I integrate yaf.net application in my existing application. All the links of master page is working only the login link is not working.

In login link returlurl is append like http://localhost:61600/yetanotherforum/forum/login?returnurl=%2fde%2fhome%2fforum.

When we click on this link, the page rediect to forum page, not a login page.

When we remove returnurl part like http://localhost:61600/yetanotherforum/forum/login then login page is display.

How we can solve this problem.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
7 years ago
Did you see the sample Application?

You can see the code here...

https://github.com/YAFNET/YAF.SampleWebApplication/blob/master/C%23/YAF.SampleWebApplication/Site.Master.cs 

for the correct login url