| Author |
Message |
Björn Bur
Guest
|
Posted:
Mon Oct 17, 2005 4:51 pm Post subject:
Problems with Resource Upload |
|
|
hello all,
i tried to change the max size of resources which can be uploaded to our
system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files with a
size of 800kb:
<IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
the problem is, that i have to limit the size to 2 mb...and if i change the
file to:
<IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
the limit doesn't work anymore and i can upload files with a size of over
5mb...
any ideas about that?
thx
björn |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Mon Oct 17, 2005 4:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
| Quote: | hello all,
i tried to change the max size of resources which can be uploaded to our
system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files with a
size of 800kb:
IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i change
the file to:
IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of over
5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Björn Bur
Guest
|
Posted:
Mon Oct 17, 2005 4:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
| Quote: | Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to our
system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files with a
size of 800kb:
IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i change
the file to:
IIsWebDirectory Location ="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of over
5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Mon Oct 17, 2005 4:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
| Quote: | hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to our
system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files with
a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i change
the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Björn Bur
Guest
|
Posted:
Tue Oct 18, 2005 8:51 am Post subject:
Re: Problems with Resource Upload |
|
|
Hi Stefan,
So it's no possible to limit size of resources when they are imported with
site manager?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uokP7nz0FHA.3000@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to
our system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files with
a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i change
the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Tue Oct 18, 2005 8:51 am Post subject:
Re: Problems with Resource Upload |
|
|
Hi Björn,
no, I don't think that this is possible.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:u%23I8FN70FHA.1256@TK2MSFTNGP09.phx.gbl...
| Quote: | Hi Stefan,
So it's no possible to limit size of resources when they are imported with
site manager?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uokP7nz0FHA.3000@TK2MSFTNGP12.phx.gbl...
Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to
our system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files
with a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i
change the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Björn Bur
Guest
|
Posted:
Tue Oct 18, 2005 4:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
hi stefan,
the interesting thing is, that the changes i made in metabase.xml had an
impact to the
site manager...i'll try some other things...i'll tell you if there's a
solution...
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23Mazf070FHA.2328@TK2MSFTNGP10.phx.gbl...
| Quote: | Hi Björn,
no, I don't think that this is possible.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:u%23I8FN70FHA.1256@TK2MSFTNGP09.phx.gbl...
Hi Stefan,
So it's no possible to limit size of resources when they are imported
with site manager?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uokP7nz0FHA.3000@TK2MSFTNGP12.phx.gbl...
Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to
our system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files
with a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i
change the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Chester Ragel
Guest
|
Posted:
Thu Oct 20, 2005 4:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
Hi Björn,
If the max size is less than 1000000 bytes then you can limit it via
metabase file. But as you are trying to limit it to less than 2mb (aprox
2000000 bytes) you need to do some other changes. Check -
http://chestermr.blogspot.com/2005/10/maximum-uploadable-size-of-resource-to.html
Cheers,
Chester.
"Björn Bur" wrote:
| Quote: | hi stefan,
the interesting thing is, that the changes i made in metabase.xml had an
impact to the
site manager...i'll try some other things...i'll tell you if there's a
solution...
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23Mazf070FHA.2328@TK2MSFTNGP10.phx.gbl...
Hi Björn,
no, I don't think that this is possible.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:u%23I8FN70FHA.1256@TK2MSFTNGP09.phx.gbl...
Hi Stefan,
So it's no possible to limit size of resources when they are imported
with site manager?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uokP7nz0FHA.3000@TK2MSFTNGP12.phx.gbl...
Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded to
our system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files
with a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i
change the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
Björn Bur
Guest
|
Posted:
Mon Oct 24, 2005 12:51 pm Post subject:
Re: Problems with Resource Upload |
|
|
hi chester,
thx for your answer...this works fine...
björn
"Chester Ragel" <Chester Ragel@discussions.microsoft.com> wrote in message
news:5B6319D1-FE16-413A-98D7-7E980A984137@microsoft.com...
| Quote: | Hi Björn,
If the max size is less than 1000000 bytes then you can limit it via
metabase file. But as you are trying to limit it to less than 2mb (aprox
2000000 bytes) you need to do some other changes. Check -
http://chestermr.blogspot.com/2005/10/maximum-uploadable-size-of-resource-to.html
Cheers,
Chester.
"Björn Bur" wrote:
hi stefan,
the interesting thing is, that the changes i made in metabase.xml had an
impact to the
site manager...i'll try some other things...i'll tell you if there's a
solution...
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23Mazf070FHA.2328@TK2MSFTNGP10.phx.gbl...
Hi Björn,
no, I don't think that this is possible.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:u%23I8FN70FHA.1256@TK2MSFTNGP09.phx.gbl...
Hi Stefan,
So it's no possible to limit size of resources when they are imported
with site manager?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:uokP7nz0FHA.3000@TK2MSFTNGP12.phx.gbl...
Hi Björn,
no they do not count for Site Manager.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23Gpejjz0FHA.916@TK2MSFTNGP10.phx.gbl...
hi stefan,
do these settings also count for the site manager-application?
thx
björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:eI78hWz0FHA.164@TK2MSFTNGP10.phx.gbl...
Hi Björn,
if your site is an ASP.NET site this is the wrong place to limit
the
upload.
Check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:ea7FIEz0FHA.1564@tk2msftngp13.phx.gbl...
hello all,
i tried to change the max size of resources which can be uploaded
to
our system...
so i modified the metabase.xml-file...
when i modify it as followed, it works and i can only upload files
with a size of 800kb:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="848000"
/IIsWebDirectory
the problem is, that i have to limit the size to 2 mb...and if i
change the file to:
IIsWebDirectory Location
="/LM/W3SVC/322437409/root/NR/System/ResUpload"
AppFriendlyName="ResUpload"
AppIsolated="2"
AppRoot="/LM/W3SVC/322437409/Root/NR/System/ResUpload"
AspMaxRequestEntityAllowed="1696000"
/IIsWebDirectory
the limit doesn't work anymore and i can upload files with a size
of
over 5mb...
any ideas about that?
thx
björn
|
|
|
| Back to top |
|
 |
|
|
|
|