Change Web Service Location
lee5i3
Posts: 48
Is it possible to change the web service location without having to republish?
Here is why, I'd like to have more than one web server, that way I know if test/staging or production is getting the errors rather than having them all at same location.
However I don't want to have to have different DLLs, rather have a setting or even allow a way to set the web service location in code.
Here is why, I'd like to have more than one web server, that way I know if test/staging or production is getting the errors rather than having them all at same location.
However I don't want to have to have different DLLs, rather have a setting or even allow a way to set the web service location in code.
Comments
It may be easier just to make different projects for test and release, using different project names, that way you could tell release error reports from testing error reports.
Builds are compiled on our developer machines, each compile is sent to testing, then to staging, then to production.
(We currently only have 1 copy due to cost, so I'm only developer using this and I'm still pushing our administration to use a build server so we can use dev licenses, but we are limited due to our source control (Vault), which doesn't support many build servers that I've found)
So we would need a single web server, which is unlikely possible to be approved.
The reason for this is, each compile may or may not have bug fixes, can't 100% guarantee that what compile will not fail testing.
I will just wait to see if you guys implement a way to dynamically set the URL.
I'm not sure CC.NET is particularly actively maintained nowadays, but it's served us relatively well in the past, with a few tweaks here and there!
Hope that helps!
Rob
Red Gate
I will keep track of SA changes in the future, I still will be using it for obfuscation, however the error reporting will need to wait till its more dynamic with our system.