Basically I'm needing to do this in app.config:
<system.web>
<identity impersonate="true" userName="Username" password="Password"/>
</system.web>
How do I accomplish this? Currently been researching this with no luck? any help would be very much appreciated