I am currently working on a c# ASP.NET web application. I have successfully implemented JS bundling and made sure that everything is properly configured. Despite checking numerous similar errors on stackoverflow, I seem to be facing an issue.
When I enter the URL for the bundled JS file in a browser, I receive a response with all the optimized JS files combined. However, the HTTP response code shows 404 error. This prevents the web page from loading the JS file when using the URL with a script tag in the HTML page.
Has anyone come across a similar situation before? Your insights would be greatly appreciated.
Best regards.