05-31-06 06:16 PM
Hi Nedo,
please check here:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#3C1727E1-7A32-48C8-90E3-A53FDAFC16A9
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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Nedo" <nedim.halilovic@gmail.com> wrote in message
news:1149077948.077156.222210@i39g2000cwa.googlegroups.com...
i know that... but if i remove these lines i get the second (another)
error message:
Fehler: 0
Beschreibung: Der Remoteserver hat einen Fehler zurückgegeben: (500)
Interner Serverfehler.
Schweregrad: 5
Quelle: AeCliCmn
Debuginformationen: N/A
Fehlerinformationen: N/A
Clientquelle: AETree::tvChanTree_Expand
Empfohlene Aktion: N/A
and that error comes from this line:
MyVariant = Request.BinaryRead(nCount)
the err.description there is:
007~ASP 0104~Der Vorgang ist nicht erlaubt~
thanks
nedo
Stefan [MSFT] schrieb:
> Hi Nedo,
>
> see here:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm#14CAA26F-8B21-4E35-8A8C-42F8571CB77F
>
> 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
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Nedo" <nedim.halilovic@gmail.com> wrote in message
> news:1149008363.538227.78590@g10g2000cwb.googlegroups.com...
> Hi folks!
>
> in the site manager:
> i have a resource gallery with lots of resources (pics).
> i want to create some sub-galleries and divide the pics to these
> sub-galleries.
> i can create the sub-galleries but if i want to see the galleries in
> the site manager (in the treeview) i get the "request is too big" error
> (my request has ~440000 bytes)...
> but if i remove the size-check i get this error:
>
> Fehler: 0
> Beschreibung: Der Remoteserver hat einen Fehler zurückgegeben: (500)
> Interner Serverfehler.
> Schweregrad: 5
> Quelle: AeCliCmn
> Debuginformationen: N/A
> Fehlerinformationen: N/A
> Clientquelle: AETree::tvChanTree_Expand
> Empfohlene Aktion: N/A
>
> then i found out that i have a problem at this line in the resstub.asp:
> MyVariant = Request.BinaryRead(nCount)
>
> the err.description after this line is: 007~ASP 0104~Der Vorgang ist
> nicht erlaubt~
>
> could my problem be that there was an error at creating the sub-gallery
> but site manager did not know it because i have my own user defined
> error responses/sites?
>
>
> regards
> nedo
[ Post a follow-up to this message ]
|