Hi all,
I have my asp.net application on machine A and trying to access to the database on machine B on the same network. Can someone help me on how to configure both machines to make this work?
Machine B already has ASPNET account which provides access rights.
I also have set
<identity impersonate=true>
in my webconfig file, but it still doesn't work.
Thanks in advance.
I have my asp.net application on machine A and trying to access to the database on machine B on the same network. Can someone help me on how to configure both machines to make this work?
Machine B already has ASPNET account which provides access rights.
I also have set
<identity impersonate=true>
in my webconfig file, but it still doesn't work.
Thanks in advance.