Skip to content

Publishing Just Your JavaScript Folder With Visual Studio

Updated: at 11:18 PM

Who would have guessed.  With Visual Studio you can right click on any folder in your web project and say publish.  You can see me doing that right here below.

image

For years, I’ve struggled with how to just get certain files to an IIS web site.  The things that I have used (that all have issues) are:

Now, I can skip all that assuming I’m using visual studio (which I usually am).

I get the nice success window quickly as follows

image

And that is all there is to it.