Results 1 to 2 of 2

Thread: Asp upload limit

  1. #1
    Join Date
    Sep 2010
    Posts
    11

    Default Asp upload limit

    Hello,

    I have a dedicated server and wants to upload large asp files but the limit set on the server does not allow to upload the files.

    I have IIS7 installed on my server, i wanted to know how i can increase the aspupload limit from the server. Please provide the exact steps to set the asp upload limit.

    Regards,
    Pete

  2. #2
    Join Date
    Aug 2008
    Posts
    3

    Default Increase File Upload Size in ASP

    Hello Pete,

    Kindly use following steps to increase file upload size in ASP

    1) Remote Desktop your server and go to path shown below:

    C:\Inetpub\AdminScripts>
    2) To increase value upto 20 MB (if size is more, adjust the limit at the end) and then fire command shown below:

    cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 20971520
    Ex: - C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 20971520

    3) Restart IIS Services by using command:

    C:\>iisreset /restart
    Sudarshan,
    Technical Support Department

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •