Subscribe
Subscribe to Tutorials feed
Our Quality Professors
Technology Tags
ADO.NET AdRotator ASP.NET ASP.NET-AJAX Authentication-and-Authorization---LoginView BulletedList Button Caching Calendar Chart CheckBoxList Cookies CSharp CSS Cusotm-Control Debugging-and-Tracing DetailsView DropDownList-and-ListBox DropDownList-and--ListBox Error-handling FileUpload Forms-Authentication GridView HiddenField HTML HyperLink Image ImageButton ImageMap Javascript jQuery jQuery-Ajax jQuery-Attributes jQuery-effects jQuery-Effects jQuery-Events jQuery-How-to-Solution jQuery-Manipulations jQuery-Selectors jQuery-Traversing Label-and-Literal LinkButton ListView Localization-and-Globalization Login LoginName LoginStatus LoginStatus-and-LoginName-and-other-controls LoginView MasterPage Menu Meta-tags Panel PlaceHolder RadioButtonList Repeater Security Session-Management TextBox Themes-and-Skins Url-Routing User-Control Validations visual-studio Webconfig Working-with-Files-and-Folders
Search Tutorials
Keyword
eg. asp.net
Advertisements
|
ASP.NET Tutorials - ITFunda.Com
The idea is to redirect the user to the generic error page and show the generic error message. On this page, access the last error occurred log into the database, log file or send in the email.
Technology covered: ASP.NET Security
Type: Tips and Tricks (Books)
More details ...
To save session in the different process or different machine (in the asp.net state process) so that crashing application doesn't destroy the session data, we can follow this approach.
Technology covered: ASP.NET
Type: Tips and Tricks (Books)
More details ...
ASP.NET Session keeps track of the user by creating a cookie called “ASP.NET_SessionId” in the user browser. This cookie value is checked for every request to ensure that the data being served is specific to that user. In many application, Session variable is used to track the logged in user, ie. If a session variable exists for that user then the User is logged in otherwise not.
Technology covered: ASP.NET Security
Type: Tips and Tricks (Books)
More details ...
Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | ... | 24 |
|