Skip to main content
17 events
when toggle format what by license comment
May 23, 2017 at 12:40 history edited CommunityBot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
S Apr 3, 2016 at 17:20 history bounty ended B. Clay Shannon-B. Crow Raven
S Apr 3, 2016 at 17:20 history notice removed B. Clay Shannon-B. Crow Raven
Apr 3, 2016 at 13:57 comment added Joppe As @Ewan mentioned App_data is your problem, it's to provide file access to the Web App process not and deliberately -not- to external clients (it will block request access to this path). Just create any directory inside your web app for the excel files and it should work. Keep it simple ;-)
Apr 2, 2016 at 16:09 history tweeted twitter.com/StackProgrammer/status/716296484451430400
S Apr 2, 2016 at 15:26 history bounty started B. Clay Shannon-B. Crow Raven
S Apr 2, 2016 at 15:26 history notice added B. Clay Shannon-B. Crow Raven Reward existing answer
Apr 2, 2016 at 14:23 vote accept B. Clay Shannon-B. Crow Raven
Apr 2, 2016 at 9:52 comment added Ewan The app_data folder is a private folder used in iis to protect a database used by the asp.net site. If you want to allow users to access the files directly it would be best to move them to another folder
Apr 2, 2016 at 9:04 answer added Ewan timeline score: 2
Mar 31, 2016 at 18:45 history edited B. Clay Shannon-B. Crow Raven CC BY-SA 3.0
added 392 characters in body
Mar 30, 2016 at 19:02 comment added Buttle Butkus What is the app_data folder. That sounds like a windows folder. Is your web server running Windows? Downloading files from a LAMP stack never seemed so hard.
Mar 30, 2016 at 16:54 comment added Adam Copley Isn't this just a URL rewriting issue? So that you would need to add an exception to your url routing rules so that app_data is recognised as a path to a directory rather than a method? Since your app is c# I'll assume your also using IIS, for which I don't know the solution, but URL rewriting is where I would look.
Mar 30, 2016 at 16:32 comment added B. Clay Shannon-B. Crow Raven I don't know; do you have an example of doing that?
Mar 30, 2016 at 16:30 comment added Dan Pichelman Is it possible to add a virtual directory to your web API that maps to network storage?
Mar 30, 2016 at 15:40 history edited yannis CC BY-SA 3.0
please don't use code blocks for anything that isn't code.
Mar 30, 2016 at 15:33 history asked B. Clay Shannon-B. Crow Raven CC BY-SA 3.0