|
Home > Archive > Microsoft Content Management Server > January 2006 > Switch to Edit Mode weird behavior
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Switch to Edit Mode weird behavior
|
|
|
| This is interesting:
I want everyone to have full access to my CMS site with editing permissions,
etc. (Please do not question me about security - I know the reprecussions.)
In IIS, when my CMS site has Enable Anonymous Access UNCHECKED and Integrated
Windows Authentication CHECKED, I am prompted for a username/password. I
enter a valid pair, enter my site, and the "Switch To Edit Mode" link
appears. However, in IIS, when my CMS site has Enable Anonymous Access
CHECKED (using IUSR_<machine_name> ) and Integrated Windows Authentication
CHECKED, I am NOT prompted for a username/password, I go right to the home
page but the "Switch To Edit Mode" is NOT visible.
I want the site to go to the homepage WITHOUT being prompted for a
username/password and I want the "Switch to Edit Mode" link to appear on each
page.
What do I need to do?
TIA,
Adam
| |
| David @ WSDOT 2006-01-24, 6:06 pm |
| Not totally sure it will work (you may be the first person to do this), but
try Enabling Anonymous Access and in CMS Site Manager you’re your anon
account Editor access: WinNT://<machine_name>/IUSR_<machine_name>
You may need to add the CMS server to the list of domains (in the Server
Configuration Application) if you use a domain controller.
This sets anyone logging into your site to an editor.
"Adam" wrote:
> This is interesting:
> I want everyone to have full access to my CMS site with editing permissions,
> etc. (Please do not question me about security - I know the reprecussions.)
> In IIS, when my CMS site has Enable Anonymous Access UNCHECKED and Integrated
> Windows Authentication CHECKED, I am prompted for a username/password. I
> enter a valid pair, enter my site, and the "Switch To Edit Mode" link
> appears. However, in IIS, when my CMS site has Enable Anonymous Access
> CHECKED (using IUSR_<machine_name> ) and Integrated Windows Authentication
> CHECKED, I am NOT prompted for a username/password, I go right to the home
> page but the "Switch To Edit Mode" is NOT visible.
>
> I want the site to go to the homepage WITHOUT being prompted for a
> username/password and I want the "Switch to Edit Mode" link to appear on each
> page.
>
> What do I need to do?
>
> TIA,
> Adam
>
| |
|
| David,
I tried your idea. It didn't work. I do want everyone to be able to enter
edit mode. Any other ideas?
Adam
"David @ WSDOT" wrote:
[vbcol=seagreen]
> Not totally sure it will work (you may be the first person to do this), but
> try Enabling Anonymous Access and in CMS Site Manager you’re your anon
> account Editor access: WinNT://<machine_name>/IUSR_<machine_name>
>
> You may need to add the CMS server to the list of domains (in the Server
> Configuration Application) if you use a domain controller.
>
> This sets anyone logging into your site to an editor.
>
> "Adam" wrote:
>
| |
| Stefan [MSFT] 2006-01-25, 8:34 am |
| Hi Adam,
unfortunatelly what you are trying to achieve is not possible.
MCMS only supports anonymous access for subscribers - not for authors.
Authors or higher have to authenticate against MCMS to gain the required
priviledges to author the site.
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
----------------------
"Adam" <Adam@discussions.microsoft.com> wrote in message
news:195931E2-B5EE-49DD-B2A3-27FF7AAFAC0F@microsoft.com...[vbcol=seagreen]
> David,
> I tried your idea. It didn't work. I do want everyone to be able to
> enter
> edit mode. Any other ideas?
>
> Adam
>
>
> "David @ WSDOT" wrote:
>
| |
|
| Stefan,
Thanks for the reply. What if, in the page load of each aspx, I used the
CMSApplicationContext.AuthenticateAsUser method and passed in a user who was
an author. How would that help?
I appreciate you telling me it cannot be possible, but I can't buy that yet!
:-)
Adam
"Stefan [MSFT]" wrote:
> Hi Adam,
>
> unfortunatelly what you are trying to achieve is not possible.
> MCMS only supports anonymous access for subscribers - not for authors.
> Authors or higher have to authenticate against MCMS to gain the required
> priviledges to author the site.
>
> 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
> ----------------------
>
>
> "Adam" <Adam@discussions.microsoft.com> wrote in message
> news:195931E2-B5EE-49DD-B2A3-27FF7AAFAC0F@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-01-29, 9:09 pm |
| Hi Adam,
that will not help as this context will not be used by Webauthor.
Webauthor only uses the CmsHttpContext.
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
----------------------
"Adam" <Adam@discussions.microsoft.com> wrote in message
news:F67E55B4-72B2-44EF-B938-50F95CAACFCB@microsoft.com...[vbcol=seagreen]
> Stefan,
> Thanks for the reply. What if, in the page load of each aspx, I used the
> CMSApplicationContext.AuthenticateAsUser method and passed in a user who
> was
> an author. How would that help?
>
> I appreciate you telling me it cannot be possible, but I can't buy that
> yet!
> :-)
>
> Adam
>
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|