Sorry for my bad English
We want to host our new ASP.NET Core application on the worstation with Kestrel web server. We did prototype with .NET Core RC1 (DNX) and everything works fine but with RTM we need admin right on workstation to run the application. Our complagny policies don't allow it so we are looking for a workaround.
At first look when we click the exe file we crashed immediatly with a method not found exception. The problem seems related to right on eventviewer but we're not sure (hint pointed that). If the user is in the workstation admin group everything work well.
Is it a new behaviour by design or is it a bug with RTM?
Regards