Exception Logging Approach For Concurrent User?

May 12, 2010

I am involved in designing a asp.net webforms application using .NET 3.5. I have a requirement where we need to log exceptions.

What is the best approach for exception handling, given that there would be concurrent users for this application?

Is there a need or possibility to log in exceptions at a user level? My support team in-charge wants to have a feature where the support team can get user specific log files.

To give you a background, this application is currently on VB 6.0 and we are migrating it along with some enhancements. So, today the support personnel have a provision to get user specific log files.

View 2 Replies


Similar Messages:

Logging Exception Without Changing Existing Code?

May 26, 2010

I have a application, and I want to log exceptions to a file and I don't want to change any code. I just want a component to which I can add my code and it will start logging exceptions. How can I do this?

View 3 Replies

C# - Post In EXTJS Forums ,To Know Abt Logging And Exception Handling Is Available?

Apr 9, 2010

I need to know, whether extjs 3.1 is available of exception handling and logging build in library .Like Logging the exception as log file , with the specification of error whether it is major or minor or critical or info.new log file creating on specified size exceeded. etc...

View 2 Replies

Web Forms :: How To Test Exception Handling And Logging Locally For Email Form

Aug 19, 2010

I have a form that's used to submit emails for a project. This uses the SMTP Client class and is currently delivering the emails to a local directory , for now.

There is some logic that checks to see if a mailbox is busy or unavailable. A message is displayed for the appropriate situation. There is also some logging and exception handling.

I want to know if there is a way to test this logic, logging and exception handling while this app is local. I don't know if there is a SMTP Status Code that's returned since this is being done locally and not with a real smtp server.

Is there a way to test this locally? Can these values be set manually in the code as a test?

View 2 Replies

Architecture :: Concurrent User Management

Jan 18, 2011

I'm developing web application with concurrent user using the application. The problem i'm facing is that if the first user login his details are taken affecting the second user how is process the data in the application.How to avoid it?the best way to code to maintain concurrent users.

View 4 Replies

Logging From Framework Internals (Logging.On) - How To Turn On Logging

Jul 6, 2010

I'm debugging some unexpected behavior and while tracing in to the .NET framework I see a bunch of stuff like this:

if (Logging.On) {
Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_n_certs_after_filtering, filteredCerts.Count));
...
}

But (as expected by default) the execution steps right over these. Is there some way to turn on the logging? Or is that just something that the framework developers can do while making special builds of the framework?

View 1 Replies

Web Forms :: Concurrent User Access In An ASP Application

Oct 21, 2010

If multiple users access a web-form at the same time, how can I allow that using my code? Essentially each user reads and writes one variable in the application, and concurrent access is causing problem there.

View 5 Replies

MVC :: To Use AsyncController To Allow User Concurrent Ajax Requests?

Jun 10, 2010

In my ASP.NET MVC2 web app I have a page which goes off and gets results from a number of different web service feeds. These return times vary so I want to basically display them as they return after the page loads. I also want my user to be able to kick of requests that can run concurrently with these other requests.

At the minute my page just seems to queue up the requests. The web service calls returning one at a time in the order they are called and then the user can kick of requests.

Is this a case for the asyncController or is there an easier/better way of working this?

View 5 Replies

Web Forms :: Avoid Concurrent Login For Same User?

Jul 3, 2012

How to avoid concurrent login for same user?

View 1 Replies

State Management :: How To Manage Concurrent Sessions For Same User

Mar 21, 2010

I am trying to create a system in which there will be a single user accessing his acount from two endpoints simultanously.

I think this is possible.

1) How to restrict the user to have only one session at a time?

2) How to change it to have limited number of sessions per user at a time?

View 5 Replies

Security :: Prevent Multiple Concurrent User Logins For The Same UserName

Jun 2, 2010

My application is windows authenticated. The application pulls JUST the userName from the current windows account. Then I provide site access to this user depending on his account privileges. If his userName belongs to the admins list he is directed to admin screens. If his username belongs to users list he is directed to users screens. I handle this security in C# and some SQL tables(No membership provider and no Active directory security in the app).

I need to be able to prevent multiple concurrent logins for the same userName.

View 4 Replies

Alternative Approach To User Management In Web Application?

Jan 28, 2010

I am using asp.net 2.0. I have been using asp.net membership provider for user management. But I think this would be more efficient if I could do this without using role and membership provider provided in asp.net.In fact I see bulky markups generated when I add login control, createuser control etc. in an asp.net web page.By saying user management, I am referring to the overall login, user activity tracking, password reset/retrieval, role management in an asp.net web application. And I want to implement efficient way to accomplish this.

View 2 Replies

Architecture :: How To Log Dal Exception And Showing Alert To User / Exception Occurs

Aug 3, 2010

I am working on a 3-tier asp.net application. Currently I'm stuck up in a situation where I need to handle a specific type of exception (User Defined) in DAL and Show alert to the user if that exception occurs in DAL.

I tried following things:

1) I raised that exception from the DAL and catch it in BLL and throw a new BLL exception to for that DAL exception and finally catch it in the UI layer to show the alert to the user. I've successfully implement this in my project. But there are some issues in this approach. First of all I feel this is not right way to do this as it may lead to performance related issues. Secondly, the application contains more than 500 pages and classes. so I need to attach additional catch block in every method to catch the BLL exception. which is the last option i'd like to take.

2) in second approach I logged the the DAL exception into a text file. but problem in this approach is that how could the UI layer know that exception has occurred and show the alert to the user. Is there any event in asp.net where i could handle all this activities?

my question is what is the best approach to handle this type of situation? Will Exception handling block help me in this?

I've tried reading many articles on this but i couldn't get an answer for my question? I might not be using right keywords for my search.

View 4 Replies

Logging Out A User From The Website

Jan 12, 2011

I was adding login and logout functionality to my ASP.NET website. While I am able to make the user log in by checking the username and password but on some pages should be available only if he is logged in. I am doing this by storing the user's value in a session

Secondly, I am using a Link button which changes to Logged in as example. So, how does the user log out?

View 3 Replies

Performance - What Logging Listener Should Be Used In Production ( Logging Application Block)

Sep 10, 2010

I'm using MS Enterprise Logging Application Block in an ASP.NET website.

For production launch, I will set up a log listener in one of these locations:

Sql Server database
Windows event log
Text files

Which has the least impact on performance?

NB - I can't switch to Log4Net or ELMAH at this point, so don't suggest that in your response.

View 3 Replies

VS 2008 - Prevent The Same User Logging In Twice?

Feb 1, 2011

I am using standard ASP.net security and want to how I go about prventing the same user from logging in twice.

If the user is already logged in and they log in again what I want to happen is for them to cancel the previous session and log that session out.

Can this be written into the webconfig file as part of the membership profile? I have tried to find this and it does not seem to be possible.

View 6 Replies

Security :: Stop The Same User Logging In Twice?

Jul 28, 2010

Im building a web application that charges for access on a per user basis. Ive used standard roles and membership for setting up accounts and logging in. I want to ensure that a client cant use the same user details to login more than once

ie if user abc1 is already logged in, someone else cannot login again using the same credentials

View 6 Replies

Security :: After Logging In How To Retrieve The User Name

Apr 26, 2010

FormsAuthentication.RedirectFromLoginPage(txtUser.Text, false); After doing this, the user is logged in with the txtUser.text

But the question now is, how do i retrieve that user name from Authentication or whatever on other pages? is it possible or not?

Because i know that person stays logged in untill he logs out with this code: FormsAuthentication.SignOut();

And one more question i dont know is this one good for this or not how do i better check if the person is typed in correct name and pasword or not, with executescalar or executereader?

View 6 Replies

Security :: Redirect User By Role After Logging In (VB.NET)?

Feb 4, 2010

I have a login form from the membership and I am trying to make it so that it would redirect depending on role. I have tried to put this code under login1_loggedin but it didn't seem to work. how can I do this?

View 1 Replies

Prevent Multiple User Logging Into The Same Domain Using The Same Browser?

Jul 10, 2010

So its a ASP.NET problem where two users using the same machine, same browser:

User 1 logs in the domain.
User 1 changes some data without saving it.
User 2 logs in the domain in a separate tab.
User 1 switches back to his tab and saves the data.
User 1 actually saved the data into User 2!!

This is caused by the following mechanism:

Different tabs in the same browser seems to share the same session id.

We are storing user auth in cookie and the cookie is shared between tabs (same domain)

Therefore, when User 1 request to save, it is recognized as User 2 since the cookie has been updated to User 2.

So I'm wondering if there's any other methods to prevent this from happening, other than:

1. Use cookieless session so the session is embedded in uri.
2. Always include a hidden field in page to indicate which user owns the page.

View 3 Replies

Web Forms :: Restrict The User From Going To The Previous Page After Logging Out?

Sep 1, 2010

What is the best way to restrict the user from going to the previous page after logging out?

View 2 Replies

Enterprise Library Logging Not Logging To Event Log?

Jun 3, 2010

I spent a day trying to make Ent Lib Logging work and log anything into database or event log. I have a web application and console application with the same Ent Lib config but only the console application is capable to log into the Event Log. I tried everything with permissions but I don't know what exactly I am doing — which services should have what. It does not work!

I read articles like this[URL] and I want to try to give the ASPNET account those permissions. I am using Windows 7 and I cannot find ASPNET user account. So where is it?

This is the config file which is automatically generated from Ent Lib utility and it works only on App.config, not on web.config:

[code]....

View 4 Replies

Membership Provider, Validate User When Logging In Through A Persistent Cookie?

Jun 29, 2010

When a user logs in into my website I have a custom membership provider that overrides ValidateUser and verifies that the user has sufficient rights etc.

However, when implementing a 'remember me' function through the default forms authentication using RememberMeSet, I also want to validate a user on the first request.

Is there some hook I can attach to that triggers when a user logs in with their persistent cookie?

View 3 Replies

Web Forms :: Can A Login Control Event Be Used To Prevent User From Logging In Twice

Jul 23, 2010

I am using asp.net membership and the login control. I would like to prevent a user from logging in with the same use rname if they are already logged in. I would like to place code in the LoggingIn or Authenticate event of the login control to check whether the user is login and prevent them from logging in again. Any ideas on the best way to do this?

View 22 Replies

Security :: Getting The Login Function To Redirect Depending On The User Logging In?

Oct 27, 2010

I am currently using the built in ASP login function... the destinationpageurl of that login function locates to "loginhome.aspx" for all users... but for one specific user ("Admin") it needs to link to "adminhome.aspx"... just wondering whats the best way to do this? Can I change the destinationpageurl of the login function depending on the user or creating an admin role so "If membershiprole = 'Admin' redirect to 'adminhome.aspx' End If" or can I just add some code behind the login function so "If User.login.Name = 'Admin' Then destinationpageurl = 'adminhome.aspx' End If" think I have already tried this on the login1_authenticate event but it didn't work

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved