I'm struggling with setting up Durandal to run under an IIS virtual folder, when using PushState :true
in the router config.
Works fine when running through say http://localhost:24567
But if I run under http://localhost/testapp
(testapp is the virtual folder), the routes don't work, and the route links are being rendered without the virtual folder "testapp"
Is there a way to set a base url either using require.js config or via Durandal router?
Thanks