I am new to the .Net world so I would greatly appreciate some help understanding this.
I'm trying to install Umbraco and using
this tutorial.
However when I get to the part about the # Chapter 7: Run Umbraco’s Web-based Installer I'm having diffiulty knowing what to put in as values in the Cassini ASP.Net Server installation web form.
I go to localhost:7756 and the form says pick default document, I'm not sure what this is asking for but I select the default.aspx in the c:\inetpub\umbraco4 dir.
Port: System Assigned
Name: My app name
Description: My app description
Physical Location: C:\Inetpub\umbraco4
Default Document: default.aspx
Target ASP.Net version: 2.0
When I try to view the app I just 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: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 97: <assemblies>
Line 98: <!-- ASPNETAJAX -->
Line 99: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 100: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 101: <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Source File: C:\Inetpub\umbraco4\web.config Line: 99
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Thanks,
Justin