|
Home > Archive > Microsoft Content Management Server > September 2007 > Mulitple CMS Sites .net 1.x and 2.0
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 |
Mulitple CMS Sites .net 1.x and 2.0
|
|
| drazic19 2007-09-06, 7:33 am |
| Hi all,
I've been running multiple CMS sites using host headers for a while now all
using .net 1.0. I'm at the end of a .net 2.0 CMS project which runs fine
however i'm having problems deploying it in production. As my other websites
are .net 1.x and the new one is .net 2.0 i believed i needed to create a new
website, use the SCA and set the new site as a MS CMS enabled site. Also as
it's .net 2.0 i need a different application pool from the default website
and default app pool. When i try to access my .net 2.0 website i get the
following error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested URL: /projectname/Templates/homepage.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
Any ideas on how this can be fixed? Am i going about this the right way with
a different website/entry point for my .net 2.0 website? Any help would be
appreciate.
Thanks in advance,
Michael
| |
| Stefan Goßner [MSFT] 2007-09-06, 7:18 pm |
| Hi Michael,
sounds as if the homepage.aspx is not at the correct place.
Cheers,
Stefan
"drazic19" <michaeldraisey@nospam.nospam> wrote in message
news:1FFABE8F-7BC7-4ABA-9CB2-AE2DDDEFB59B@microsoft.com...
> Hi all,
>
> I've been running multiple CMS sites using host headers for a while now
> all
> using .net 1.0. I'm at the end of a .net 2.0 CMS project which runs fine
> however i'm having problems deploying it in production. As my other
> websites
> are .net 1.x and the new one is .net 2.0 i believed i needed to create a
> new
> website, use the SCA and set the new site as a MS CMS enabled site. Also
> as
> it's .net 2.0 i need a different application pool from the default website
> and default app pool. When i try to access my .net 2.0 website i get the
> following error:
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------------
> The resource cannot be found.
> Description: HTTP 404. The resource you are looking for (or one of its
> dependencies) could have been removed, had its name changed, or is
> temporarily unavailable. Please review the following URL and make sure
> that
> it is spelled correctly.
>
> Requested URL: /projectname/Templates/homepage.aspx
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.832;
> ASP.NET
> Version:2.0.50727.832
>
> Any ideas on how this can be fixed? Am i going about this the right way
> with
> a different website/entry point for my .net 2.0 website? Any help would be
> appreciate.
>
> Thanks in advance,
>
> Michael
| |
| drazic19 2007-09-18, 7:23 am |
| Thanks Stefan,
You were totally correct. What i've now done is a create a new website that
points to wwwroot but runs .net 2.0. All fine now with a few .net 2.0
problems....
Thanks,
Michael
"Stefan Goßner [MSFT]" wrote:
> Hi Michael,
>
> sounds as if the homepage.aspx is not at the correct place.
>
> Cheers,
> Stefan
>
>
> "drazic19" <michaeldraisey@nospam.nospam> wrote in message
> news:1FFABE8F-7BC7-4ABA-9CB2-AE2DDDEFB59B@microsoft.com...
>
>
>
|
|
|
|
|