Forum: ASP.NET Nov 25th, 2008 |
| Replies: 2 Views: 572 acctually this is what fixed my problem
<httpHandlers>
<add path="*.pdf" verb="*" type="System.Web.StaticFileHandler" />
<add path="*.doc" verb="*" type="System.Web.StaticFileHandler" />... |
Forum: ASP.NET Nov 21st, 2008 |
| Replies: 2 Views: 572 I have an application where the user is required to log in running on asp.net 2.0
I have added .doc and .pdf to the application extensions area so that outside users
cannot go directly to the... |