|
Home > Archive > Microsoft Content Management Server > July 2006 > how to deploy a MCMS website ona seperate website under IIS
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 |
how to deploy a MCMS website ona seperate website under IIS
|
|
| babuzaid@gmail.com 2006-07-24, 7:23 am |
| I finished developing a website using a MCMS2002 with SP1a... i
deployed it under the default website (under IIS, windows 2003) and
it's working fine (http://localhost/myMCMSWebsite)...
but i need to run this website on a seperate website (port 888)... i
made a new website under the IIS with a headername of (myMCMSWebsite),
and in SCA i set the option (Map Channel Names to Host Header Names) to
YES, and in the Web i set the Web entry point for (myMCMSWebsite) to
MCMS (read/write) ...
In the site manager i have the under (Channels) the Channel
(myMCMSWebsite)
but the website (http://localhost:888) doesn't work, and gives Bad
Request (Invalid Hostname)
what the solution for teh problem
| |
| Stefan [MSFT] 2006-07-24, 7:23 am |
| Hi Babuzaid,
that is not a MCMS related question but a IIS related question.
You configured your IIS website to listen on host header name
"myMCMSWebsite".
But you are trying to connect with the name "localhost". This will not work.
This website will only respond to requests configured with the name
"myMCMSWebsite".
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
----------------------
<babuzaid@gmail.com> wrote in message
news:1153740414.416376.254020@m79g2000cwm.googlegroups.com...
>I finished developing a website using a MCMS2002 with SP1a... i
> deployed it under the default website (under IIS, windows 2003) and
> it's working fine (http://localhost/myMCMSWebsite)...
>
> but i need to run this website on a seperate website (port 888)... i
> made a new website under the IIS with a headername of (myMCMSWebsite),
> and in SCA i set the option (Map Channel Names to Host Header Names) to
>
> YES, and in the Web i set the Web entry point for (myMCMSWebsite) to
> MCMS (read/write) ...
>
>
> In the site manager i have the under (Channels) the Channel
> (myMCMSWebsite)
>
>
> but the website (http://localhost:888) doesn't work, and gives Bad
> Request (Invalid Hostname)
>
>
> what the solution for teh problem
>
| |
|
|
| Stefan [MSFT] 2006-07-24, 1:20 pm |
| Hi,
if you place a html file in the root of the site. Are you able to retrieve
this?
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
----------------------
<babuzaid@gmail.com> wrote in message
news:1153743892.577186.132280@75g2000cwc.googlegroups.com...
> but if i used http://myMCMSWebsite it not working at all
>
| |
| babuzaid@gmail.com 2006-07-24, 1:20 pm |
| yes it's working if the IIS-->Web Site--> IP Address--> (All
Unassigned)
but if i select my machine IP address it doesn't work and gives (Bad
Request (Invalid Hostname))
| |
| Stefan [MSFT] 2006-07-24, 1:20 pm |
| Hi,
if the problem occurs with a static html page it is not a MCMS related
question.
Please post this question to an IIS related newsgroup.
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
----------------------
<babuzaid@gmail.com> wrote in message
news:1153751742.873610.23440@h48g2000cwc.googlegroups.com...
> yes it's working if the IIS-->Web Site--> IP Address--> (All
> Unassigned)
> but if i select my machine IP address it doesn't work and gives (Bad
> Request (Invalid Hostname))
>
| |
| babuzaid@gmail.com 2006-07-24, 1:20 pm |
| I think the problem in matching the website with the MCMS channel
(myMCMSWebSite) ... i mean when putting the application under the
default website with the same name of the my Channel (from MCMS site
manager) it's working fine , but when putting it under a sperate
website it cann't tell whcih MCMS channel to run (since other html,
asp, aspx pages - non MCMS- are working fine) but the website can't get
the default MCMS page of my application.
so my question how to macth between the channel name (under MCMS site
manager) and my website name (under IIS), what steps should I follow in
site manager or SCA or IIs to set up this issue.
| |
| Stefan [MSFT] 2006-07-25, 7:39 am |
| Hi,
not sure what you mean.
MCMS does not use the IIS settings to determine the channel.
It only uses the server name you entered in your URL.
The root channel in MCMS needs to be identical to the name you entered in
the URL.
But again: if a static page in the root of the site does not work then it is
not a MCMS problem as the request is not for a MCMS managed item and MCMS
will not interact with the request.
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
----------------------
<babuzaid@gmail.com> wrote in message
news:1153758880.550416.29590@h48g2000cwc.googlegroups.com...
>I think the problem in matching the website with the MCMS channel
> (myMCMSWebSite) ... i mean when putting the application under the
> default website with the same name of the my Channel (from MCMS site
> manager) it's working fine , but when putting it under a sperate
> website it cann't tell whcih MCMS channel to run (since other html,
> asp, aspx pages - non MCMS- are working fine) but the website can't get
> the default MCMS page of my application.
>
> so my question how to macth between the channel name (under MCMS site
> manager) and my website name (under IIS), what steps should I follow in
> site manager or SCA or IIs to set up this issue.
>
|
|
|
|
|