Guest User

Untitled

a guest
Dec 18th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. routes.MapRoute(
  2. "Core_Admin",
  3. "admin/{action}",
  4. new { controller = "Admin", action = "Refresh" }
  5. );
  6. routes.MapRoute(
  7. "Core_Admin_Loc",
  8. "{localization}/admin/{action}",
  9. new { controller = "Admin", action = "Refresh" }
  10. );
  11.  
  12. CmEnvironmentId : Tridion_cm_biswha
  13. PublicationId : tcm:0-91-1
  14. EnvironmentPurpose : Staging
  15. WebApplicationId : ****Website_RootWebApp
  16. RelativeUrl : /
  17. PrimaryMappedUrl : http://dev.*****.com/en/us/
  18. IsOffline : False
  19. CdEnvironment :
  20. Id : ****WebsiteMappingENUS
  21. ExtensionProperties : {}
  22.  
  23.  
  24. ContextUrl : /en/us
  25. WebsiteId : ***Website
  26. EnvironmentPurpose : Staging
  27. CdEnvironment :
  28. ScopedRepositoryKeys : {}
  29. Id : ****Website_RootWebApp
  30. ExtensionProperties : {}
  31.  
  32.  
  33. BaseUrls : {http://dev.****.com, http://localhost:***}
  34. CdEnvironmentId : CdEnvironment1
  35. EnvironmentPurpose : Staging
  36. CdEnvironment :
  37. ScopedRepositoryKeys : {}
  38. Id : ****Website
Add Comment
Please, Sign In to add comment