IIS - 401.3 - Unauthorized

前端 未结 10 1641
深忆病人
深忆病人 2020-12-12 14:44

I am trying to get started with using IIS. I created a new site on IIS Manager, mapped it to a folder on my file system and added index.html to the folder. I have set the po

10条回答
  •  有刺的猬
    2020-12-12 15:12

    1. Create a new Site, Right Click on Sites folder then click add Site
    2. Enter the site name.
    3. Select physical path
    4. Select Ip Address
    5. Change Port
    6. Click OK
    7. Go to Application Pools
    8. Select the site pool
    9. Right-click the click Advance Settings
    10. Change the .Net CLR Version to "No Manage Code"
    11. Change the Identity to "ApplicationPoolIdentity"
    12. Go to Site home page then click "Authentication"
    13. Right-click to AnonymousAuthentication then click "Edit"
    14. Select Application Pool Identity
    15. Click ok
    16. boom!

    for routes add a web.config

    
        
            
                
                    
                        
                        
                            
                            
                            
                        
                        
                    
                
            
        
    
    

提交回复
热议问题