Permission Denied in a CMS new project...
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 > Permission Denied in a CMS new project...




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

    Permission Denied in a CMS new project...  
Simón Candel Romero


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


 
01-25-06 01:34 PM

When I make a new CMS website and I try to access it, the explorer gives me
the following error:

HTTP 403 (Forbidden)

I think that this is a problem about permissions but I don't know who to
repare it.

Could you help me, please?

Thanks.





[ Post a follow-up to this message ]



    Re: Permission Denied in a CMS new project...  
Stefan [MSFT]


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


 
01-25-06 01:34 PM

Hi Simon,

please check the IIS log. The number behind the 403 would be the substatus
code which can tell us what the problem is.

In addition the following article contains some general tips for 403 errors
with MCMS:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#F7EFDF82-1A48-4FC6-8F9A-57DA69B802BC

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


"Simón Candel Romero" <SimnCandelRomero@discussions.microsoft.com> wrote in
message news:46AE13D6-111D-4F89-A256-79FC9D84C6F0@microsoft.com...
> When I make a new CMS website and I try to access it, the explorer gives
> me
> the following error:
>
> HTTP 403 (Forbidden)
>
> I think that this is a problem about permissions but I don't know who to
> repare it.
>
> Could you help me, please?
>
> Thanks.







[ Post a follow-up to this message ]



    Re: Permission Denied in a CMS new project...  
Simón Candel Romero


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


 
01-30-06 02:09 AM

Hello Stefan.

I have checked the IIS log and this is the result:

15:06:21 127.0.0.1 GET /aplicacionMCMSPrueba/ 403

As you can see, I only have the 403 code of the error but I don't have any
number behind this 403.

This is because I have Windows XP with IIS 5.1.

I have read the article and I have made some changes in the "Network access:
Sharing and security model for local accounts". I have set to "Classic -
local users authenticate as themselves".

My CMSApplication doesn't works...

"Stefan [MSFT]" escribió:

> Hi Simon,
>
> please check the IIS log. The number behind the 403 would be the substatus
> code which can tell us what the problem is.
>
> In addition the following article contains some general tips for 403 error
s
> with MCMS:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm#F7EFDF82-1A48-4FC6-8F9A-57DA69B802BC
>
> 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
> ----------------------
>
>
> "Simón Candel Romero" <SimnCandelRomero@discussions.microsoft.com> wrote 
in
> message news:46AE13D6-111D-4F89-A256-79FC9D84C6F0@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Permission Denied in a CMS new project...  
Stefan [MSFT]


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


 
01-30-06 02:09 AM

Hi Simon,

it seems you stripped down your IIS log.
Usually you will have many more columns.
Please ensure that the "W3C Extended Log File Format" is configured for this
website and that the "Protocol Substatus (sc-substatus)" code is enabled in
the Advanced settings for the Logging options in IIS MMC.

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


"Simón Candel Romero" <SimnCandelRomero@discussions.microsoft.com> wrote in
message news:69E610AF-C896-4B56-A010-AB2688F166B2@microsoft.com...[vbcol=seagreen]
> Hello Stefan.
>
> I have checked the IIS log and this is the result:
>
>              15:06:21 127.0.0.1 GET /aplicacionMCMSPrueba/ 403
>
> As you can see, I only have the 403 code of the error but I don't have any
> number behind this 403.
>
> This is because I have Windows XP with IIS 5.1.
>
> I have read the article and I have made some changes in the "Network
> access:
> Sharing and security model for local accounts". I have set to "Classic -
> local users authenticate as themselves".
>
> My CMSApplication doesn't works...
>
> "Stefan [MSFT]" escribió:
> 







[ Post a follow-up to this message ]



    Re: Permission Denied in a CMS new project...  
Stefan [MSFT]


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


 
01-30-06 02:09 AM

Hi Simon,

but there is another solution for your problem!
What you need to do is to configure forms authentication in the web.config.

Then implement a login form that does not request the credentials from the
user but uses hard coded credentials for the authentication.
This will ensure that all users get authenticated using the hard coded
credentials.

That will do the job.

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


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23AmOXscIGHA.668@TK2MSFTNGP11.phx.gbl...
> Hi Simon,
>
> it seems you stripped down your IIS log.
> Usually you will have many more columns.
> Please ensure that the "W3C Extended Log File Format" is configured for
> this website and that the "Protocol Substatus (sc-substatus)" code is
> enabled in the Advanced settings for the Logging options in IIS MMC.
>
> 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
> ----------------------
>
>
> "Simón Candel Romero" <SimnCandelRomero@discussions.microsoft.com> wrote
> in message news:69E610AF-C896-4B56-A010-AB2688F166B2@microsoft.com... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:28 AM.      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