I am trying to get rid of security in some folders. but the web config utility is not allowing me to do it.

Last post 09-04-2008 7:11 AM by digish. 2 replies.

Sort Posts:

  • I am trying to get rid of security in some folders. but the web config utility is not allowing me to do it.

    09-03-2008, 9:45 AM
    • Member
      166 point Member
    • digish
    • Member since 08-17-2008, 6:29 AM
    • Posts 448

     Hai,

     

    I am trying to get rid of security in some folders. but the web config utility is not allowing me to do it. How to get rid of the authentication for certain folders. I want some floders to be visble to all. Web config is blocking the path to all the folders.

     

    Digish

  • Re: I am trying to get rid of security in some folders. but the web config utility is not allowing me to do it.

    09-03-2008, 12:06 PM
    Answer
    • All-Star
      17,054 point All-Star
    • guru_sarkar
    • Member since 08-30-2007, 8:00 PM
    • Posts 2,586

    Add web.config to that particular folders and allow access to everyone. Like this:

    <system.web>

    <authorization>

    <allow users="*" />

    </authorization>

    </system.web>

  • Re: I am trying to get rid of security in some folders. but the web config utility is not allowing me to do it.

    09-04-2008, 7:11 AM
    • Member
      166 point Member
    • digish
    • Member since 08-17-2008, 6:29 AM
    • Posts 448

     Thank you Guru Bhai.

     

     

    Digish

Page 1 of 1 (3 items)