Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web application runtime error
Message
From
02/04/2015 13:45:29
 
 
To
02/04/2015 12:56:11
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01617669
Message ID:
01617719
Views:
25
Okay. It appears that I also need some or all of the following config settings. I just included them all even though the connection string section was probably what it was looking for.
	<system.windows.forms jitDebugging="true" />
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
	</startup>
	<connectionStrings>
		<add name="EntityDataModelContainer"        connectionString="metadata=res://*/EntityDataModel.csdl|res://*/EntityDataModel.ssdl|res://*/EntityDataModel.msl;provider=System.Data.SqlClient;provider connection   string="data source=localhost;initial catalog=LotteryPool;integrated security=True;multipleactiveresultsets=True;App=EntityFramework""   providerName="System.Data.EntityClient" />
	</connectionStrings>
I do not recall seeing this anywhere in the Jump Start even though the jump start worked. I do see that the connectionStrings seciotn in the jump start web.config file.

Oh well, all is working now. Thank you Timothy.
Previous
Reply
Map
View

Click here to load this message in the networking platform