In my web.config file i have:
<add verb="*"  path="*.pdf" type="System.Web.StaticFileHandler"
validate="true" />

I am using this in addition to authorization to deny anonymous users.
When I run the code on my local machine in Visual Studio it works
fine.  However, when I transfer the code to GoDaddy it isn't working
right. I am using .Net 2.0 and IIS 7.  Any ideas on what could be
causing this to break once deployed?

Thanks,
Jason

Reply via email to