473,385 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Is there a way to download an MS Access Database

I have a need to allow an extrenal IT department to download 1 specific
database. I have treid direct link and webclient methods but both get
permission errors. Setting the MIME to handle this does not work.

Sorry for repeating the questions, the other string got to long.

This type of page is not served.
Description: The type of page you have requested is not served because it
has been explicitly forbidden.

Thank you in advance for your help.
Nov 1 '06 #1
1 1755
On Wed, 01 Nov 2006 03:02:50 GMT
"Mark Sandfox" <No****@NoSpam.comwrote:
I have a need to allow an extrenal IT department to download 1 specific
database. I have treid direct link and webclient methods but both get
permission errors. Setting the MIME to handle this does not work.

Sorry for repeating the questions, the other string got to long.

This type of page is not served.
Description: The type of page you have requested is not served because it
has been explicitly forbidden.
The simplest solution would be to simply zip or even just rename the file to .zip. (And have the recipient unzip or rename the file back after the download -- you said they were an IT department; so this shouldn't be beyond their skill :)

I realize its a 'work around', but enabling mdb download really isn't generally advisable anyway; lots of websites or website components hosted by IIS use access databases for storage and you wouldn't generally want someone being able to download a sites 'backend database' simply by guessing its name, which is likely why mdb is forbidden in the first place. (Along with several other extensions like .cs, .config, .ascx, and so on to prevent someone from downloading the source code and configuration information for an asp.net website.) In fact if I recall right, even .asp and .aspx are forbidden by default; so that in the event that scripting is disabled for a site the server still won't serve up the raw .asp or .aspx files. (A problem back when asp was new)

You can also set app level forbidden file types in the httpHandlers of the web.config file; but I doubt you explicitly did this. I expect the blockage is in the global equivalent for all of IIS somewhere; although I can't help you with that.

regards,
Dave

Nov 1 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Samir | last post by:
Hello, I have a website that is hosted by another company. Is there some kind of php script to limit downloading to a certain amount size? And is there kind thing I can do to the .htaccess...
3
by: Matthew Moran | last post by:
I am creating a series of downloadable articles, career tools, spreadsheets, etc. However, some of the content is for "registered" guest. The registrants are stored in a database and logon. I...
3
by: ANSWER | last post by:
Hi, Does anybody know where can I download free Access templates or a few finished databases. I need them just for learning. Thanks
1
by: com | last post by:
Extreme Web Reports 2005 - Soft30.com The wizard scans the specified MS Access database and records information such as report names, parameters and subqueries. ......
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
6
by: Mark Sandfox | last post by:
I have a need to allow an extrenal IT department to download 1 specific database. I have treid direct link and webclient methods but both get permission errors. This type of page is not served....
5
by: sumguyovrthar | last post by:
Hi. I can't place an mdb database above the http root, so anyone is able to download it through their browser if they know where it is. This database contains some sensitive information. I am used...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.