I have a ASP.NET MVC application. My application works on IIS6. If I try to log on to the server from local machine I see this error message, but if I try log on from server mashine I successfully log on. What's wrong?

link|improve this question

0% accept rate
Do you use standard mvc account controller? Maybe you are misspelling the URL? Standard logon URL should look like this yoursite.com/Account/Logon (not Accounts) – krolik Sep 6 '11 at 13:01
Sorry, you're right, it's my mistake. Unfortunately this is not solution of my problem. – kipregel Sep 6 '11 at 13:06
How you are connecting to Remote server? If you are using url (wihtout machine name) then check is the host file entry correct. – kaps Sep 8 '11 at 15:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.