Hello everyone,
first of all i want to thank you for your help in advance :-)
I want to run YAF.net on my ASP.NET 4.0 Server with a MySQL-Database. Therefore i downloaded all files from here:
http://sourceforge.net/projects/yaf-datalayers/files/YAF-MySQL/YAF-MySQL-1.9.4-RC2/
I downloaded "YAF_1.9.4RC2_r3304_MYSQL_BIN.exe", extracted it and updated the db.config-file.
Then i tried to run the installation process on my webserver, but it only gave me a strange error message (i do not exactly remember, but i think it has been an internal server error). So i replaced the original web.config with the recommended one from the webconfigs-directory. As i found some version 3.5-entries in the web.config, i opened the whole website using Visual Studio 2010 and updated the project to ASP.NET 4.0.
After that i had to update all Browser-Definition-Files in App_Browsers (took those from C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Browsers), but i had to delete the Default.Browser.
After that i am just getting some strange redirection-error:
No matter if i want to open mydomain.de/board or mydomain.de/board/install/default.aspx, i am just getting an redirection error. In german it says: "Fehler: Umleitungsfehler: Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann. Dieses Problem kann manchmal auftreten, wenn Cookies deaktiviert oder abgelehnt werden."
And a free translation from me: "Redirection error: The website redirects your request so that it can never get finished. This may happen if cookies are deactivated or denied." I think it has something to do with a circular redirection...
Please, has someone any idea of how to locate the error? I already set customErrors to Off, but it still throws this redirection error.
Did i take the wrong files?
ANY help is greatly appreciated and please tell me if you need further information.
Thanks 🙂