map improvement

user picture
image crop
This commit is contained in:
2011-03-31 06:24:59 +03:00
parent 833083ca0e
commit c0d31a8652
65 changed files with 3128 additions and 41 deletions
+9
View File
@@ -16,6 +16,8 @@
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="takeTopFriends" value="20" />
<add key="azureProfilesContainer" value="profiles"/>
<add key="profileImageFormat" value="profile_{0}.jpg"/>
</appSettings>
<system.web>
@@ -98,5 +100,12 @@
</behavior>
</serviceBehaviors>
</behaviors>
<bindings>
<webHttpBinding>
<binding maxBufferSize="965536" maxBufferPoolSize="965536" maxReceivedMessageSize="965536">
<readerQuotas maxStringContentLength="965536"/>
</binding>
</webHttpBinding>
</bindings>
</system.serviceModel>
</configuration>