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
590
2k
461.1k
Code work locally but when deployed on IIS it says not found error
May 11 2021 10:33 AM
Hi I have asp.net mvc application and in that I use Jquery data tables for showing records
The below piece of code works fine when I run the application using visual studio but when I deploy it to IIS it gives not found error.
$(document).ready(function () {
$("#tblStudents").DataTable({
"ajax": {
"url": "/Students/GetList", ( i Have a StudentsController in which I have GETLIST GetList
"type": "POST",
"processing": true,
"serverSide": true,
"datetype": "json"
},
Do i need to change the path on IIS as few bootstrap and css also gives 404 error
HTTP ERROR 404.0 - NOT FOUND
Reply
Answers (
3
)
Uploading File and Employee Model in POST Web API
Taking Control of Keyboard When Using Calculator Program