Settings for anonymous access to the SPS Portal
In the past, we simply set the SPS portal to anonymous on the IIS server, which has been plagued by many access permissions. Recently, we found related articles on the Internet and finally completed anonymous portal access. In the past, anonymous access to the SPS portal was completed by two virtual servers (one anonymous and the other non-Anonymous). The following describes the implementation steps in detail:
1. log onto the SPS portal and choose website Settings> Management Security and additional Settings> change Anonymous Access Settings> here you can select content that allows anonymous access> OK
2. Open the IIS server and set the default website to "anonymous"> "Directory Security"> "Identity Authentication and Access Control"> "enable Anonymous Access"> "OK ".
3. Restart IIS "iisreset" and now you can access the SPS portal anonymously.
4. Set another virtual server, open IIS, and create a new website-> description sps1 (whatever you want to write) -> change the port to 8001 (not the same as that of the running Web Service)-> Lujing (random, but there must be a file in it; otherwise, the virtual server cannot be expanded)-> complete
5. Choose "Windows Firewall poingservices"> "Configure Virtual Server Settings"> "sps1"> "Expand and map to other virtual servers".> select "mssharepointporealapppool" in the application pool. (If you select another server, the Operation will fail, unknown cause ). Now, you can use http: // 19.083.1.2: 8001 to access a non-Anonymous portal.
6. An anonymous portal can also open the website setting path, but some settings cannot be applied.
Digress:
After changing the administrator password, I found that mssharepointportalapppool and centraladminapppool in the IIS application pool cannot be started. After Manual start, SPS cannot access the service unavailable. It is found that there is a marked option in the two pool, and the password is manually changed to the modified administrator password and then restarted.