Database error on initial setup

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.
11/16/2015 5:02:53 AM
Gravatar
Total Posts 1

Database error on initial setup

Hello,

 

I'm using a hosted IIS by 1and1, IIS7.5, MSSQL given.

I'm using the MSSQL-Mediumtrust installation package and the user.config. The connection section looks like:

<add key="MSSQLConnectionString" value="server=db(ID).db.1and1.com;UID=dbo(ID);PWD=mypwd;database=dbo(ID)" />

 

Fowarding to "/Setup/Default.aspx" works but then I get the following failure:

 

Probing system...
File system permissions ok.
 

The system cannot connect to the MSSQL database. Please check your connection string.

 

System.Data.SqlClient.SqlException (0x80131904): Cannot open database "dbo(ID)" requested by the login. The login failed. Login failed for user 'dbo(ID)'.

 

I've used the forum's search function but didn't find a solution.

 

Cheers,

Vincent

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