YAFLogo

evak2979
  • evak2979
  • 58.6% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Hello everyone,

so far so good - I even managed to use the new Asp .NET identity system in conjuction with Yaf net.

Deployed in live, but when someone gets notified about a thread being updated, or when I send an email from the site, instead of pointing to my site : (ridersofthepale.co.uk/etc etc) it points to http://localhost/etc etc etc

Is there a setting I need to change that I am missing? Thanks

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
11 years ago
Check the BaseUrlMask setting in the appSettings section in the web.config or app.config

<add key="YAF.BaseUrlMask" value="http:/ridersofthepale.co.uk" />

PS: Any chance you can share the modifications you did for the ASP.NET Identity system?

evak2979
  • evak2979
  • 58.6% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Thank you for your response.

I have now tried this, and no email seems to go through - but it might be my hosting service, so I will wait and see.

Yes, I will write down a full guide of how to use the .NET Identity system with your system. I could use your help though helping me tweak some forum options while using the Asp Net Identity ! I would be honored to share my knowledge, acquired with pain, with the YAF community 😃

evak2979
  • evak2979
  • 58.6% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Unfortunately the mask change did not work.

My appSettings file:

Running environment - MVC 5, forums are in a subfolder. 😞

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
11 years ago

It's still points to localhost, and don't forget to restart the application when you change the app.config

evak2979
  • evak2979
  • 58.6% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Sorry i copied the local version,i did change it on release. Did not restart the server silly me,will do soon and let you know.thanks again.