Click here to Skip to main content
15,891,014 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My .net 3.5 web application giving runtime error on partially on some clients. Say client 1, application running fine smoothly. client 2, application running but some pages of application gives error 404 file not found. as these pages were working fine on client 1. For example there is record search page in my appllication on base of case number if i search on client 1, the record search is successfull and result displayed. if i search same record on client 2, the error page displays 404 file not found. For more information The application uses a small database having around 20,000 records. The problem occuring on very small number of client systems. What the actual problem can be and in what area?
Posted
Updated 21-Mar-13 19:34pm
v2
Comments
Nasir M@hmood 22-Mar-13 1:38am    
It seems network related issue for client 2, try to get some static pages from client 2 to ensure
connectivity.
snehal harawande 22-Mar-13 2:04am    
I also faced similar issue before because I used page path as ../MyPage.aspx.
Then Changed to ~/MyPage.aspx & it worked fine. Check this if apply.

1 solution

Dude try to add the page path by using the Visual studio inetllegence , so that you will not face the issue of page not found. this will ensure the correct path .
 
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