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
Mark TaborPosted May 17, 2021, 6:52 AM
Jignesh KumarPosted May 15, 2021, 8:58 AM
sajid hussainPosted May 14, 2021, 7:11 PM
Mark TaborPosted May 14, 2021, 4:55 PM
Jignesh Kumar thanks for reply my simple question is still the same like I have these URL for Css and JS
Jignesh KumarPosted May 14, 2021, 3:07 PM
- Permission issue for specific folder where css and js files resides
- ther could be path issue.
Please refer this one,Salman BegPosted May 14, 2021, 7:17 AM
Mark TaborPosted May 14, 2021, 5:35 AM
Salman BegPosted May 14, 2021, 5:07 AM