-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
I'm using ASP.NET 5 beta 8 and since I updated, my application won't start due to the following exception:
Microsoft.AspNet.Server.Kestrel.Networking.UvException: Error -4092 EACCES permission denied
at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.Check(Int32 statusCode)
at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.tcp_bind(UvTcpHandle handle, sockaddr& addr, Int32 flags)
at Microsoft.AspNet.Server.Kestrel.Networking.UvTcpHandle.Bind(String host, Int32 port)
at Microsoft.AspNet.Server.Kestrel.Http.TcpListener.CreateListenSocket(String host, Int32 port)
at Microsoft.AspNet.Server.Kestrel.Http.Listener.<>c__DisplayClass5_0.b__0(Object _)
Any ideas want is causing this or how this can be fixed?
src: https://github.com/damienbod/AspNet5Watcher/tree/updateBeta8
Greetings Damien