Multiple Web application (IIS server ) with same content database.

Alice01 46 Reputation points
2022-02-08T17:23:50.793+00:00

I got an error/busy loading site during high traffics in SharePoint IIS server. I just want to add additional IIS server for front end load balance. Currently I have only 1 server ( farm + IIS). Is this possible to have multiple web application with same content database ?

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,900 questions
{count} votes

2 answers

Sort by: Most helpful
  1. JoyZ 18,056 Reputation points
    2022-02-09T02:26:56.497+00:00

    @Alice01 ,

    The short answer is no.

    A content database can be associated with multiple site collections in a single Web application.

    However, we cannot use one content database for two web applications.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



  2. Matteo Zamori 91 Reputation points
    2022-02-28T09:21:51.043+00:00

    Hi @Alice01 ,

    technically you can extend the existing web application.
    In this way you have another url (IIS site) pointing to the same content database.

    HOWEVER, this will not fix your issue in my opinion. The farm is underestimated for your use (1 single server).

    By extending the the web application you can take of a very little part of the load but SQL remains your bottleneck. All sites at the end will connect to the same DB.

    I would rather increase the specs of the server AND include additional servers to the existing farm to properly balance the load.

    0 comments No comments