This is an open forum for any mojoPortal topics that don't fall into the other categories.
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
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
Can I update to .net 4.0?
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,
It's my 2003 server box. I'm on the console. It is a dedicated Mojo server running only 1 site.
Installing .net 4 now.
Good to go! Thanks Joe! I had to enable the asp.net web service extension too.