Changeset 576

Show
Ignore:
Timestamp:
05/16/08 14:43:52 (7 months ago)
Author:
brian.sheely
Message:

changed to localhost

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Cpp-cs/SampleSP/trunk/Default.aspx.cs

    r488 r576  
    5656    string id = "001"; 
    5757    string providerName = "Sample Service Provider"; 
    58     string destination = "http://74.239.29.200/SampleIdP/SSOService.aspx"; 
    59     string assertionConsumerServiceURL = "http://74.239.29.212/SampleSP/AssertCustServ.aspx"; 
     58    string destination = "http://localhost/SampleIdP/SSOService.aspx"; 
     59    string assertionConsumerServiceURL = "http://localhost/SampleSP/AssertCustServ.aspx"; 
    6060    bool forceAuthn = false; 
    6161}