Sunday
Nov162008
How to configure Windows Azure Samples to use SQL Server 2005
If you are setting up Windows Azure SDK with SQL Server (or any other server instance that does not sit on localhost/SQLExpress), here's what you have to do to make it work:
- Locate [AzureSamples]\MSBuild\Microsoft.Samples.ServiceHosting.targets and add /server:localhost after the /database:$(SamplesDBName) for the DevTableGenCommand in 2 places
- Open %ProgramFiles%\Windows Azure SDK\v1.0\bin\DevelopmentStorage.exe.config and fix connection string. You may need to make this file writeable under Vista.
- Update dbServer for the Table service in the same file.
Comments Off
Sunday, November 16, 2008 at 2:27