1

Is it possible to restore the deleted web application which was deleted with the options to delete the Content Database and the IIS web sites.

Hardik Kothari
  • 996
  • 1
  • 11
  • 23

2 Answers2

2

If you have deleted your Web Application along with the content then there is no way to recover your deleted web application except if you have a Content Database backup or Windows Backup. If you would have deleted the web application without content then with Content Database in SQL Server you would have reattach it using Mount-SPContentDatabase PowerShell Command.

Waqas Sarwar MVP
  • 57,008
  • 17
  • 43
  • 79
Zakir HC
  • 3,650
  • 3
  • 32
  • 63
2

If you have the Windows Backup then you can still restore the Web Application.

  • Restore the datadrive from backup and you will get your SQL content Database back.
  • Now create a DB from data file, once database restored
  • Now create web application then mount the restored DB to this web app.
Waqas Sarwar MVP
  • 57,008
  • 17
  • 43
  • 79