Page view counter

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
    • Loading...
    • digish
    • Joined on 08-17-2008, 6:29 AM
    • Posts 381
    • Points 111

     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
    • Loading...
    • guru_sarkar
    • Joined on 08-31-2007, 12:00 AM
    • Posts 2,125
    • Points 14,022

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

    <system.web>

    <authorization>

    <allow users="*" />

    </authorization>

    </system.web>

    /GuruBhai
  • 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
    • Loading...
    • digish
    • Joined on 08-17-2008, 6:29 AM
    • Posts 381
    • Points 111

     Thank you Guru Bhai.

     

     

    Digish

Page 1 of 1 (3 items)