I read about a similar problem when saving a new
posting(http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21B7B163-820E-439C-9D36-24A94BB15B30)
but none of the reasons identified in the article apply to us plus we're not
saving.
the article applies to all kind of postbacks.
Please check your IIS log for 404 and 401 errors.
Are there any?
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"Celina" <Cel...@discussions.microsoft.com> wrote in message
news:2C5E5A4A-FED3-455A...@microsoft.com...
did you install ASP.NET 2.0?
Then this mightbe the problem. ASP.NET 2.0 is not yet supported with MCMS
and causes such problems.
If ASP.NET 2.0 is not involved please create a new template project, add a
new template file and definition and only add a html placeholder control and
the console to it. Nothing else.
Does the problem repro here also?
If not, repeat the test with a new template in the original project - also
with only a html placeholder and the console on it.
Does the problem repro here also?
If not, then this is something in the template code.
If yes, it is something related to web.config or workflow - or still a
problem with the CMS virtual directory.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"Celina" <Cel...@discussions.microsoft.com> wrote in message
news:D1669110-0CF7-4168...@microsoft.com...
I get 401 error in my IIS log file when I try to insert image into
singleImagePlaceHolder. Thanks for help.
Js
can you please post the URL that gives you the 401?
Thanks,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"cms123" <cms...@discussions.microsoft.com> wrote in message
news:B8C50C7F-5596-44CB...@microsoft.com...
2004-11-19 21:54:55 127.0.0.1 GET
/CmsWebApplication/CMS/WebAuthor/Dialogs/ResourceBrowser/Authoring/ImageResourcesBrowse.aspx
NRMODE=Unpublished&FRAMELESS=true&NRNODEGUID=%7b004B44D9-4153-4E69-A4B7-2116B5584AD5%7d&wbc_phname=footer&wbc_phtype=SingleImage&wbc_deskres=true&wbc_gallery={05D32985-0A6E-4E62-B348-64D9F2938EAD}
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 401 5 0
2004-11-19 21:54:55 127.0.0.1 GET
/CmsWebApplication/CMS/WebAuthor/Dialogs/ResourceBrowser/Authoring/ImageResourcesBrowse.aspx
NRMODE=Unpublished&FRAMELESS=true&NRNODEGUID=%7b004B44D9-4153-4E69-A4B7-2116B5584AD5%7d&wbc_phname=footer&wbc_phtype=SingleImage&wbc_deskres=true&wbc_gallery={05D32985-0A6E-4E62-B348-64D9F2938EAD}
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 401 1 0
2004-11-22 16:36:30 127.0.0.1 GET
/CmsWebApplication/Templates/images/headerbg.gif - 80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 404 0 3
and
2004-11-22 16:37:37 127.0.0.1 POST
/NR/exeres/69009F61-7AE5-4272-AB1F-6CCBAF81E255,frameless.htm
NRMODE=Unpublished&NRCHANNELGUID=%7b0EA93AB1-E29C-4B34-9989-527A5E7BA46E%7d&WBCMODE=AuthoringPreview&wbc_acceptcontent=Phs
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) 401 1 0
does your ASPNET account have SeImpersonatePriviledge?
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"cms123" <cms...@discussions.microsoft.com> wrote in message
news:08660E4A-6533-43AF...@microsoft.com...
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"cms123" <cms...@discussions.microsoft.com> wrote in message
news:0B8BFCCC-ADC6-4B50...@microsoft.com...
as with all priviledges: in the group policy.
Look in the group policies of the local machine (using the group policy MMC
snapin).
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/usersamples/Default.aspx?ProductDropDownList=Content+Management+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossner/archive/2003/12/07/41859.aspx
--------------------------------
"cms123" <cms...@discussions.microsoft.com> wrote in message
news:0B8BFCCC-ADC6-4B50...@microsoft.com...
Js