Problem in Deploying v 2.3.5.3

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.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

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.

This thread is closed to new posts. You must sign in to post in the forums.
9/27/2010 5:42:59 AM
Gravatar
Total Posts 7
Wilayat Hussain

Problem in Deploying v 2.3.5.3

hi...!

i am facing a problem while deploying mojo v 2.3.5.3 on my local machine,  kindly guide me how to resolve this problem! Thanks

i have win7 and visual studio 2010 framework 4.0 and also i have MSSQL server 2008,

previously i was using version 2.2 it was working cool. now when i had started to deploy new version, i dont know what is the problem, following are some details of error!

when i start using source code, it was build successfuly,and on running, shows 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 configuration section system.web.extensions.

Source Error:

				Line 1122:    -->
Line 1123:  </system.webServer>
Line 1124:  <system.web.extensions>
Line 1125:    <scripting>
Line 1126:      <scriptResourceHandler enableCompression="false" enableCaching="false"/>
9/27/2010 7:01:13 AM
Gravatar
Total Posts 18439

Re: Problem in Deploying v 2.3.5.3

It sounds like your deployment environment is running .NET 3.5 but you are deploying a build for .NET 4. You need to change your deployment environment to use a .NET 4 application pool to make it use .NET 4 runtime.

The error happens because of a difference between .NET 3.5 and .NET 4.

In .NET 3.5 some sections need to be declared in Web.config, but in .NET 4, the same sections are declared in machine.config so they are not needed in Web.config. So you get this error about an unknown section because it is not declared in web.config and it means you must not really be running under .NET 4 or you would not get this error.

Hope it helps,

Joe

9/27/2010 7:04:34 AM
Gravatar
Total Posts 7
Wilayat Hussain

Re: Problem in Deploying v 2.3.5.3

one thing more,,,

i had checked that if i run this application[source code] from visual studio 2010, it will run fine, but when i deploy this application on IIS[7.0]. it shows this error, that i hat already mention on previous post...

anyone guide me that what problem is this? :( and how i can solve this...

i will be really thankful ..

9/27/2010 7:06:34 AM
Gravatar
Total Posts 7
Wilayat Hussain

Re: Problem in Deploying v 2.3.5.3

thanks joe...

let me try.. :) hope this will help me..

again thanks a lot :)

9/27/2010 7:30:05 AM
Gravatar
Total Posts 7
Wilayat Hussain

Re: Problem in Deploying v 2.3.5.3

thanks.. RESOLVED  now.. :)

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