not being able to create a web application sharepoint 2013
When you are not be able to create a web application. It can be caused by the shutdown time limit in the central administration application pool. The default time is 90 seconds, that means if there is a connection problem (slow connection) with the content database, the web app will not be created correctly.
You will see the content database created but not the site collection, and when you wanted to check their configurations in central admin. you will get an error message.
To solve this issue, you have to change the default time limit of the central admin application pool to a big number of seconds.
after that change you will be able to create your web app. I hope it could help you.
You will see the content database created but not the site collection, and when you wanted to check their configurations in central admin. you will get an error message.
To solve this issue, you have to change the default time limit of the central admin application pool to a big number of seconds.
after that change you will be able to create your web app. I hope it could help you.
Comments
Post a Comment