搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Links created by an ASP page to files in a directory on a web site do not work. The path of the files is not the path in the ASP page.

  • 3 个回答
  • 4 人有此问题
  • 8 次查看
  • 最后回复者为 jawendell

more options

When accessing an ASP page on a web site, links are dynamically created for each file in the directory. Normally you can click on the link to open the file. This works correctly in Internet Explorer, Chrome, Safari and Opera. It appears what is taking place is the path of the files links are added to the directory the ASP page is located in instead of the root directory of the web site. So when the links are clicked on to access the files, you get a 404 file not found error.

I am fairly new to using Firefox. Is there a setting that will change how this is handled?

Thanks.

When accessing an ASP page on a web site, links are dynamically created for each file in the directory. Normally you can click on the link to open the file. This works correctly in Internet Explorer, Chrome, Safari and Opera. It appears what is taking place is the path of the files links are added to the directory the ASP page is located in instead of the root directory of the web site. So when the links are clicked on to access the files, you get a 404 file not found error. I am fairly new to using Firefox. Is there a setting that will change how this is handled? Thanks.

所有回复 (3)

more options

Such an issue can be caused by the presence of one or more backslashes in the link text.
Backslashes show up as %5C in links.

more options

Thanks for your reply.

There were two backslashes at the root of the link text. When I remove the backslashes there, the page causes a 500 server error. There must be something else causing the problem.

Thanks.

more options

I found a workaround for now. I added ".." into the construction of the path to the file, which gets back to the root directory of the web site from where the ASP page is located. I tested this in Internet Explorer and it still works ok.

Thanks.