File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
delegation/ContosoWebApplication/ContosoWebApplication Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class AccountController : Controller
3030 //Identifier under credentials
3131 string ApimRestId = "integration" ;
3232 //Primary key
33- string ApimRestPK = "PbtTFo9SoK7PuX3SVkCzxPqQ5K90vGkyTJbYAkLYPjLvnNUJBiVrR35fEdYLBXLeYjwJcCR1CLeOQhlqEv137g== " ;
33+ string ApimRestPK = "<token> " ;
3434
3535 DateTime ApimRestExpiry = DateTime . UtcNow . AddDays ( 10 ) ;
3636 string ApimRestApiVersion = "2019-01-01" ;
@@ -424,7 +424,7 @@ private StringContent GetContent(string content)
424424
425425 public async Task < ActionResult > Delegate ( )
426426 {
427- string key = "A83LOoMIlPULlEBu9GuIoZoT9HSMHhGZTlvjhw6FNgMO0gTSis4u0otFPdcelheOF7asMs6pQUSP66w8EqbBOg== " ;
427+ string key = "<key> " ;
428428 string returnUrl = Request . QueryString [ "returnUrl" ] ;
429429 string productId = Request . QueryString [ "productId" ] ;
430430 string subscriptionId = Request . QueryString [ "subscriptionId" ] ;
Original file line number Diff line number Diff line change 1616 -->
1717 <connectionStrings >
1818 <add name =" contosoinc_db"
19- connectionString =" Data Source=tcp:p2n8ogfecm.database.windows.net,1433;Initial Catalog=contosoinc_db;User ID=contoso@p2n8ogfecm;Password=ctso$455 "
19+ connectionString =" <DATABASE_CONNECTION> "
2020 xdt : Transform =" SetAttributes" xdt : Locator =" Match(name)" />
2121 </connectionStrings >
2222 <system .web>
Original file line number Diff line number Diff line change 1212 <!-- <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-ContosoWebApplication-20150121080022.mdf;Initial Catalog=aspnet-ContosoWebApplication-20150121080022;Integrated Security=True"
1313 providerName="System.Data.SqlClient" /> -->
1414 <add name =" DefaultConnection"
15- connectionString =" Data Source=tcp:p2n8ogfecm.database.windows.net,1433;Initial Catalog=contosoinc_db;User ID=contoso@p2n8ogfecm;Password=ctso$455 " providerName =" System.Data.SqlClient" />
15+ connectionString =" <DATABASE_CONNECTION> " providerName =" System.Data.SqlClient" />
1616 </connectionStrings >
1717 <appSettings >
1818 <add key =" webpages:Version" value =" 3.0.0.0" />
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" Antlr" version =" 3.4.1.9004" targetFramework =" net45" />
44 <package id =" bootstrap" version =" 3.4.1" targetFramework =" net45" />
77 <package id =" jQuery.Validation" version =" 1.17.0" targetFramework =" net45" />
88 <package id =" Microsoft.AspNet.Identity.Core" version =" 1.0.0" targetFramework =" net45" />
99 <package id =" Microsoft.AspNet.Identity.EntityFramework" version =" 1.0.0" targetFramework =" net45" />
10- <package id =" Microsoft.AspNet.Identity.Owin" version =" 1.0.0 " targetFramework =" net45" />
10+ <package id =" Microsoft.AspNet.Identity.Owin" version =" 2.2.4 " targetFramework =" net45" />
1111 <package id =" Microsoft.AspNet.Mvc" version =" 5.0.0" targetFramework =" net45" />
1212 <package id =" Microsoft.AspNet.Razor" version =" 3.0.0" targetFramework =" net45" />
1313 <package id =" Microsoft.AspNet.Web.Optimization" version =" 1.1.1" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments