Posts Error Creating Sharepoint Site
Post
Cancel

Error Creating Sharepoint Site

Today I was working on creating a new sharepoint site, and after creating the site from the central admin, I got the following error:

HTTP/1.1 404

Connection: close

Date: Tue, 16 Sep 2008 05:09:29 GMT

Server: Microsoft-IIS/6.0

X-Powered-By: ASP.NET

MicrosoftSharePointTeamServices: 12.0.0.6219

I searched on the error and found the following solution, so just wanted to

share the solution with you guys.

Make sure you reset the IIS after creating the site in central admin. Run the following command

to reset IIS “IISRESET /NOFORCE”

After resetting the IIS run the following command

“C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\WEB SERVER EXTENSIONS\12\BIN\STSADM.exe” -O CREATESITE -URL https://servername -OWNEREMAIL </em> -OWNERLOGIN <domain\username></span></span></span> </p>

You can get more details on this command using the following command,

C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\WEB SERVER EXTENSIONS\12\BIN\STSADM.exe -help CreateSite

After executing this command you can access your site. You will be asked for the site template to be applied to the site and also the members that will be able to access the site.

This post is licensed under CC BY 4.0 by the author.