本文介绍了在asp.net错误中找不到该资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< a href =Notifications / Notifications.aspx>通知< / a> 
工作正常

< a href =Papers.aspx> Papers< / a>此链接点击resouece无法找到...
错误看起来像
/onlineexamsworld/Notifications/Papers.aspx



plz help我

解决方案

<a href="Notifications/Notifications.aspx">Notifications</a>
working fine
but 
<a href="Papers.aspx">Papers</a> this link click on the resouece can't be found...
error look like
/onlineexamsworld/Notifications/Papers.aspx


plz help me

解决方案


这篇关于在asp.net错误中找不到该资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 17:07