Hi All,
I have created a windows service using vb.net. The service name is Myservice.
In the Control panel --> Administrative Tools --> services -> "Myservice"
appears. Now right click the service and select the Log on tab. In Log on
tab you can find
Log on as:
This account:
Password
Confirm Password
details appears.
Problem:
1. I need to get or set the details of the Account and password entered
using vb.net. How to do that?
With Regards,
Anand
Sijin Joseph - 12 Sep 2004 15:17 GMT
If you are sure the service is a .Net assembly, you can use Reflector on
the assembly of the service to see what username/password was used.
http://www.aisto.com/roeder/dotnet/
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Hi All,
>
[quoted text clipped - 18 lines]
> With Regards,
> Anand