Comments
3 comments
-
Hi Andrew,
I'm sorry to say I don't have actual code prepared, but you could create a batch file or other program that would edit the smartassembly.settings file (located in C:\ProgramData\Red Gate\SmartAssembly) and change the CustomWebServer value:
<Options>
<Database DatabaseEngine="0" />
<Maps LocalPath="C:\users\jessica.ramos\maps" />
<WebProxy UseProxy="0" />
<WebServices CustomWebServer="http://localhost:82/" UseCustomWebServer="1" />
<Projects UseRelativePaths="1" />
</Options>
Hope that information helps! -
Hi Jessica,
That's what I needed! I looked around, but neglected the ProgramData folder.
Thank you!
Andrew -
So glad to hear that helped!
Add comment
Please sign in to leave a comment.
Unfortunately, we want to change the location of that web server.
Our original web server won't be going away immediately, but we'd like the new versions of our product to report to the new web server.
This all seems fine except for that when running SmartAssembly.com with /downloadnewreports there doesn't seem to be a way to tell it what url to look for new reports at. It'll only check the web service that is currently set in the options.
Soooooooo... Can you help me set that value programmatically so that we can look for error reports from both the new and old web servers?