SQLAzure Connection String

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/11/2010 3:45:09 PM
Gravatar
Total Posts 1

SQLAzure Connection String

I'm trying to deploy an instance of mojoPortal with a SQLAzure database, but have had very little success using the SQLAzureConnectionString key located in the user.config file. However, when I try putting in the connection data into the regular MSSQLConnectionString, it works! Is this the correct/expected way to go about this (is the SQLAzureConnectionString key legacy or am I using it wrong)?

It's been mentioned that SQLAzure is supported and I have no doubt about that but I want to make sure I'm configuring the setup correctly. Thanks!

11/12/2010 7:08:43 AM
Gravatar
Total Posts 18439

Re: SQLAzure Connection String

Hi,

Thanks for pointing it out, I need to remove the SqlAzureConnectionString from config files, it is no longer used. At one time we had a separate data layer for SqlAzure but not long ago we dropped support for SQL 2000 and this enabled us to change our main MS  SQL data layer so that it could work with SqlAzure so we no longer have to maintain a separate data layer for SqlAzure. You should just use the MSSQLConnectionString as you have discovered.

Best,

Joe

 

 

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