mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 15:01:37 +03:00
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
|
|
<connectionStrings>
|
|
<add name="MyFriendsModelContainer" connectionString="metadata=res://*/MyFriendsModel.csdl|res://*/MyFriendsModel.ssdl|res://*/MyFriendsModel.msl;provider=System.Data.SqlClient;provider connection string="data source=.\SQL2008;initial catalog=MyFriends;integrated security=True;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
|
|
</connectionStrings>
|
|
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.0" />
|
|
</system.web>
|
|
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true">
|
|
<add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
</modules>
|
|
</system.webServer>
|
|
|
|
<system.serviceModel>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
|
|
<standardEndpoints>
|
|
<webHttpEndpoint>
|
|
<!--
|
|
Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
|
|
via the attributes on the <standardEndpoint> element below
|
|
-->
|
|
<standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true"/>
|
|
</webHttpEndpoint>
|
|
</standardEndpoints>
|
|
</system.serviceModel>
|
|
|
|
</configuration>
|