Installing .NET on Windows 2003 server? Think again!
Tags: Thoughts
You new and shiny purchased application crash with a bang, and when you contact the software vendors support, you hear it works on my machine" .... My latest software test was the BugTrap client/server system from Intellesoft, which amongst other stuff consist of a server part intended to run as a service on a Windows server. First of all, BugTrap is a module which can be linked into your Win32/64 applications, to catch uncatered errors. This will collect information about the application crash, and potentially submit it back to my BugTrap server. Very briefly you can replace the following ...
with a much more comprehensive ...
BugTrap sends off the collected information to the server, and potentially this can help the developer make better products.
You new and shiny purchased application crash with a bang, and when you contact the software vendors support, you hear it works on my machine" .... My latest software test was the BugTrap client/server system from Intellesoft, which amongst other stuff consist of a server part intended to run as a service on a Windows server. First of all, BugTrap is a module which can be linked into your Win32/64 applications, to catch uncatered errors. This will collect information about the application crash, and potentially submit it back to my BugTrap server. Very briefly you can replace the following ...
with a much more comprehensive ...
BugTrap sends off the collected information to the server, and potentially this can help the developer make better products.


