.mdf files, IIS, and FileUpload control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a web form with an asp.net FileUpload control. This is the same as a html tag. Every time I try to upload an .mdf file (sql server database file) the page is reset by iis and there is no upload. iis seems to be blocking .mdf files, since many other file types are uploading. I don't even know a good forum to ask this in. What do you think would be the workaround for this? I can't think of an easy way to rename the extension before uploading it, or if that would even work. The user browses to the .mdf file and selects it, there is no chance to rename the extension.