YAFLogo

kriswd40
  • kriswd40
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
I'm trying to setup YAF in a sub-directory of an existing project. I copied the BIN files to the parent directory's BIN (which didn't exist prior to doing this) and updated the web.config files too.

When I try and load a page in the website (not even a forum page, just a normal asp.net page that used to work), I get this error from the web.config file:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Object reference not set to an instance of an object.

Source Error:

Line 72:

Line 73:

Line 74:

Line 75:

Line 76:

Any ideas how I can fix this???

Sponsor
kriswd40
  • kriswd40
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
Found teh problem, was with db.config not setup right. Fixing that resolves this issue.