sqlconnectionstring

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.
5/4/2008 12:56:37 PM
Gravatar
Total Posts 2

sqlconnectionstring

for first experience after upload files to host this error shown

{

Probing system...
File system permissions ok.
The system cannot connect to the MSSQL database. Please check your connection string.

}

please guide me.

the connection in locallhost work properly but in server host cant connect.

my database is mssqlserver 2005 express edition and and server supported this.

5/4/2008 1:27:37 PM
Gravatar
Total Posts 18439

Re: sqlconnectionstring

If your hosting company has provided you with a database then they should be able to help you with the connection string.

Most times there is a control panel for the hosting where you can create a database and a user and it will then show you the server name and from this you can create a connection string.

I recommed that you start with a clean database on your host. If you want to use the database you already created on your local machine then you need some way to restore it on the hosted server. Again that depends on your host.

Hope it helps,

Joe

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