This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,788 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+35.7 KB
LoadGenerator/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll
Binary file not shown.
1,018 changes: 1,018 additions & 0 deletions
1,018
LoadGenerator/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+31.7 KB
LoadGenerator/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll
Binary file not shown.
742 changes: 742 additions & 0 deletions
742
LoadGenerator/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.xml
Large diffs are not rendered by default.
Oops, something went wrong.