Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Uploading Load Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
meyergm committed Jan 6, 2016
1 parent 2a8b00c commit f3ddcab
Show file tree
Hide file tree
Showing 7 changed files with 1,788 additions and 0 deletions.
Binary file added LoadGenerator/CircularGauge.dll
Binary file not shown.
Binary file added LoadGenerator/LoadGenerator.exe
Binary file not shown.
28 changes: 28 additions & 0 deletions LoadGenerator/LoadGenerator.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="DatabaseUserName" value="developer" />
<add key="DatabaseUserPassword" value="P@ssword1" />
<add key="TenantDbName" value="Customer1" />
<add key="TransientFaultHandlingRetryCount" value="30" />
<add key="TransientFaultHandlingMinBackoffDelaySeconds" value="3" />
<add key="TransientFaultHandlingMaxBackoffDelaySeconds" value="5" />
<add key="TransientFaultHandlingDeltaBackoffSeconds" value="3" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit f3ddcab

Please sign in to comment.