Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have an authentification page I used to create it Web Api and aspnet Mvc . I created all my Views in a floder "pages" every thing works fine but when I wanted to change the views under the Views folder so i can respect MVC nothing works now .I can't understand the issue. this is what I got

What I have tried:

La ressource est introuvable.
Description : HTTP 404. La ressource recherchée (ou l'une de ses dépendances) a peut-être été supprimée ou renommée ou bien elle n'est plus disponible temporairement. Vérifiez l'URL ci-après et assurez-vous qu'elle est correcte. 

URL demandée: /Views/register.html
Posted
Updated 26-May-18 10:45am
Comments
Afzaal Ahmad Zeeshan 26-May-18 17:04pm    
You need to pass a token, or something that will tell the server that you are authorized to make the request and consume the service.

If this is your own code, are you using [Authorize] attribute somewhere?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900