Skip to content

Commit f61b022

Browse files
committed
Fix - Project file requires IIS setup to run, realistically runs fine in IISExpress or Cassini
1 parent 1358d17 commit f61b022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RedisStackOverflow/RedisStackOverflow/RedisStackOverflow.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<VisualStudio>
138138
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
139139
<WebProjectProperties>
140-
<UseIIS>True</UseIIS>
140+
<UseIIS>False</UseIIS>
141141
<AutoAssignPort>True</AutoAssignPort>
142142
<DevelopmentServerPort>53208</DevelopmentServerPort>
143143
<DevelopmentServerVPath>/</DevelopmentServerVPath>
@@ -151,4 +151,4 @@
151151
</FlavorProperties>
152152
</VisualStudio>
153153
</ProjectExtensions>
154-
</Project>
154+
</Project>

0 commit comments

Comments
 (0)