I'm facing strange issue in ASP.NET based webforms application. IsPostback from code always getting false even application is post backed while accessing application from outside the deployment server. But, its working fine when i using application in deployment server. Two different behaviors when accessing from server and outside the server. What will be them problem? I'm not getting any clue or how to resolve this issue?
Loading
Sachin SinghPosted Jan 23, 2023, 8:10 AM
add below line in your web.config and test
There may be mismatch of configurations on both the server causing the issue.