admin管理员组

文章数量:1122832

I want to block a js file from being returned for unauthenticated and non admin requests (eg .js). I decided to implement a handler, the service is running on a IIS 10 Integrated Mode. Do I need a handler declaration at server side or only at code side? Let me know the actual implementation of the handler.

The project being used is ASP.NET Framework 4.8

本文标签: iis 10How to implement a handler for an unauthenticated request to a js fileStack Overflow