Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 4a57126

Browse files
committed
renaming back to default.html - trying adding rule in Web.config instead
1 parent f19c409 commit 4a57126

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

File renamed without changes.

src/SocialBootstrapApi/SocialBootstrapApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<Content Include="Content\js\localStorage-shim.js" />
204204
<Content Include="favicon.ico" />
205205
<Content Include="Global.asax" />
206-
<Content Include="ImageResizer\index.html" />
206+
<Content Include="ImageResizer\default.html" />
207207
<Content Include="README.txt" />
208208
<Content Include="swagger-ui\css\screen.css" />
209209
<Content Include="swagger-ui\images\pet_store_api.png" />

src/SocialBootstrapApi/Web.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
<system.webServer>
9191
<validation validateIntegratedModeConfiguration="false" />
9292
<modules runAllManagedModulesForAllRequests="true" />
93+
<defaultDocument>
94+
<files>
95+
<add value="default.html" />
96+
</files>
97+
</defaultDocument>
9398
</system.webServer>
9499
<uri>
95100
<!-- The uri section is necessary to turn on .NET 3.5 support for IDN (international domain names),

0 commit comments

Comments
 (0)