Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Upload Module is not installed into Web.Config !
Upload Module is not installed into Web.Config !
Last post 08-03-2009, 2:39 AM by
Shaitender
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-03-2009, 1:10 AM
54447
Shaitender
Joined on 04-13-2009
Posts 12
Upload Module is not installed into Web.Config !
Reply
Quote
Hello.
I m geting following error while uploading file through ajax uploader control .
Upload Module is not installed into Web.Config !
Help needed urgently....
Thanks
Shaitender
08-03-2009, 2:04 AM
54448
in reply to
54447
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Upload Module is not installed into Web.Config !
Reply
Quote
Shaitender,
Are you using IIS7 ?
http://ajaxuploader.com/Deployment.htm
<configuration>
<system.webServer>
<modules>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</modules>
</system.webServer>
</configuration>
Regards,
Terry
08-03-2009, 2:39 AM
54449
in reply to
54448
Shaitender
Joined on 04-13-2009
Posts 12
Re: Upload Module is not installed into Web.Config !
Reply
Quote
Thanks terry .It worked .
Regards
Shaitender