Background:
- Nodejs app using expressjs.
- Hosted on IIS using IISNode
- Nodejs app is in virtual directory called /myVirtualDirectory
Problem:
You want to provide static files or css using less but the url that is passed to nodejs is the full url and doesn't match what would be expected with a standalone nodejs app.