I have created multiple SharePoint sites in local Sharepoint Server (farm).
When I Open the IIS, I am not able to see any WebSite which is created in my sharepoint server.
So How can I find the existing sites in IIS ?
I have created multiple SharePoint sites in local Sharepoint Server (farm). When I Open the IIS, I am not able to see any WebSite which is created in my sharepoint server. So How can I find the existing sites in IIS ? |
|||
|
when you create a webapplication in sparepoint central admin, you would then need to goto iis -> domain name -> click on "web sites". You should be able to see a list of web applications e.g. ssp.example.com hello.example.com test.example.com that and oviously the correlating ip's and port number ect , as you can see its not sites or site collections that you can view here... only web application lists for site collections and sites within the site collection goto: 2007 central admin -> application managment -> Site collection list http://technet.microsoft.com/en-us/library/cc287826(v=office.12).aspx 2010
http://technet.microsoft.com/en-us/library/cc287826(v=office.14).aspx |
||||
|
In IIS you can find only web application. The sites that you creates in this application are stored in the content data base of SharePoint. You can use central administration to see and manage them. |
|||
|
An IIS website is mapped to a SharePoint web application and not sites.So, for every web application you create on your WFE, you will be able to find the corresponding IIS websites (normally under C:\inetpub\wwwroot\wss\VirtualDirectories[port-no]) |
|||
|