Hi,
My connection string within my code contains the database username and password. I was wondering the best way to hide this information. I am working on an Intrenet site which ises Windows Authentication in IIS, so the site is not operating via the Internet Guest Account. Therefore, any user who has access to the site could also map to the folder and view my asp files. I thought about moving the connection string to a separate file in a different folder and securing that folder, but all the users would need access to that folder if my site is running via windows authentication right?
Hope this makes sense...any suggestions would be appreciated.
THanks.
My connection string within my code contains the database username and password. I was wondering the best way to hide this information. I am working on an Intrenet site which ises Windows Authentication in IIS, so the site is not operating via the Internet Guest Account. Therefore, any user who has access to the site could also map to the folder and view my asp files. I thought about moving the connection string to a separate file in a different folder and securing that folder, but all the users would need access to that folder if my site is running via windows authentication right?
Hope this makes sense...any suggestions would be appreciated.
THanks.