I was hosting a web app developed in ASP.net MVC to Go Daddy hosting server. Once I have uploaded the files to /httpdocs
, I had to remove the files again from the host. Instead of deleting what is in the /httpdocs
folder, Accidentally I deleted some files in the Root Folder
. I created some folders similar to the deleted folders and uploaded my web app again. But now I cannot see the web app. I am getting an error saying;
500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.
Can someone please tell me how to recover the deleted files again and host my web app. Thanks in advance.