Guest User

Untitled

a guest
May 20th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!-- Web.Config Configuration File -->
  2.  
  3. <configuration>
  4. <system.web>
  5. <identity impersonate="true" password="somepassword" userName="someusername" />
  6. <customErrors mode="Off" />
  7. <compilation defaultLanguage="c#" debug="true">
  8. <assemblies>
  9. <add assembly="Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=sometoken" />
  10. </assemblies>
  11. </compilation>
  12. </system.web>
  13. </configuration>
Add Comment
Please, Sign In to add comment