I currently am attempting to install YAF into a sub-directory of my production site
Server: (Windows 2012 - VPS)
SQL Server: (Windows 2012 + SQL Server 2012)
Here is what has been done in order of steps completed:
1. Downloaded YAF.NET Latest Stable Install Zip (From Main YAF Webpage)
2. Extracted To TMP DIR
3. Created Directory on Main Website Directory {FORUM}
4. Copied Contents of TMP DIR to {FORUM}
a. Copied {FORUM}.BIN to {SITE}.BIN [STEP XXX]
5. Opened IIS 8.0
6. Configured Virtual .NET 4.0 APP (w/ YAF.Forum Application Pool and Set to ASP.NET 4.0) [STEP 2]
7. Database Already Setup {SITEDB} [STEP 3]
8. Renamed recommend.web.config to web.config [STEP 4]
9. Generated a Machine Key and placed into app.config [STEP 4a]
10. Modified YAF.AppRoot value="~/" to value="~/forum/" [STEP 4b]
11. Skipped [STEP 4c]
12. {STEP 5}
REMOTE SERVER
STEP 5 - Results in failure as the site will not load the install (here is the result)
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
LOCAL SERVER
HTTP 500.19 - Internal server error.
Detailed Error Information:
Module
IIS Web Core
Notification
Unknown
Handler
Not yet determined
Error Code
0x80070005
Config Error
Cannot read configuration file due to insufficient permissions
It Seems the IIS_USER Account associated does not have permission to execute the resource. Specifically I need to know what I should do...to fix this issue.