Creating SharePoint Webapplication:
If you want to create a web application with a host header then you have to consider only port number 80 and 2 things to be remembered before you consider port number 80 for the second time
1. add the host header name in c:/--windows---system32---drivers--etc---hosts---127.0.0.1(add your host header name here).
2. now you go to sharepoint central administrator and start creating a webapplication with port number 80 and give the same host header name from hosts page. now it will create a site in iis with that name in port 80. we can create any number of web applications with port number 80 with different host headers.
but make sure that you add the host header name in hosts page under c:/--windows-------------
Now,
about the content databases------
If you have one web application and added a site collection under a top level site , and before creating the site collection create a content database and make it started and make the topmost site content database stopped for a while(of course this don't effect the site) now if you create a new site collection then automatically it will pull the same content database which is active or started. now you have different content databases for different site collections.
If you want to create a web application with a host header then you have to consider only port number 80 and 2 things to be remembered before you consider port number 80 for the second time
1. add the host header name in c:/--windows---system32---drivers--etc---hosts---127.0.0.1(add your host header name here).
2. now you go to sharepoint central administrator and start creating a webapplication with port number 80 and give the same host header name from hosts page. now it will create a site in iis with that name in port 80. we can create any number of web applications with port number 80 with different host headers.
but make sure that you add the host header name in hosts page under c:/--windows-------------
Now,
about the content databases------
If you have one web application and added a site collection under a top level site , and before creating the site collection create a content database and make it started and make the topmost site content database stopped for a while(of course this don't effect the site) now if you create a new site collection then automatically it will pull the same content database which is active or started. now you have different content databases for different site collections.
Comments
Post a Comment