在ASP上传到IIS 5.1 [英] Uploading in ASP to IIS 5.1

查看:100
本文介绍了在ASP上传到IIS 5.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

第一 - 我知道XP是不是在托管很大,但由于该网站是只为我个人使用的,而且我已经有一个XP许可证,这就是我使用的是什么...

First - I know XP isn't great at hosting, but as the site is only for my personal use, and I already have an XP licence, that's what I'm using...

我使用的是纯ASP上传脚本的链接文本上传图片到托管在Windows XP专业版的电脑网站。

I'm using the pure asp upload script from link text to upload images to a website hosted on a Windows XP Pro pc.

上传脚本上我已经开发了其他网站的伟大工程,但这些都使用IIS 6或以上所有。

The upload script works great on other sites I have developed but these were all using IIS 6 or above.

我遇到的问题是上传文件大于200K左右大。

The problem I'm having is uploading files bigger than about 200K.

有一个微软支持的网页。这似乎回答我的问题链接文本。但是,我也跟着指示和我仍然得到同样的问题。

There is a Microsoft support page link text that seems to answer my problem. But, I have followed the instructions and am still getting the same problem.

我也发现了同样的问题的另一篇文章 - 链接文本 - 这一个说:在IIS 5.1您不能更改文件上传限制。

I also found another article on the same problem - link text - this one says that "On IIS 5.1 you cannot change the File Upload Limit."

有没有人有一个明确的答案 - 并在IIS 5.1中ASPMaxRequestEntityAllowed把财产元数据库有什么影响

Does anyone have a definitive answer - does the AspMaxRequestEntityAllowed property in the IIS 5.1 metabase have any effect?

如果不是,是否有一个变通为这种情况?

If not, is there a work around for this scenario?

感谢您的帮助!

推荐答案

这是克里斯可能已经发布的链接涉及,但只是为了完整起见我会把我参一脚

The link that Chris has posted probably covers it but just for sake of completeness I'll put my oar in.

默认 ASPMaxRequestEntityAllowed把的IIS5.1 onXP为1GB。这是Windows 2000的IIS5一样的IIS6这个默认限制降低到200K。

The default AspMaxRequestEntityAllowed for IIS5.1 onXP is 1GB. This is the same for IIS5 on Windows 2000. As of IIS6 this default limit was reduced to 200K.

如果您的问题确实是你遇到这个限制就意味着在某些时候事情已经修改了配置数据库,包括这个限制。

If your problem is indeed that you have hit this limit it means that at some point something has modified your Metabase to include this limit.

其最有可能的,这种限制已经被设定在W3SVC水平。你可以用目前的水平: -

Its most likely that this limit has been set at the W3SVC level. You can check the current level with:-

cscript adsutil.vbs get w3svc/AspMaxRequestEntityAllowed

NOET虽然,由于已被设定的可能,其被设置默认网站上,而不是在W3SVC根。在这种情况下,下面的说明来设置它的根将无助,因为默认网站上的价值将采取precedence。与检查的默认网站值: -

Noet though that since it has been set its possible that its been set on the default website rather than at the w3svc root. In which case following instructions to set it on the root won't help because the value on the default website will take precedence. Check the default website value with:-

cscript adsutil.vbs get w3svc/1/AspMaxRequestEntityAllowed

这篇关于在ASP上传到IIS 5.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