I have successfully implemented the upload control in a site, all is well there. The problem is with other sites on my machine. If I have this in my web.config for project A, project A works fine:
<httpModules>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</httpModules>
The problem is when I run any of my other projects in asp.net on this machine, they now all throw an error that this file cannot be found in the web.config of project A. the only way I could get them to run was to comment out the above in the project A web.config.
I am running on XP with all of my asp.net projects as virtual directories.
Thanks,
Andy