I have a server that hosts an application which uses information from a network share to perform certain lookup functions. When I log on to the server, the application works flawlessly. However, if I logoff the server, the connections to the network shares are lost and the application fails.
If I map the network shares using command-line "net use" commands with the persistant switch on, will the mappings remain when I log off the server or is there some other way to fix this problem?
If I map the network shares using command-line "net use" commands with the persistant switch on, will the mappings remain when I log off the server or is there some other way to fix this problem?