I broke it

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
11/10/2010 1:17:05 PM
Gravatar
Total Posts 154

I broke it

I went to upgrade to 2.3.5.5 and I copied all the files into my wwwroot.  I tweaked up the web.config file to have my mail server settings.  I recycled the app pool and did an iisreset but now I'm getting this error when trying to browse to the home page.  I have yet to do the domain/setup/default.aspx.  What did I do wrong?

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 configuration section system.web.extensions.

Source Error:


Line 1012: -->
Line 1013: </system.webServer>
Line 1014: <system.web.extensions>
Line 1015: <scripting>
Line 1016: <scriptResourceHandler enableCompression="true" enableCaching="true"/>
 

Source File: c:\inetpub\wwwroot\web.config Line: 1014


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

11/10/2010 1:21:04 PM
Gravatar
Total Posts 18439

Re: I broke it

It sounds like you used the mojoPortal package for .NET 4.0 but you are running in .NET 3.5 so you need to use the mojoPortal package for .NET 3.5.

Hope it helps,

Joe

11/10/2010 1:28:31 PM
Gravatar
Total Posts 154

Re: I broke it

Can I update to .net 4.0?

11/10/2010 1:30:29 PM
Gravatar
Total Posts 18439

Re: I broke it

If your hosting supports it you can change it to use a .NET 4 application pool, there may be a place in your control panel where you can do that or else ask your host.

Best,

Joe

11/10/2010 1:32:20 PM
Gravatar
Total Posts 154

Re: I broke it

It's my 2003 server box.  I'm on the console.  It is a dedicated Mojo server running only 1 site. 

11/10/2010 1:33:31 PM
Gravatar
Total Posts 154

Re: I broke it

Installing .net 4 now. 

11/10/2010 1:53:04 PM
Gravatar
Total Posts 154

Re: I broke it

Good to go!  Thanks Joe!  I had to enable the asp.net web service extension too. 

You must sign in to post in the forums. This thread is closed to new posts.