• 0

Error resource can not found in ASP.NET MVC


Question

Hi! I am working with mvc getting error resource can not found. When I uploaded the files on the httpdocs folder through plesk control panel I have a shared accounts at http://hostforlife.eu and I got the following error:
 
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.


Requested URL: /Account/Signin


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34249
I have created view with same name with out any spelling mistakes.I have created controller account in that i have created Signin view but iam getting error like this.
 
 
Please help. Thank you.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

 

Hi! I am working with mvc getting error resource can not found. When I uploaded the files on the httpdocs folder through plesk control panel I have a shared accounts at http://hostforlife.eu and I got the following error:
 
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.


Requested URL: /Account/Signin


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34249
I have created view with same name with out any spelling mistakes.I have created controller account in that i have created Signin view but iam getting error like this.
 
 
Please help. Thank you.

 

 

You haven't really specified, but I'm assuming that your apps works locally? Have you uploaded everything including the web.config file?

Link to comment
Share on other sites

This topic is now closed to further replies.