Go --> Internet Information Services (IIS) Manager
Locate the website (whose port number you want to change)
To change a port right clicks on the Default Web Site and click properties
On the "Web Site" tab you can modify the port.
Step2
And done mapping in central admin?
SharePoint Central Administration ---> Operations ---> Alternate Access Mappings
Change the necessary settings here for your portal to reflect the port change
Error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.
Also, you may check the security settings of your bin/ directory of your web application. In my case the local server group "SERVER\Users" (which usually contains DOMAIN\Users) had no access to the bin/directory. Granting read rights to the bin/ dir to "SERVER\Users" might solve this issue
No comments:
Post a Comment