Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<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
Posted

1 solution

One reason this could occur is if you don't have a start page set under your web project's properties. So do this:

Right click on your project
Choose "Properties"
Select the "Web" tab
Select "Specific Page"


Now, if you launch your web application,it will be executed
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900