How do I enable upload of large files in classic ASP on IIS 7?

后端 未结 6 2216
忘了有多久
忘了有多久 2020-11-30 03:01

Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works fine, except that I can\'t seem to get it to accept uploads larger

6条回答
  •  失恋的感觉
    2020-11-30 04:01

    The solution accepted here didn't work for me. First, there wasn't the element specified in my config and I didn't want to screw up a config file.

    I also tried @shoaib-suleman's solution and it didn't work either. Finally, I ran across the solution shown here and it worked.

    1. Open IIS 7 SnapIn

    2. Select the website you want enable to accept large file uploads.

    3. In the main window double click 'Request filtering'

    4. Once the window is opened you may see on top a list of tabs eg: file name extensions, rules, hidden segments and so on...

      Regardless the tab you select, in the main window,right-click to display a pop-up context menu. Select "Edit Feature Settings" in the menu.

    5. On the form that pops up, modify the "Maximum allowed content length (bytes)"

提交回复
热议问题