I want to open a file in my web page.
Here's the situation, I have encrypted passwords in my employee database. I bring back the username, date changed, and the encrypted password.
I decrypt the passwords and put everything in a text file on the local machine.
Now all I want to do, is open the text file so the user can view the text document.
I'm using vb .Net 2002. The file name is C:\Passwords.doc
Can someone tell me the best way to open this file?
I tried shell and process.start but it won't seem to open.
Thanks
