Skip to content

Instantly share code, notes, and snippets.

@Jeavon
Created November 20, 2015 13:09
Show Gist options
  • Save Jeavon/7111b5443c671e738bdb to your computer and use it in GitHub Desktop.
Save Jeavon/7111b5443c671e738bdb to your computer and use it in GitHub Desktop.
umbOktoberfest
"%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regsql.exe" -ssadd -d umbOktoberFest2015SessionState -S <SQLServer\Instance> -U <SQLUser> -P <SQLPassword> –sstype c
<sessionState allowCustomSqlDatabase="true" cookieless="UseCookies" mode="SQLServer" sqlConnectionString="server=<SQLServer\Instance>;database=umbOktoberFest2015SessionState;user id=<SQLUser>;password=<SQLPassword>" timeout="43200" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment