Skip to content

Commit a59c7dc

Browse files
committed
Set default URL to /!Admin/Topics
This isn't strictly necessary, but makes it easier to test. The `/!Admin/Topics` path needs to be setup as a virtual directory in the `/.vs/config/applicationhost.config` on each clone of the repository. This doesn't _need_ to point to `/!Admin/Topics`, but as that's the URL we've traditionally used, it makes sense to maintain it for consistency.
1 parent 1a7661d commit a59c7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Editor.Web.Host/OnTopic.Editor.Web.Host.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<AutoAssignPort>True</AutoAssignPort>
171171
<DevelopmentServerPort>63857</DevelopmentServerPort>
172172
<DevelopmentServerVPath>/</DevelopmentServerVPath>
173-
<IISUrl>http://localhost:63857/</IISUrl>
173+
<IISUrl>http://localhost:63857/!Admin/Topics</IISUrl>
174174
<NTLMAuthentication>False</NTLMAuthentication>
175175
<UseCustomServer>False</UseCustomServer>
176176
<CustomServerUrl>

0 commit comments

Comments
 (0)