Is there a particular configuration file from which the administrative port number of a SharePoint installation can be read from?
What I want is to get the administrative port number of a given SP installation programmtically.
|
Is there a particular configuration file from which the administrative port number of a SharePoint installation can be read from? What I want is to get the administrative port number of a given SP installation programmtically. |
||||
|
|
|
basically their is no configuration file for this you can use stsadm command to get portnumber
if you want use it using object model kindly use SPAdministrationWebApplication details are provide at link below (this will give you url from which you can extract the port number
|
|||
|
|