Problem to make connection as an administrator
I am using WNetAddconnection2() API to make a connection with a remote machine. It works fine when i use any user id and password..but when i use the user id "administrator" and valid password of that remote machine then it could not stablish connection..Is there any special requirements to connect as an administrator.
[320 byte] By [
kmashif] at [2007-11-18 20:31:55]

# 2 Re: Problem to make connection as an administrator
Now i have found the problem..When a connection is already exist with that machine as manually connected as a different user like"guest"..then connect as an "administrator" not work..Now i want to cancell the "guest" connection by "WNetCancelConnection2"..it not works, caz i have connect that machine by manually logged in..So how can i cancel the existing connection so that i can log in as an adiministrator.
Thanks