In our setup there are two different websites in IIS 7 setup that point to the same physical path. One with the binding http://websitename.domain.com/ (virtual root ~ is /)
and the second at https://webserver.domain.com/userid/websitename (so the virtual root ~ is /userid/websitename). We use the second for secure aspects of each website.
This causes a problem with the loading of the Webresources.axd files for generated css, and javascript for the AJAX.net toolkit.
Is there a way to have the path to these generated resource files modified. Or somehow set the virtual root path per application.