I am running Windows 2003 R2 Standard Edition, IIS 5 I'm trying to upgrade from DNN 3.3.7 Source to DNN 4.4.1 Source. If I set the ASP.NET to 1.1.4322 I get this error:
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: Unrecognized attribute 'requirePermission'.
if I set the ASP.NET to 2.0.50727 I get this error:
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS).
I've remaned the release.config to web.config & changed the following values:
SiteSqlServer
validationKey
decryptionKey
ADDED
<add key="InstallationDate" value="2/21/2007" />
Can anyone tell me what the problem might be?? I've tried a straight build of DNN 4.4.1 & that won't even install.