Skip to content

Commit

Permalink
Fixes issue #7 and issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Dec 7, 2016
1 parent cce7d95 commit befec15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1,088 deletions.
6 changes: 3 additions & 3 deletions src/.vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
<virtualDirectory path="/" physicalPath="D:\github\lithnet\resourcemanagement-webservice\src\Lithnet.ResourceManagement.WebService" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:63207:localhost" />
<binding protocol="https" bindingInformation="*:44385:localhost" />
<binding protocol="http" bindingInformation="*:63207:" />
<binding protocol="https" bindingInformation="*:44385:" />
</bindings>
</site>
<siteDefaults>
Expand Down Expand Up @@ -1040,7 +1040,7 @@
<system.webServer>
<security>
<authentication>
<anonymousAuthentication enabled="false" />
<anonymousAuthentication enabled="true" />
<windowsAuthentication enabled="false" />
</authentication>
</security>
Expand Down
Loading

0 comments on commit befec15

Please sign in to comment.