Posted on: 9/23/2014 4:15:39 AM | Views : 666

Hi,
I am facing this issue since last two three week trying to resolve many ways . I am unable to resolve the issue permanently.
If any one know. How to resolve this issue. please help me.
I am connecting the server drive through web config. 
<add key="QueryStringEncryptKey" value="XXXXXX" /> <add key="UWDWebsite" value="http://sww.XXX.com/sites/UWD/default.aspx" /> <add key="NAS_UserName" value="DPT" /> <add key="NAS_Pwd" value="OXY@123456" /> <add key="NAS_Domain" value="CORP" /> <add key="NAS_MapDriveName" value="J" /> <add key="NAS_FilerPath" value="\\musnas06\web_applications\DPT" />
This is the way we are connecting and we are written code behind. 
Public Shared Function ConnectDrive() As Integer
Dim n ...

Go to the complete details ...