TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mark Tabor
548
2k
460.3k
Block by CORS POLICY
May 20 2021 9:01 AM
Hi i have .net mvc application I deploy it on iss when i run it from iis it works fine but when I access the application from other machines using IP i got below error message in console
Access to XMLHttpRequest at 'http://localhost/
EvaluationSystem/Students/
GetList' from origin 'http://58.65.169.181' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
basically i am calling my method in razor view with http://localhost/EvaluationSystem/Student/GETLIST
Reply
Answers (
7
)
consume web api without database
Enable Disable CheckBox in GridView based on condition in ASP.Net