Update InstallerService URL
This commit is contained in:
parent
3c8aeefefd
commit
57ebdcd06e
13 changed files with 23 additions and 23 deletions
|
@ -40,7 +40,7 @@ namespace WebsitePanel.Updater.Services {
|
|||
|
||||
/// <remarks/>
|
||||
public InstallerService() {
|
||||
this.Url = "http://localhost/WebsitePanelSite/Services/InstallerService.asmx";
|
||||
this.Url = "http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx";
|
||||
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
|
||||
this.UseDefaultCredentials = true;
|
||||
this.useDefaultCredentialsSetExplicitly = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue