I have an ASP.NET project which gives me the following exception if I try to run it
Where should I "call" it before I can use it ?
There is no global.asax in my solution
I have an ASP.NET project which gives me the following exception if I try to run it
Where should I "call" it before I can use it ?
There is no global.asax in my solution
As it should be called only once, you should put it in your global.asax Application_Start function IMO
This method is from Class CloudStorageAccount that provides methods for managing account information for storage services.
SetConfigurationSettingPublisher Method should be called once to set up the environment.
Try calling it in Global.asax in Application_Start Method.
This link at MSDN might help