Can't Open PDF in ASP.Net Page

Discussion in 'General troubleshooting' started by rdunn, Oct 26, 2013.

  1. Hi! I have a page called Terms. When this page loads, it redirects to the .pdf. This works in when I run local but gives an error message (HTTP Error 404.0 - Not Found) when I try to run it after publishing.

    Any ideas?

    Thanks!
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Could you post some code?
     
  3. FrankC

    FrankC DiscountASP.NET Staff

    Does it work when you manually enter the path in the browser?
     
  4. martino

    martino DiscountASP.NET Staff

    Can you try connecting to your site via FTP and check to see if the pdf file was uploaded?

    You can use an FTP client like FileZilla. FileZilla can be downloaded here.

    To learn how to connect to your site using FileZilla please read our knowledge base article here.
     
    mjp likes this.
  5. What web browser are you using? IE8?
    If yes, you can changed the buffer from Object to Byte and have a try.;)
     

Share This Page