Guest User

Untitled

a guest
Aug 24th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <system.web>
  2. <authentication mode="Windows">
  3. <identity impersonate="true"
  4. userName="Administrator"
  5. password="LALLA$26526"/>
  6. </authentication>
  7. </system.web>
  8.  
  9. Parser Error Message: Unrecognized element 'identity'.
  10.  
  11. Line 50: <system.web>
  12. Line 51: <authentication mode="Windows">
  13. Line 52: <identity impersonate="true"
  14. Line 53: userName="Administrator"
  15. Line 54: password="LALLA$26526"/>
  16.  
  17. <system.web>
  18. <authentication mode="Windows"/>
  19. <identity impersonate="true" userName="foo" password="bar"/>
  20. </system.web>
Add Comment
Please, Sign In to add comment