Skip to content

Commit d3a27ac

Browse files
committed
Added link about external kestrel access
1 parent c403587 commit d3a27ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Development-Guide-Xamarin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ <h4>Host</h4>
130130
<img class="img-thumbnail" alt="MVC Started" src="images/xamarin-mvc-started.png" />
131131
</p>
132132
<div class="bs-callout bs-callout-warning">
133-
<strong><i class="fa fa-warning"></i>Warning</strong>
133+
<strong><i class="fa fa-warning"></i> Warning</strong>
134134
<div>
135135
Do not start Web.Mvc or Web.Host project via Visual Studio. Default settings
136-
of Visual Studio does not allow connections except localhost.</div>
136+
of Visual Studio does not allow external connections. For more info you can read <a href="https://weblog.west-wind.com/posts/2016/Sep/28/External-Network-Access-to-Kestrel-and-IIS-Express-in-ASPNET-Core">External Network Access to Kestrel and IIS Express in ASP.NET Core</a></div>
137137
</div>
138138
<p><font color="#339933"><i class="fa fa-info-circle"></i> We have successfully started
139139
host. Now we can configure Xamarin app to connect this host.</font></p>

0 commit comments

Comments
 (0)