Asked By kpg
12-Mar-07 08:22 AM

hmmmm...perhaps we are using different terminology.
When I say .mdb files are mapped to asp.net, what I mean is that
from the IIS configuration snapin, right clicking on the web
site tree node, going to properties, select the Home directory
tab, click configure, select the Mappings tab, .mdb files are
handled by C:\windows\ms.net\fw\v2.0.50727\aspnet_iisapi.dll.
This is true for all machines I have asp.net 2.0 installed on.
The site in question is a generic file transfer site, used in lieu
of an ftp site, designed to allow my clients to upload and download
files to me. Sometimes the file will be an mdb file.
I use an asp.net app for this becuase my clients can use a web
browser but are often not technical enough to use an ftp site,
plus I use SSL and a custom login for security.
My dilemma stemmed from the fact that my users could not download
mdb files. By removing the "mapping" they can now download mdb files.
Indeed, mdb files were being handled by the httpforbidden handler
due to the mapping.
In any case you have guided me to the solution,
thanks again