How To Install the Windows Azure SDK without SQL Express

1.) Open C:\Program Files\Windows Azure SDK\v1.0\bin\DevelopmentStorage.exe.config in Notepad

2.) Edit the DevelopmentStorageDbConnectionString to point to your SQL Server instance. By default the connection string is: connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DevelopmentStorageDb;Integrated Security=True"

3.) Remove any loose instances of SQLEXPRESS or \SQLEXPRESS within the file

4.) Save all changes.

posted on 2009-01-17 21:43  Yang - Windows Azure  阅读(152)  评论(0编辑  收藏  举报

导航