views:

13

answers:

0

Hi,

I have a ASP.NET MVC app and are evaluating the AjaxUploader.

I am using StructureMap which uses its own controller factory instead of the default one for MVC.

When I try to upload a file I get this error.

The IControllerFactory 'Mylester.Web.StructureMapControllerFactory' did not return a controller for a controller named 'UploadHandler.ashx'.

UploadHandler.ashx is a IHttpHandler.

Do you have any ideas as to why this is? If you need mre info let me know.

Malcolm