Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web application runtime error
Message
De
02/04/2015 13:45:29
 
 
À
02/04/2015 12:56:11
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01617669
Message ID:
01617719
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform