Asked by:
asp.net web application giving problem

Question
-
User-235541030 posted
Hi Everyone,
Facing issue with asp.net web application that is end user not able to creating data while creating data it automatically moving to other tab and not behaving as expected.
let us know any debugging steps to resolve issue.
Sunday, March 31, 2019 2:01 AM
All replies
-
User475983607 posted
Facing issue with asp.net web application that is end user not able to creating data while creating data it automatically moving to other tab and not behaving as expected.
let us know any debugging steps to resolve issue.
Is there anyway you can clarify the issue? Are you referring to browser tabs where the user is openly several tabs which causes unexpected results? Can you clarify the unexpected behavior and the expected behavior? Can you provide source code that reproduces this behavior?
Sunday, March 31, 2019 1:59 PM -
User-235541030 posted
Hi mgebhard,
Thank you for your response In the application itself there is a different tabs to navigate the options but its happening ONE WFE on IE browser but other WFES if the end user clear the browser cache its working and quires
- why end user need to clear the browser cache every time when he want to login to the application if he clear the browser cache then only application is working fine why ?
- ONE WFE giving problem and showing the error "Session state is not available in this context. at System.Web.HttpApplication.get_Session() at Web.Global.Application_End(Object sender, EventArgs e) "
Please let me know find out the root cause of the issue and any workarounds
Thanks in Advance
Monday, April 1, 2019 11:34 PM -
User-893317190 posted
Hi srinisrinivas ,
Your problem shows that you are trying to access Session State in HttpApplication.get_Session(), in this stage of application lifestyle , you could not access session state, which causes this problem.
And WFES is not specific , could you please post your specific error message?
It is hard to solve your problem only according to the description you have provided.
its happening ONE WFE on IE browserWhat's this WFE?
but other WFES if the end user clear the browser cache its working and quiresWhat are other WFES?
Best regards,
Ackerly Xu
Tuesday, April 2, 2019 1:45 AM -
User-235541030 posted
WFES means Web Front End Servers and these all linked with one server
Tuesday, April 2, 2019 5:50 AM -
User-893317190 posted
Hi srinisrinivas,
I'm sorry , maybe I haven't expressed myself well.
What I mean is could you share the detailed Web Front End Servers and these all linked with one server related messages?
For example, the code that causes your problem and any error messages.
Best regards,
Ackerly Xu
Tuesday, April 2, 2019 6:15 AM -
User-235541030 posted
Thank for your reply, actually this issue is coming in IE, Chrome but it working edge browser
Thanks in advance
Tuesday, April 2, 2019 10:17 AM -
User475983607 posted
Thank for your reply, actually this issue is coming in IE, Chrome but it working edge browserPost code that reproduces the issue If you want debugging help.
Tuesday, April 2, 2019 11:02 AM