file:///D:/Work/App/test/viewmodels/account/_Chutzpah.a83e83ba60fc9ecf712da17c9458ca0a.test.html
This sucks, because it doesn't take my Website settings into consideration
http://screencast.com/t/ytxXDkyx my custom domain that is.
This is causing all sorts of Cross-Origin-Policy (because of different protocols) when you're code is doing ajax calls to your website/webserver via HTTP/HTTPs.
Please add an option to the settings dialog so that instead of opening them via file:// protocol to open them via my custom url.
This would be very handful for both local Visual Studio development instance and of course, team-city integration (configurable at teamcity level / config files).
Comments: I think you should always compute the paths to the base root of the website - or - take into consideration these: ``` "RootReferencePathMode":"SettingsFileDirectory", "TestHarnessLocationMode": "SettingsFileAdjacent", ``` - or even the specified custom folder Could that shed a light?
This sucks, because it doesn't take my Website settings into consideration
http://screencast.com/t/ytxXDkyx my custom domain that is.
This is causing all sorts of Cross-Origin-Policy (because of different protocols) when you're code is doing ajax calls to your website/webserver via HTTP/HTTPs.
Please add an option to the settings dialog so that instead of opening them via file:// protocol to open them via my custom url.
This would be very handful for both local Visual Studio development instance and of course, team-city integration (configurable at teamcity level / config files).
Comments: I think you should always compute the paths to the base root of the website - or - take into consideration these: ``` "RootReferencePathMode":"SettingsFileDirectory", "TestHarnessLocationMode": "SettingsFileAdjacent", ``` - or even the specified custom folder Could that shed a light?