Nuget packages not deploying to IIS express in Visual Studio 2022

Nuget packages not deploying to IIS express in Visual Studio 2022

tbronzantbronzan Posts: 1Questions: 0Answers: 0

I'm attempting to use the nuget packages for Datatables. We're currently using bootstrap 4 so I've added datatables.net-bs4 along with some plugins. In the project in Visual Studio I see links for the appropriate js and css files in the corresponding js and css folders. However, when I run the web application using IIS Express in Visual Studio, the js and css files aren't being deployed and I'm getting 404 errors in the browser console. Interestingly, if I publish the web application to a local folder, then the js and css files do get copied over. It seems to be just an issue with using IIS Express. Any suggestions on how to fix this issue?

Sign In or Register to comment.