how to open a pdf file that is placed inside a shared folder on my drive from a controller's ActionResult in MVC
Asked
Active
Viewed 2,334 times
0
-
what programming language and environment are we talking about? – yoda Jun 25 '10 at 16:06
-
Is there a specific reason the view can't just have a link to it? – David Jun 25 '10 at 16:07
-
c# and windows. sorry that i did not include that in my earlier question.. – vinay Jun 25 '10 at 16:07
1 Answers
0
Check out the answers to this question. You'll also need to make sure the IIS process has permission to read from that directory. Typically IIS runs under the Network Service account, but you should double check what account your App Pool is running as.