How do I get the kestrel web server to listen to non-localhost requests?
I’ve deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I’ve fired up dnx web and it is listening to port 5000 and works fine when accessing from local computer.
I’ve deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I’ve fired up dnx web and it is listening to port 5000 and works fine when accessing from local computer.
Using VS2015 and asp.net 5, when I try to compile my site using an instance of System.Net.HttpClient, it tells me:
After publishing an ASP.NET Web App, I’m trying to host the website on my local server. However, when I start it up, it gives me this error in my browser:
How can I log to file in Asp.Net 5 RC1? I couldn’t find any solution with Microsoft.Extensions.Logging. Is there any solution which is compatible with .Net Core 5 (DNX Core 5.0)? I also was trying to use Serilog but Serilog doesn’t support core 5 yet.
I have a ASP.NET Core API project and I’d like to utilize DirectoryServices and DirectoryServices.AccountManagement namespaces.