403 when opening .pdf from hyperlink

  • Thread starter Thread starter prefersgolfing
  • Start date Start date
P

prefersgolfing

I'm using a repeater to list .pdf's. While creating the list I'm using the
_ItemBound event to set the path to the .pdf's. The paths are correct. I'm
getting a HTTP ERROR 403 - Forbidden when the debugger tries to open the
..pdf. What's wrong? Thanks.
 
Hi - This could be a long shot or completely incorrect, but is it
possible that the debugger User ID doesn't have access permissions to
the directories where the pdfs are stored? I've had issues in the past
when debugging apps when the (machinename\ASPNET) id wasn't granted
permission to access the database that the data came from. HTH.

Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top