Web application restoring problems
Hi all! I try to restore a web application with several collections. I execute restore process from Central Administration site. The process finishes without errors with "Completed" status. Then I can see my web app on the "Web Applications list" page. And I see all my site collections on the "Web collections list" page too. But application pool and web site don't exist on the IIS. Also don't exist corresponding folders in "Virtual Directories" folder. Could anybody advise me. How can I create new IIS pool and site and attach it to existing site collection entity in database. Thank you!
April 15th, 2011 3:36am

SPAnton, Can you trying doing the backup using command line tool. stsadm -o backup -directory <\\server name\folder name> -backupmethod full -item <Web application name> Make sure you have created a new web application before you start the restoration process. and restore using the following command stsadm -o restore -directory <\\server name\folder name> -restoremethod overwrite -item <web application name> Here is the lin you might want to follow. http://technet.microsoft.com/en-us/library/cc288929(office.12).aspx Regarding your website and application pool not existing in IIS, you will have to create a web app before doing the restoration process. Make sure that web app created is running and IIS application pool and virtual directory exist too. Creating an application pool is easy in IIS, but if a web app actually exists you might be either be looking at wrong web app or application pool. Hope this helps. Thanks V V
Free Windows Admin Tool Kit Click here and download it now
April 15th, 2011 9:43am

Thank you! It works for me!
April 19th, 2011 12:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics