Active Server Pages Programming (ASP)/Web
Expert: Srini Nagarajan - 4/2/2005
QuestionI have 2 questions:
1)If we store our Access Database in the web server,the people who manage the web server may be able to edit our database. So how to prevent it?
2)How to prevent the browser to download the Access Database stored in the web server.I have ever tried to specify the path where the database is stored in the web server and the download works:S.
Pls advise.
Thanks
AnswerHi
Sorry for the delay in reply!
1. You can't do anything... may be you can change the file extension name from MDB to TXT or JPG so, if they open it will open in photo shop file...
2. Normally When you create the web sever "wwwroot" will be the location of web files and "Database" folder outside the wwwroot will have the Database file.. so no body can't download that.
Happy Programming!
Srini