MSFN Forum: IIS - Restricting specific roles access to folders - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IIS - Restricting specific roles access to folders Rate Topic: -----

#1 User is offline   iceangel89 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 10-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 June 2007 - 05:52 AM

i am sure this is very common thing to do. how do i do it. currently i used the ASP.NET Configuration tool but even when not logged in i can access the folders. this is what my Admin/web.config looks like after editing it after searching for info on this, but its not working.

<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
  <location path="~/Admin">
	  <system.web>
		<authorization>
		  <allow roles="admin" />
		  <deny users="*" />
		</authorization>
	  <authentication mode="Forms">
		<forms loginUrl="~/Home/Login.aspx"
		  defaultUrl="~/Default.aspx" />
	  </authentication>
	</system.web>
  </location>
</configuration>



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy