network drive get unmapped/disconnected when i log off my windows server2003

whenever we login in windows server 2003 , network drive get disconnected .only if
when we right click on shortcut of software installed in network drive it get again mapped.
we have tried several tricks:
net config server :autodisconnect =-1;
net use \\conquesr-srv\v440
even than drive doesnot mapped by terminal or batch file
so what other options we should try;
if we give direct path of software even it cant find drive path
 
There could be any number of reasons for this type of issue. WINS / NetBIOS, DNS, etc.,
Save yourself some hassle.
Give your server a static IP address, suitable to your existing IP schema and outside the scope of any DHCP server present on the network (exclude it if necessary or restrict the scope to exclude it).
Map all your network drives using \\IpAddress\ShareName like.......
\\192.168.1.10\Docs (where 192.168.1.10 is the static IP address of the Server and Docs is the resource on that server you wish to map on your client machine.
 
Back
Top