c# - Publish MongoDB in Windows Azure worker role - Always Busy -


i have developed application mongodb , i'm ready live in cloud.

i have followed tutorial official mongodb website how deploy in windows azure's worker role.

i have tried local deployment in windows azure emulator, work fine.

but when tried publish cloud service, result wasn't expectation.

mongodb.windowsazure.mongodbrole_in_x (where x instance number) in busy status message ..

starting role... unhandledexception:microsoft.windowsazure.storageclient.clouddriveexception

i have no clue this.

could have suggestion ?

thx.

ps1. sorry english.

ps2. have used latest version of windows azure sdk.

in worker role setup, mongodb sets store database on durable drive (basically vhd mounted in blob). since you're getting clouddriveexception, first thing i'd @ storage connection string account being used mounting drives. configuration file still pointing @ local dev storage?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -