Problems with Resource Upload
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Problems with Resource Upload

 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server
Author Message
Björn Bur
Guest





Posted: Mon Oct 17, 2005 4:51 pm    Post subject: Problems with Resource Upload Reply with 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"
Quote:

/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"
Quote:

/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 Reply with 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...
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 Reply with 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...
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 Reply with 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...
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 Reply with 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...
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 Reply with 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...
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 Reply with 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...
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 Reply with 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:

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 Reply with quote

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
 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB