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
581
2k
465.1k
Asp.NET MVC application get Css and JS 404 after deploying on IIS serv
May 14 2021 4:41 AM
Hi I have asp.net mvc application which works fine on localhost when I deployed it on IIS it gets 404 error for styles and js files I am accessing the site via IP
Second Question : I am generating the link for the user like below
http://localhost:51566/EvaluationNotificationSettings/FeedbackForm?vtoken=497c0080-731a-45eb-bc41-673ec500aeeb&type=False
it works fine only on local host but when I replace the http://localhost :51566 with IP address
http://58.65.169.181
/EvaluationNotificationSettings/FeedbackForm?vtoken=497c0080-731a-45eb-bc41-673ec500aeeb&type=False
it gives 404 Error why it is so
Reply
Answers (
8
)
Create ASP.NET Core Web API with postgresql without using EF
Validating Dynamically Generated controls