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.
转载于//www.cnblogs.com/Yang\_Zhang/archive/2009/01/17/1377645.html
还没有评论,来说两句吧...