To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application.
IIS 6.0 and IIS 7.0 Classic mode
<configuration> <system.web> <httpModules> <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/> </httpModules> </system.web> </configuration>
IIS 7.0 Integrated mode
<configuration> <system.webServer> <modules> <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/> </modules> </system.webServer> </configuration>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx