Using this tool you can handle unlimited number of projects for bug tracking. To avoid the creation of new project issues it locks the projects and its version information. you can easily add files to the issues and it can be uploaded to an Microsoft Excel sheet. Some key features of this tool are it control anonymous users access, full user audit trail, cusotomizable issue type, link and Priorities etc, web services support etc.,...
This program is perfect for beginners and advanced programmer's alike. The basic version is perfect in that it's turnkey. Reference the DLL into your application, modify the configuration settings, and you are ready to start logging your errors, events, and exceptions like a professional.
Speaking of professionals, if you are a seasoned .NET programmer in either Visual Basic.NET or C#, then you will love our Pro version (Under $10!). It includes everything from the basic package, but includes the source code. This will allow you to tweak the program to meet your logging needs.... Tags: program, source, tweak, advanced, basic, start, logging, into, love, version, programmer, configuration, for, modify,
This article deals with the narration of the author, about custom error pages and logging errors. The author shows why to use the web.config file
which is used for all purpose while error handling. The author demonstrates a sample Application_Error method. Finally the author explained the method of generating a custom error message....
In this tutorial, one of the error message displayed while debugging is discussed in detail. The author tells the symptoms, cause and its rectification. Without loading DCOM,
if the user runs a VS.NET, then this type of error message drops out. To overcome this problem, the only way is to enable DCOM on the user computer. The author gives the full description about resolving this problem and the task of enabling DCOM in the client user's computer....
This tutorial mainly deals with ASP.NET which stops to work with IIS Directories. Now the users could execute ASP.NET V1 RTM with registered account named as ASPNET which is a least important windows account. The speciality is that it could even run in any local client machine. The user could not enter through locked down systems. To overcome this difficulty the author describes the solution by changing the security permissions on the directories. The main speciality is that the application root corresponds to the folder path connected with the application virtual directory in the IIS Administration tool. This is applicable only when the machine doesnot allow the users or clients to access those directories.... Tags: windows, security, access, folder, client, application, directory, virtual, user, run, account, work, tutorial, local, solution, author, machine, execute, changing, users, locked, clients,
This article deals with a solution for an error message while debugging. When in an XML file the AdUrl with an AdRotator webforms control got the symbol ampersand which is the rootcause of this type of error. This error is due to the symbol which invalidates the XML file. The author gives a solution to this problem in this article by simply replacing the symbol & by &. This is more useful for the webmasters to understand the errors and to eradicate it....
This tutorial is about the errors and handling it. Application error events and page error events are the two main events occurs often in web application. The author explains the features of these two errors and the mwthod of eradicating those events are clearly explained in this article. The main advantage of these two errors acording to the author is that the errors could run the code that can log the exception. Then the users could customize the error page to which the user is leaded. This article brings out a solution to the beginners to shortout the bugs while creating a web application and debugging it....
Errors are the most common blockade for the result oriented webmasters. Handling these errors become a challenge to the users. Here in this article the author describes the types of errors. The author covers the area with ASP.NET and C# through which the errors are identified and then rectified. The main errors are the syntax error, system error and the logical error, which is rectified by catching it. The sample code is given along with this article.... Tags: system, code, error, area, errors, logical, syntax, author, challenge, sample, for, covers,
Errors are inevitable while creating any webpage. The process of correcting the mistakes or errors or bugs are called as debugging. But even when debugging few error messages block the task. One among those errors is discussed in this tutorial. This error appears when the user uses the ODBC.NET data provider. To overcome this error the author comes with a solution by giving more methods to solve it, which is shown in this article....
Logging Unhandled Page Exceptions To The System Event Log is a tutorial which shows a new method to handle the errors. The author explains about the HandleError Method, through which the page level exceptions are findout. This article helps the users to learn about how to use the HandleError method to handle errors. The author also shows the combining process using a TryCatch statement with the HandleError method. As the last touch of this article, the author demonstrates about how to Log exceptions to the EventLog....
This article describes the real need of an Exception engine which could perform more effectively than other exception handlers in ASP.NET. The Global Application Error event handler collects unhandled exceptions and show the users the exact run time error which brings the application to a halt. This exception engine works mainly with the code behind as well as script only in ASP.NET applications. Now by adding a few items to the web.config and the global.asax, the webmasters could connect this framework any where in their site application....
This article deals with the remedy to protect the Microsoft systems. The author instructs about overcomin the errors with installation of the .NET Framework SDK or Visual Studio .NET. The author also highlights about how to fix it, how to repair it and how to run it. This article concludes with giving enough information about how to get rid of the spywares....
Elementool Bug Tracking Tool is a customizable debugging system through which you can generate various reports using pie and bar chart based on the bug information. you can create unlimited number of users using this tool for your account. This system is available with message board that helps the users to enter their remarks....
Errors in ASP.NET code is not new to the users. This article gives simple solution for handling those errors. In this article the author covers the topic from handling common errors with the try and catch syntax. The author recommends the users not to throw a fit, but throw an exception. This article explains the language features like Try, Catch, Finally and exception objects and teaches the users to understand the built in error handling mechanisms in ASP.NET. This might be a simple and helpful article for the users in error handling....
Global Error Handler in C# is a new concept by the author in this tutorial, in which he describes the methods of error handling. The author includes Global.Asax file, which helps the users to find all the errors from the webpage. Then the author tells about the SendErrMessage function which mails the error message to the webmaster's inbox. After sending the message, the users are redirected directly to the error page. The main benefit of this error handling method is that it would collect all the error pages in one proper location which might help the users to check and eradicate the errors easily....
As errors are the most common in web application, the error handling is also very important task for the webmasters. The user should understand the reason for the errors and atonce it is to be rectified. The author tells that in C# there are many methods used in error handling. This article highlights the concept of exception and exception handling. In .Net, it is very simple to log messages to the Windows NT Event Log which is described through this article. The author used the throw, try, catch, and finally statements to use the exceptions. As a final touch the author shows how to log in to the event log in C#. This might help the users to update their knowledge about error handling in C#....
Validators - TheServerSide.Net is an ASP.NET tutorial in which author teaches about validator, which validates the form controls. Here the programmers can learn about various validator controls and its attributes and also the author explains about the procedure for linking all the validator controls inorder to perform specified task. Through this tutorial beginners can get an idea about working with ASP.NET validator framework....
This tutorial helps the users to know about the working status of ASP.NET on any domain controller. In this article the author describes the reason behind it. Usually the ASP.NET
runs only in client's account. Mostly the webmasters uses their domain account which might not be acceptable by ASP.NET. To overcome this problem, the users must use the system account. The author describes the various methods to solve this problem which is highlighted in this article....
This article explains about one of the error which arises when the user try to debug in VS.NET from a remote server. This error is mainly because of the remote user who doesnot have the accessing licence to debug the aspnet_wp process. The user should be a client member of the debugger users group. Only then the user gets the permission on the web server to debug. For this error, the author gives a suggestion in this article for the user to add their name to the users group and administrators group....
With the help of SDK, it is very easy to debug for the users, which is the main highlight of this tutorial. While configuring the application, the users should enable debugging in web.config with symbolic information. The author explains about binding the ASP.NET worker process with the CLR debugger. The main process of debugging is shown along with few tips and notes to be kept in memory while debugging....