In my project Index.aspx
page is set as a default document.
I tried to debug is not firing the button click event on localhost:1992
,but it is working perfectly on localhost:1992/Index.aspx
.
ISSUE : project working in localhost:1992/Index.aspx
not working localhost:1992
Kindly give the solution for this issue?
UPDATE
I've set Index.aspx
page as the startup page
NOTE : Client side click is working. only server side click is the problem here.