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.
Hi there,
I just download the mojoportal 2.4.0.0 version and planning to deploy onto my Arvixe hosted web site. However, it popped up 503 error on my browser and when I check up the web site configuration in the Arvixe control panel, it seems that the web.config has some problems which shows that I am using incorrect asp.net version (error message below). I am wondering if anybody has the same problem as before? If so, could you give me any clue to solve this problem? thanks.
Cannot load Web.config file. Filename: HostingSpaces\jiajunhe\heneerealestate.com\wwwroot\web.config Line number: 1094 Error: The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration If your Web.config file if not well-formed, please correct the error and try again. If your Web.config file is not compatible with the ASP.NET version currently selected, please rename the Web.config file and update the ASP.NET version.
look around in your web control panel. There should be a place where you can set the .NET version to 4
That will fix it, currently the problem is you have deployed the .NET 4 version of mojoPortal but your hosting is configured for .NET 3/2
Just found there is an "Extensions" tab for the web site configuration which is incorrectly mapped onto .net 2.0. The problem has gone when switched into .net 4.0. Thanks for reminding, Joe.