Hello,
How I can best IP protect the admin-folder and still access the pages in "/admin/public"-folder for general use?
Best regards, Anders
Hello,
How I can best IP protect the admin-folder and still access the pages in "/admin/public"-folder for general use?
Best regards, Anders
Hi Anders
By using the IP Security settings of IIS: http://www.iis.net/configreference/system.webserver/security/ipsecurity
BR Nicolai
Hi Nicolai,
Thank you for quick reply! I have been looking at this, but I can not figure out how to deny access to the root folder "admin", but allow access to a sub directory with this approach?
Best regards, Anders
Deny all on /Admin and allow all on /Admin/Public should work.
Or deny on /Admin/Default.aspx and /Admin/Access/ - then no one can log on.
You must be logged in to post in the forum