0

Trouble calling web service

Leigh 6 years ago in Azure updated by Grommit 5 years ago 4

I am currently trying to review your product but encountering a problem being able to call the webservice from another PC (Not localhost) Whereby I am receiving an authentication logon box. How do I configure the webserver for this product to use Anonymous connections. I have installed this on an Azure VM and have opened the firewall and added the network group security in Azure. (In IIS I would be looking at Authentication config, but there seems to be no interface for managing this, or at least one I have found)

Thanks in advance

azure
Answer
Grommit 5 years ago

Glad to hear it is working for you now.

0
Declined

Is Windows Azure cspack.exe open source?

Nicole Wells 6 years ago in Azure updated by anonymous 6 years ago 1

Hello Experts,


I'm trying to pack my Java Azure project in Mac and I cannot find the source code for cspack.exe. So far, I've managed to run Azure Eclipse plugin and successfully created a project but when trying to deploy it cannot run cspack.exe. I've downloaded Windows Microsoft Azure Tools and seen CsPack.cs up to the following lines


// Run CsPack to generate the package
ProcessHelper.StartAndWaitForProcess(
  new ProcessStartInfo(Path.Combine(AzureSdkBinDirectory, Resources.CsPackExe),
    args), out standardOutput, out standardError);


And I don't really know if this component it's open source or not. If cspack.exe is proprietary, is there any way to simulate cspack.exe. I know it compresses the project to a zip file but I could use any documentation.


Help me on this !


Thanks



azure tool