Click here to Skip to main content
15,887,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I received the error below while I was trying to run my application on locally hosted azure. This error pops up with the title "Microsoft Window Azure Web Host"
Problem Event Name : APPCRASH 
Application Name : WaWebHost.exe
Fault Module Name : KERNELBASE.dll


How can I resolve this error?
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Initialization of data service structures (tables and/or blobs) failed!The most probable reason for this is that the storage endpoints are not configured correctly. Please look at the configuration settings in your .cscfg and Web.config files. More information about this error can be found in the logs when running inside the hosting environment or in the output window of Visual Studio.
Source Error:

Line 44:            <providers>
Line 45:                <clear/>
Line 46:                <add applicationName="iXChangeAzureWebApplication" name="TableStorageSessionStateProvider" type="Microsoft.Samples.ServiceHosting.AspProviders.TableStorageSessionStateProvider, AspProviders"/>
Line 47:            </providers>
Line 48:        </sessionState>
Posted
Updated 16-Jun-11 0:01am
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900