Just checking - is there a component available on the Windows servers which creates verification images automatically? Or do we have to write code to create them ourselves with ASPJPEG or .NET?
^ that one isn't bad, it's made up of a set of 240 static images, so they will repeat once in a while. If that is ok for your app, then it's fine.
Only ASP.NET captcha's will give you truly random images. There's no reason you can't run ASP.NET code to create the image, however the problem is now to integrate it with an ASP application.