How to ensure that the user always access like anonymous ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lathamoulali
    New Member
    • May 2008
    • 25

    How to ensure that the user always access like anonymous ?

    Hello frnds,

    I am new to ASP Programming,ple ase help me out with this problem...

    The site uses the same ASP file but the map is generated when using the anonymous user and other times the map assume the logged user and there are one access error, how to ensure that the user always access the object or to ensure that the user always access like anonymous..

    Thanks.
    Latha.
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi lathamoulali,

    To check the security set up of your site you need to use the IIS console.

    Click <Start><Run>,ty pe "inetmgr" and hit enter.
    Right click on the root of your website and select properties from the context menu.
    Go to the Directory Security tab and click on the top <Edit> button
    Make sure that Anonymous Access is the only check box selected in the list

    Does this help at all?

    Dr B

    Comment

    Working...