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
      148 point Member
    • digish
    • Member since 08-17-2008, 6:29 AM
    • Posts 433

     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
      16,472 point All-Star
    • guru_sarkar
    • Member since 08-31-2007, 12:00 AM
    • Posts 2,488

    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
      148 point Member
    • digish
    • Member since 08-17-2008, 6:29 AM
    • Posts 433

     Thank you Guru Bhai.

     

     

    Digish

Page 1 of 1 (3 items)