Ok same problems here, what i did:
1- Move all "Forum/bin/*" to "bin/*", "Forum/App_Code" to "App_Code/*", "Forum/Images/*" to "Images/*" and web.config, app.config, mail.config, UrlRewriter.config, db.config from Forum to App Root.
then i edited app.confign adding:
If i got it right nothing else should be uncommented in the app.config?
Also in db.config should I change anything? If i got that file right it just says to my databse that it will create a user (forum) that will mess around the database later? Have i got it right? I already have a user on my database. could I just add the uid and pwd and somehow change connectionsstrign for db.config not to create a new user on the database but use an existing one and should that be changed in db.config?
As a web.config i used recommanded web.config that comes with the YAF, also i just removed the old web.config from root??
Thats all what i tried and when trying to install in by going to www.mysite.com i get the error down.
Any sugestions? I am new to yaf and dnn but do my best to understand it :)
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a
tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.