Cannot creat anymore pages

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.
7/13/2009 8:40:14 AM
Gravatar
Total Posts 18439

Re: Cannot creat anymore pages

Hi,

You see in the footer of the error its using .NET 1.1 framework.  You need to install .NET 3.5 SP1 (if its not already installed) and in IIS you should be able to choose 2.0 .NET (3.5 is really a superset of 2.0 so you won't see an option for 3.5 in the IIS settings).

Hope it helps,

Joe

7/13/2009 9:12:39 AM
Gravatar
Total Posts 14

Re: Cannot creat anymore pages

yes indeed, that helped.

thx alot!

hopefully the final question:

can you say what is wrong with this:

<add key="MSSQLConnectionString" value="server=EMENKA-WSS1\MOJO;UID=Mojo;PWD=******;database=Mojo" />

It's my fourth installation, and it's the first time it goes wrong here, but because of the searching I probably do not see the error anymore ...

(the  ******, is an actual pasword, but it would be stupid to spread it ...)

7/13/2009 9:17:32 AM
Gravatar
Total Posts 18439

Re: Cannot creat anymore pages

Hi,

If the db is on the same machine you can put localhost for the server name. The part you have with \MOJO is the name of the db instance. Did you really name it MOJO when you installed SQL Express?

Typically the instance name will be SQLExpress so you could put localhost\SQLExpress, or if you made it a default instance then no instance name needs to be specificed you can use just localhost 

Hope it helps,

Joe

7/13/2009 9:26:08 AM
Gravatar
Total Posts 14

Re: Cannot creat anymore pages

well that's the weird thing about it:

www.sjapie.be/Mojo/instance.jpg

Everything is correct ...

but still

www.sjapie.be/Mojo/conn.jpg

And I can manually log in with the same credentials ...

7/13/2009 9:30:36 AM
Gravatar
Total Posts 18439

Re: Cannot creat anymore pages

Make sure SQLExpress is configured for Mixed Mode authentication and make sure that the sql user named Mojo is in the dbo role for the database named Mojo.

Hope it helps,

Joe

7/14/2009 5:07:53 AM
Gravatar
Total Posts 14

Re: Cannot creat anymore pages

It works, it works!

It probably is VISTA who creates kernel errors,
'cause the same setup on SRV 2003 runs smoothly!

Thx Joe for your help! I have 6 days left to enter content and convince my bosses!

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