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

2/26/2009 9:53:47 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Ok how do you mean by running it from the v2.0.50727 folder. How to do this in reality?
What steps will i take to manage this?

2/26/2009 10:00:15 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

cd into the folder C:\Windows\Microsoft.NET\Framework\v2.0.50727 (aspnet_regiis.exe lives there) and run the command. google aspnet_regiis for syntax for the command.

I have no idea if thats going to solve the problem as I have no idea what error is happening, your original post had very little information except you point to some lines in Web.config

Hope it helps,

Joe

2/26/2009 10:06:54 AM
Gravatar
Total Posts 8

Re: Install problem - config file

Ok, did that and it worked but how do i get 3.5 by doing this? I only got v2.0.50727 by this action?
Again, sorry for all my questions.

I managed to install mojoportal on another computer with sucess but this one is harder. But i really want it on this one to.

2/26/2009 10:11:17 AM
Gravatar
Total Posts 18439

Re: Install problem - config file

As long as you installed .NET 3.5 sp1 and you see it in add/remove programs it should work. When you have 1.1 .NET and 2.0 .NET on the same machine you will see a dropdown in the IIS proprties to choose 1.1 or 2.0 but you won't see an option for 3.0 or 3.5 because they are really just supersets of 2.0.

If you give more detail about the error maybe I could help more effectively. I'm heading out for a little while but will be back later.

Best,

Joe

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