How can configure a website on my local drive on my iis manager

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syedshaffee
    New Member
    • Jan 2012
    • 91

    How can configure a website on my local drive on my iis manager

    How can configure a website on my local drive on my IIS manager i have configured it and its giving a error that 'you are not authorized to view this page.'
    i have followed the following procedure
    my concern is would their be any rights issue
    Code:
    Configuring ISM/IIS for pointing to the folder that contains the website i have to configured:-
     
    1.Configuring ISM/IIS for pointing to the folder that contains the web site .
    2.Click on Start, Programs, Administrative Tools, and Inter Service Manager.
    3.Right click on Default Web Site, and click on Properties 
    4.Go to Home Directory, and type the full path of the folder in Local Path. Make sure that ‘A directory located on this computer’ should be ticked.
    5.Tick all the permissions.
    6.Make sure that Execute Permission should be set to ‘Script and Executable’, and Application Protection set to ‘Medium (Pooled)’.
    7.Go to Directory Security and in Anonymous Access and Authentication control click Edit button. Make sure that Anonymous Access is ticked.
    8.Click on OK.
    
    Granting Full Access to Anonymous user for the Folder that contains the web site:-
     
    1.Open My Computer/Windows Explorer and locate the folder.
    2.Right click on the folder and select Properties.
    3.Go to Securities and click on Add.
    4.Select Anonymous User which can be like, IUSR_server_name.
    5.Click on Anonymous User and in permissions tick ‘Full Control’ ‘Allow’ box.
Working...