I'm new - simple problem
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 > I'm new - simple problem




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    I'm new - simple problem  
Marek zegarek


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


 
03-16-07 06:17 PM

Hello!

I'm using CMS 2002 SP2 with VS2005 (as .NET 2.0).
I wrote simple template based on walktrought from MSDN. I made all seven
steps and I published it on CMS 2002.

When I press "Create new page" and I choose my template from template
gallery, I'm getting Error 403 from IIS.
Page is not starting to execute....

Where I made a mistake?

Leszek







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Stefan Goßner [MSFT]


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


 
03-16-07 06:17 PM

Hi Marek,

sounds like this problem:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#F7EFDF82-1A48-4FC6-8F9A-57DA69B802BC

Cheers,
Stefan

"Marek zegarek" <testowy@mailik.pl> wrote in message
news:OZ0YKi9ZHHA.1300@TK2MSFTNGP02.phx.gbl...
> Hello!
>
> I'm using CMS 2002 SP2 with VS2005 (as .NET 2.0).
> I wrote simple template based on walktrought from MSDN. I made all seven
> steps and I published it on CMS 2002.
>
> When I press "Create new page" and I choose my template from template
> gallery, I'm getting Error 403 from IIS.
> Page is not starting to execute....
>
> Where I made a mistake?
>
> Leszek
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Marek zegarek


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


 
03-16-07 06:17 PM

1) Check in the IIS master properties if the two CMS ISAPI filters are
listed and that they are not listed twice

I checked it - I've got two filters without double.

2) If this is Windows XP:
Go to your Local Computer Policy, click Computer Configuration, then Windows
Settings, then Security Settings, then Local Policy, then Security Options.
Change the "Network access: Sharing and security model for local accounts"
setting to "Classic - local users authenticate as themselves".

I have Classic option set

3) If Sharepoint Portal Server 2003 is installed look in the Internet
Information Server (IIS) log. You will see a 403.18 which means "Cannot
execute requested URL in the current application pool." Ensure that MCMS and
Sharepoint Portal Server are configured to use the same application pool.

I don't have Sharepoint on this server and in domain

4) Ensure that all MCMS folders run in the same application pool as the Web
site. See here for details:
842429 - You receive a 403.18 error message when you run an MCMS application
in a different application pool on IIS 6.0

I have all in the same application pool.
----------------------------
I saw this FAQ few minutes before my question here.... No solution there....


Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napisał
 w
wiadomości news:OOcAjt9ZHHA.3968@TK2MSFTNGP06.phx.gbl...
> Hi Marek,
>
> sounds like this problem:
> http://download.microsoft.com/downl...
a/MCMS+2002+-+(complete)+FAQ.htm#F7EFDF82-1A48-4FC6-8F9A-57DA69B802BC
>
> Cheers,
> Stefan
>
> "Marek zegarek" <testowy@mailik.pl> wrote in message
> news:OZ0YKi9ZHHA.1300@TK2MSFTNGP02.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Stefan Goßner [MSFT]


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


 
03-16-07 06:17 PM

Hi Marek,

please check the IIS log.
What is the substatus code of the 403?
If enabled it will be the number behind the 403.
It will give us the explanation about why the 403 happend.

Cheers,
Stefan


"Marek zegarek" <testowy@mailik.pl> wrote in message
news:ub%23U539ZHHA.4508@TK2MSFTNGP03.phx.gbl...
> 1) Check in the IIS master properties if the two CMS ISAPI filters are
> listed and that they are not listed twice
>
> I checked it - I've got two filters without double.
>
> 2) If this is Windows XP:
> Go to your Local Computer Policy, click Computer Configuration, then
> Windows Settings, then Security Settings, then Local Policy, then Security
> Options. Change the "Network access: Sharing and security model for local
> accounts" setting to "Classic - local users authenticate as themselves".
>
> I have Classic option set
>
> 3) If Sharepoint Portal Server 2003 is installed look in the Internet
> Information Server (IIS) log. You will see a 403.18 which means "Cannot
> execute requested URL in the current application pool." Ensure that MCMS
> and Sharepoint Portal Server are configured to use the same application
> pool.
>
> I don't have Sharepoint on this server and in domain
>
> 4) Ensure that all MCMS folders run in the same application pool as the
> Web site. See here for details:
> 842429 - You receive a 403.18 error message when you run an MCMS
> application in a different application pool on IIS 6.0
>
> I have all in the same application pool.
> ----------------------------
> I saw this FAQ few minutes before my question here.... No solution
> there....
>
>
> Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napis
ał w
> wiadomości news:OOcAjt9ZHHA.3968@TK2MSFTNGP06.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Marek zegarek


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


 
03-19-07 12:20 PM

Line from IIS log (date removed):

