Unrecognized configuration section system.web.extensions

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/7/2014 7:38:46 AM
Gravatar
Total Posts 6

Unrecognized configuration section system.web.extensions

Hi guys,

I downloaded .net40 version code and run the website, but i got this error : 

Unrecognized configuration section system.web.extensions

how to solve this....

11/7/2014 7:45:50 AM
Gravatar
Total Posts 18439

Re: Unrecognized configuration section system.web.extensions

see our faq, the 7th and 8th items are about that error

however, I will say our release packages for the latest version only works with .NET 4.5.

It might still be possible to make a 4.0 build from source code, if you have a build machine that has only only 4.0 on it.

problem is 4.5 replaces 4.0 so on my machine if I try to build for 4.0 it builds but it really builds against 4.5 instead of 4.0. So I think you need a machine where 4.0 is installed but 4.5 has not been installed.

to compile it for 4.0 you have to use the net40.sln but you also have to replace web.config file contents with contents from web.net40.config in Web, Features.UI and WebStore projects

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