Posts

Showing posts from January, 2022

Enable external requests on IIS Express

 https://stackoverflow.com/questions/3313616/how-to-enable-external-request-in-iis-express npm install -g iisexpress-proxy then iisexpress-proxy 51123 to 81
 IOC Dependency injection in dotnet 5 without ASP https://www.programmingwithwolfgang.com/configure-dependency-injection-for-net-5-console-applications/