IIS6 won't respond to a request for a JS file after accessing through subdomain
- by James
I have a site running of www.mysite.com for example.
There is a JS file I'm accessing: www.mysite.com/packages.js
The first and subsequent times that I acccess that packages.js file causes no problems........until I access a sub-site like this:
sub-site.mysite.com
This naturally makes a request for that same packages.js....but the site hangs as…