Switch to Edit Mode weird behavior
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Switch to Edit Mode weird behavior




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Switch to Edit Mode weird behavior  
Adam


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-06 11:06 PM

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 Integrate
d
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 eac
h
page.

What do I need to do?

TIA,
Adam






[ Post a follow-up to this message ]



    RE: Switch to Edit Mode weird behavior  
David @ WSDOT


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-06 11: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 permission
s,
> etc. (Please do not question me about security - I know the reprecussions.
)
> In IIS, when my CMS site has Enable Anonymous Access UNCHECKED and Integra
ted
> 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 e
ach
> page.
>
> What do I need to do?
>
> TIA,
> Adam
>





[ Post a follow-up to this message ]



    RE: Switch to Edit Mode weird behavior  
Adam


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-06 11:06 PM

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), bu
t
> 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:
> 





[ Post a follow-up to this message ]



    Re: Switch to Edit Mode weird behavior  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-25-06 01:34 PM

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:
> 







[ Post a follow-up to this message ]



    Re: Switch to Edit Mode weird behavior  
Adam


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 02:09 AM

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[/url...nyurl.com/8ugwj
> ----------------------
>
>
> "Adam" <Adam@discussions.microsoft.com> wrote in message
> news:195931E2-B5EE-49DD-B2A3-27FF7AAFAC0F@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Switch to Edit Mode weird behavior  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-30-06 02:09 AM

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:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:50 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register