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/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.