Top "Dnx" questions

As an obsolete concept, the .NET Execution Environment contains the code required to bootstrap and run an application.

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 …

c# asp.net asp.net-core dnx kestrel-http-server
How can I diagnose missing dependencies (or other loader failures) in dnx?

I'm trying to run a modified version of the HelloWeb sample for ASP.NET vNext on DNX using Kestrel. I …

c# asp.net-core dnx
How to fix DNX/DNVM in Visual Studio 2015?

Today I installed VS 2015 on Windows 7 x64. Mainly to test new .Net Core features and etc. And for test I …

.net visual-studio visual-studio-2015 dnx dnvm
How to watch for file changes "dotnet watch" with Visual Studio ASP.NET Core

I am using Visual Studio with ASP.NET Core and run the web site using just F5 or Ctrl+F5 (…

asp.net-core dnx kestrel-http-server
Write to EventLog in .Net Core

I need a way to write to Windows' event viewer in my app that's using dnx. But, the EventLog class …

c# logging .net-core dnx
Create C# .sln file with Visual Studio Code

I'd like to create a new C# solution with Visual Studio Code. I'm using yo tools. Now I have a …

c# asp.net-core visual-studio-code dnx yo
How to run multiple commands in a batch file?

I am having the below commands in a batch file. While i try to run it using Execute action in …

batch-file command-line command-prompt dnx finalbuilder
ASP.NET 5 An error occurred while starting the application

After publishing an ASP.NET Web App, I'm trying to host the website on my local server. However, when I …

c# asp.net iis-7.5 asp.net-core dnx
Where to find 'dnu' command in Windows

I have recently installed Visual Studio 2015 RC. I'm trying to figure out the new .NET Core thing... Now I want …

asp.net-core dnx
Building a .NET Core app via command line, so that it works on a machine without .NET Core installed

My end goal is to create a cross-platform (non-web) console application, so I'm exploring .NET Core right now. In my …

c# visual-studio dnx .net-core coreclr