Hi all,
I'm using Windows 2008 Server with MS SQL 2008 and when I try to upgrade DNN I have this errors:
Upgrading DotNetNuke
Current Assembly Version: 05.01.01
Current Database Version: 04.09.04
Upgrade Status Report
00:00:00.071 - Upgrading to Version: 05.01.01
00:00:00.143 - Executing Script: 05.00.00.SqlDataProvider Success
00:00:05.151 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:06.982 - Executing Script: 05.01.00.SqlDataProvider Success
00:00:10.102 - Executing Script: 05.01.01.SqlDataProvider Success
00:00:11.807 - Executing Application Upgrades: 05.00.00 Success
00:00:15.836 - Executing Application Upgrades: 05.00.01 Success
00:00:15.865 - Executing Application Upgrades: 05.01.00 Error!
00:00:16.091 - Executing Application Upgrades: 05.01.01 Success
00:00:16.114 - Cleaning Up Files: 05.00.00 Error!
00:00:16.201 - Cleaning Up Files: 05.00.01 Success
00:00:16.220 - Cleaning Up Files: 05.01.00 Success
00:00:16.282 - Cleaning Up Files: 05.01.01 Success
00:00:16.284 - Updating Config Files: 05.00.00 Success
00:00:16.284 - Updating Config Files: 05.00.01 Success
00:00:16.284 - Updating Config Files: 05.01.00 Success
00:00:16.287 - Updating Config Files: 05.01.01 Success
00:00:16.287 - Performing General Upgrades
After this if I try to access the web site I'm getting this error:
Access to the path 'C:\DNN\bin\System.Web.Extensions.dll' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'C:\DNN\bin\System.Web.Extensions.dll' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
IIS_IUSRS is having Read, Write, Read & Execute permisions and I'm using <authentication mode="forms">.
Any suggestions or help will be appreciated!