Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
I am running IIS6 on a Windows 2003 Server. With .NET 2.0 and ajax extensions installed. MySQL is 4.0.12-nt via TCP/IP. I have the database created and the user created with ample permissions and the webconfig file changed to reflect this.
I am trying to run the /Setup/Default.aspx file and get this error:
Server Error in '/' Application. -------------------------------------------------------------------------------- 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 'type'. Source Error: Line 21: Line 22: Line 23: Line 24: Line 25: Source File: C:\Inetpub\wwwroot\mojo\web.config Line: 23 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
If you look at the footer of your error message it says .NET Framework Version 1.1
You need to configure your site for 2.0 as it is curently using 1.1
Best,
Joe