I am a web developer, beginner programmer at work. The one website that I work on is on a server that has 200 other folders on it, which I have no access too. I requested a process ID so can allow users to retrieve data by filling out a form for view only.
Problem.... I have a connection string that needs a password and user ID. I/S put the password and user ID on the server that I use and in the D: folder. I do not see a D: folder, (must be hidden).
How do I get use of the credentials?
My thoughts so far:
If I/S had it set up as a function, I could use getters to retrieve the data, and assign it to my password variable and pass in the variable to my connection string.
I tried using "aqFileSystem.GetFolder("D:\credentials\")" 'path not found
I tried putting the server in front of the D: "aqFileSystem.GetFolder("server\D:\credentials\")"
can anyone give my the high level starting place for me to use the hidden password?
Problem.... I have a connection string that needs a password and user ID. I/S put the password and user ID on the server that I use and in the D: folder. I do not see a D: folder, (must be hidden).
How do I get use of the credentials?
My thoughts so far:
If I/S had it set up as a function, I could use getters to retrieve the data, and assign it to my password variable and pass in the variable to my connection string.
I tried using "aqFileSystem.GetFolder("D:\credentials\")" 'path not found
I tried putting the server in front of the D: "aqFileSystem.GetFolder("server\D:\credentials\")"
can anyone give my the high level starting place for me to use the hidden password?