I have legacy asp.net 1.1 website. It has a very poor VB layered achitecture. Debugging takes about 10 minutes to run the credit card processing tests.
I'd like to add some unit testing capabilities to the solution to check my changes.
I was thinking about using mbunit with galleo. Will mbunit and galleo work with my .net 1.1 code? Any other recomendations for a unit testing framework thats compatible with .net 1.1 code?
update
I'm not trying to test the actual asp.net portion of the code only new interfaces/business logic that I'm adding in the service/data layers.