W3SVC1 127.0.0.1 GET /NR/exeres/CCE0DA46-2CE5-4AAD-A800-989A1FF8A2D7.htm
NRMODE=Unpublished&NRCHANNELGUID=%7b58514420-3FA9-4164-86B4-E182DE4844BB%7d&
WBCMODE=AuthoringNew&nr_emit=ThinEdit&wbc_purpose=Authoring
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+SecureStation;+.NET+
CLR+1.1.4322;+.NET+CLR+2.0.50727;+TrustedStation)
403 18 0

Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napisał
 w
wiadomości news:Ownda79ZHHA.3628@TK2MSFTNGP02.phx.gbl...
> Hi Marek,
>
> please check the IIS log.
> What is the substatus code of the 403?
> If enabled it will be the number behind the 403.
> It will give us the explanation about why the 403 happend.
>
> Cheers,
> Stefan
>
>
> "Marek zegarek" <testowy@mailik.pl> wrote in message
> news:ub%23U539ZHHA.4508@TK2MSFTNGP03.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Stefan Goßner [MSFT]


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


 
03-19-07 06:23 PM

Hi Marek,

this is a 403.18.
This means that different application pools are used.
Please ensure that the all pieces of the website are running in the same
application pool.

Cheers,
Stefan

"Marek zegarek" <testowy@mailik.pl> wrote in message
news:eB%23HsTfaHHA.4808@TK2MSFTNGP04.phx.gbl...
> Line from IIS log (date removed):
>
> W3SVC1 127.0.0.1 GET /NR/exeres/CCE0DA46-2CE5-4AAD-A800-989A1FF8A2D7.htm
> NRMODE=Unpublished&NRCHANNELGUID=%7b58514420-3FA9-4164-86B4-E182DE4844BB%7
d&WBCMODE=AuthoringNew&nr_emit=ThinEdit&wbc_purpose=Authoring
> 80 - 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+SecureStation;+.NE
T+CLR+1.1.4322;+.NET+CLR+2.0.50727;+TrustedStation)
> 403 18 0
>
> Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napis
ał w
> wiadomości news:Ownda79ZHHA.3628@TK2MSFTNGP02.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Marek zegarek


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


 
03-19-07 06:23 PM

I have all things on one application pool.... :/ (DefaultAppPool)
Default Web Site contains MCMS app folder, NR, NRConfig, MyApp folder.....


Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napisał
 w
wiadomości news:OMxX$ZiaHHA.3272@TK2MSFTNGP03.phx.gbl...
> Hi Marek,
>
> this is a 403.18.
> This means that different application pools are used.
> Please ensure that the all pieces of the website are running in the same
> application pool.
>
> Cheers,
> Stefan
>
> "Marek zegarek" <testowy@mailik.pl> wrote in message
> news:eB%23HsTfaHHA.4808@TK2MSFTNGP04.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Stefan Goßner [MSFT]


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


 
03-19-07 06:23 PM

Hi Marek,

can you please send me your metabase.xml file to
webmaster@stefan-gossner.de?
Then I will have a look.

Cheers,
Stefan

"Marek zegarek" <testowy@mailik.pl> wrote in message
news:eHxNiqiaHHA.1388@TK2MSFTNGP05.phx.gbl...
>I have all things on one application pool.... :/ (DefaultAppPool)
> Default Web Site contains MCMS app folder, NR, NRConfig, MyApp folder.....
>
>
> Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napis
ał w
> wiadomości news:OMxX$ZiaHHA.3272@TK2MSFTNGP03.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Marek zegarek


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


 
03-21-07 06:22 PM

Stefan - check you email account.
I sended You metabase from legroocho2pl account


Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napisał
 w
wiadomości news:eBQnbhjaHHA.4396@TK2MSFTNGP06.phx.gbl...
> Hi Marek,
>
> can you please send me your metabase.xml file to
> webmaster@stefan-gossner.de?
> Then I will have a look.
>
> Cheers,
> Stefan
>
> "Marek zegarek" <testowy@mailik.pl> wrote in message
> news:eHxNiqiaHHA.1388@TK2MSFTNGP05.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: I'm new - simple problem  
Stefan Goßner [MSFT]


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


 
03-21-07 06:22 PM

Hi Marek,

sorry I haven't received anything.
Did you send it in zipped format?

Cheers,
Stefan

"Marek zegarek" <testowy@mailik.pl> wrote in message
news:e3bQit8aHHA.588@TK2MSFTNGP06.phx.gbl...
> Stefan - check you email account.
> I sended You metabase from legroocho2pl account
>
>
> Użytkownik "Stefan Goßner [MSFT]" <stefang@online.microsoft.com> napis
ał w
> wiadomości news:eBQnbhjaHHA.4396@TK2MSFTNGP06.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:28 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   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