Error Creating Web Application in SharePoint 2013
I recently ran into an issue when creating a new web application on one of our SharePoint 2013 development servers. Everything appeared to be going correctly until the dialog box displayed “Internet Explorer cannot display the webpage”. I did a little bit of playing around in Central Administration and noticed that the content database was indeed created. I then looked in IIS and the Application Pool and Site were both created as well. However, when I looked in the Virtual Directory I noticed there was nothing in the folder for my newly created port.
After some tinkering and searching I discovered that this issue was due to a time out in IIS (I originally expected it to be an issue with memory but we “beefed up” our SharePoint development servers for 2013 pretty significantly and that was not the issue in this case).
I took the following steps to resolve this issue:
- Open IIS Manager and select Application Pools
- On the right hand side of the window click Select Application Pool Defaults…
- Change the following 3 Process Model time settings
- Ping Maximum Response Time
- Shutdown Time Limit
- Startup Time Limit
- I changed all of these from 90 to 400
Once you have created your web application I would suggest you change the time outs back to the default value of 90 but it is completely up to you…
I ran in to same problem with SP Farm created on VMs on my laptop. It is likely that due to the slow performance the ping was timing-out.
With these recommended settings the web application creation is flawless.
LikeLike
well done. worked a treat :)
LikeLike
thank you very much, you saved a lot of my time !
LikeLike
Many Thanks,
LikeLike
Do I select the CA app pool …
My goal is to successfully create new web app and site collection …
LikeLike
Had the same problem
LikeLike
I searched everywhere for a solution and this was the problem. Thank you for posting!! This worked.
LikeLike
Thank you very much. i was tired from searching till found your post. it worked great with me
LikeLike