Advertisement
Guest User

Untitled

a guest
Jan 17th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ServiceConfiguration serviceName="WindowsAzureProject3" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-10.1.8">
  3.   <Role name="manager">
  4.     <Instances count="1" />
  5.     <ConfigurationSettings>
  6.       <Setting name="Conn" value="UseDevelopmentStorage=true" />
  7.     </ConfigurationSettings>
  8.   </Role>
  9.   <Role name="detectrod">
  10.     <Instances count="1" />
  11.     <ConfigurationSettings>
  12.       <Setting name="DataConnectionString" value="UseDevelopmentStorage=true" />
  13.     </ConfigurationSettings>
  14.   </Role>
  15. </ServiceConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement