Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I run my application, the link is:

http://localhost:1234/Account/LogOn

But when I upload it to Filezilla, I go:

http://0.0.0.0/Account/LogOn

and it says "The resource cannot be found."

Which is the correct path?

share|improve this question
You're trying to use filezilla to request a MVC controller? – KMan Jan 17 '12 at 14:40
1  
We can't possibly know. Based on the mention of "MVC" in the question title/tags, I'm assuming this isn't actually a "path" but instead a route for the web server/application to translate into some kind of server resource. (You don't mention the technology, so I can't be more specific.) You're going to have to check your web application configuration, check the server logs, do some debugging, etc. – David Jan 17 '12 at 14:45

closed as not a real question by Ferruccio, David, casperOne Jan 17 '12 at 15:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Make sure the Account/LogOn directory is inside the root folder or whatever folder is used as the root folder. Also ensure that you have read/write access to the files once uploaded.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.