The relative virtual path '' is not allowed here

前端 未结 1 1334
傲寒
傲寒 2021-02-04 23:30

Any ideas what this problem is? cheers

\"enter

相关标签:
1条回答
  • 2021-02-04 23:56

    It looks like you're trying to pass MapPath a page-relative path (../.....) instead of a virtual path (~/.....).

    0 讨论(0)
提交回复
热议问题