Install problem - config file

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.
2/25/2009 5:16:48 AM
Gravatar
Total Posts 8

Install problem - config file


Rad 644: </providers>
Rad 645: </membership>-->
Rad 646: <roleManager enabled="true" defaultProvider="mojoRoleProvider">
Rad 647: <providers>
Rad 648: <clear />

 

2/25/2009 5:24:24 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

If you get errors about that it must be running 1.1 .NET, you need .NET 3.5 SP1 

Hope it helps,

Joe

2/25/2009 5:27:34 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Isnt it ok with ASP.net 2.0.50727?

2/25/2009 5:33:59 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

mojoPortal requires .NET 3.5 SP1, however it will still say ASP.NET 2.0.

Make sure you don't share the application pool with any 1.1 apps. Try creating a new app pool.

Hope it helps,

Joe

2/25/2009 5:47:31 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Hi again, sorry for my ignorance but where and how do i create a new app pool?

By the way, i got iis 5.1

2/25/2009 5:54:43 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

IIS console has ability to create new app pools and assign app pools to web sites/applications. 

2/25/2009 6:14:18 AM
Gravatar
Total Posts 8

Re: Install problem - config file

I dont have any 1.1 apps. should it work with 2.0? what can be wrong if i have 2.0?

2/25/2009 6:24:37 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

No, you must install .NET 3.5 SP1 if it is not already installed or else go back to mojoportal 2.2.7.8 which was the last version to target 2.0 .NET.

Hope it helps,

Joe 

2/25/2009 7:10:53 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Ok i´ll try. Thanx!!

2/26/2009 9:08:16 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Maybe i cant ask this qusetion here but i think you got the answer for it:

Trying to activate net 3.5 i commando prompten C:\WINDOWS\Microsoft.NET\Framework\v3.5

Tried:aspnet_regiis /i, aspnet_regiis \i, aspnet_regiis -i, aspnet_regiis.exe -i and just aspnet_regiis.exe but same
answer every time. This is not a internal commando...

Do you know how to do?

2/26/2009 9:29:10 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

Well I'm just guesing, but there is no aspnet_regiis.exe in the Framework\v3.5 folder probably because 3.5 is really just 2.0 with some additional dlls. So my guess is you would have to run it from the v2.0.50727 folder. 

Hope it helps,

Joe

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