Skip to content

Instantly share code, notes, and snippets.

@soen
Last active December 23, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soen/3dfa619f691c9a873bdde0b5cf0b1ed1 to your computer and use it in GitHub Desktop.
Save soen/3dfa619f691c9a873bdde0b5cf0b1ed1 to your computer and use it in GitHub Desktop.
<binding hostName="localhost"
useWindowsAuth="false"
userName="sitecore\admin"
password="b"
dataService="Hard Rock Web Service"
webRootPath="C:\path-to-your-sitecore-site\Website"
description="sitecore-solution.local"
isRemoteSitecore="false"
automaticallyUpdate="true"
isHidden="false"
hostNameComparisonMode="StrongWildcard"
receiveTimeout="00:10:00"
sendTimeout="00:10:00"
openTimeout="00:10:00"
closeTimeout="00:10:00"
maxReceivedMessageSize="16777216"
maxBufferSize="16777216"
maxBufferPoolSize="524288"
maxStringContentLength="16777216"
transferMode="Buffered"
messageEncoding="Text"
textEncoding="utf-8"
bypassProxyOnLocal="false"
useDefaultWebProxy="true"
proxyAddress="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment