|
Home > Archive > Microsoft Content Management Server > August 2006 > One of our sites has stopped working.
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 |
One of our sites has stopped working.
|
|
| swestenra@gmail.com 2006-08-17, 1:23 am |
| One of our CMS sites is now inaccessible.
It was accessible about three weeks ago, and we've reviewed all the
changes that we have performed since then, but nothing seems to be the
cause of this.
It appears to be looking for a new pathname for the HTTP address.
http://SITE1/
gives
The error is:
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.
Requested Url: /SITE1/Templates/Custom/ourHomePage.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300
The problem is that the folder SITE1 doesn't exist.
It has somehow added the /SITE1/ on to the front of the web address
that it is searching for.
I have confirmed this with Filemon. When I run Filemon in SITE1 I get
SITE1
w3wp.exe:1940 OPEN
C:\Inetpub\wwwroot\ourintranet\SITE1\Tem
plates\Custom\ourHomePage.aspx
PATH NOT FOUND Options: Open Access: Read
Yet when I run FILEMON in SITE2 (which works) I get:
SITE2
w3wp.exe:636 QUERY INFORMATION
C:\Inetpub\wwwroot\ourintranet\Templates
\Custom\ourHomePage.aspx
SUCCESS Attributes: A
Note that the folder SITE1 has been added to the folder pathname in the
SITE1 path.
Both of these sites have identical properties in IIS (as far as I can
tell) and the Web.configs are the same too.
So I have tried to find out where this pathname is stored - but without
success so far.
Any help greatly appreciated.
Thanks in advance
Simon Westenra
Wellington
New Zealand
| |
| Stefan [MSFT] 2006-08-23, 1:22 pm |
| Hi,
you need to adjust the TemplateFile property for the template files in the
TGI using MCMS template explorer in VS.NET.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
<swestenra@gmail.com> wrote in message
news:1155774702.331022.99630@74g2000cwt.googlegroups.com...
> One of our CMS sites is now inaccessible.
> It was accessible about three weeks ago, and we've reviewed all the
> changes that we have performed since then, but nothing seems to be the
> cause of this.
>
>
> It appears to be looking for a new pathname for the HTTP address.
> http://SITE1/
> gives
>
> The error is:
> 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.
> Requested Url: /SITE1/Templates/Custom/ourHomePage.aspx
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
> ASP.NET Version:1.1.4322.2300
>
> The problem is that the folder SITE1 doesn't exist.
> It has somehow added the /SITE1/ on to the front of the web address
> that it is searching for.
>
>
> I have confirmed this with Filemon. When I run Filemon in SITE1 I get
>
> SITE1
> w3wp.exe:1940 OPEN
> C:\Inetpub\wwwroot\ourintranet\SITE1\Tem
plates\Custom\ourHomePage.aspx
> PATH NOT FOUND Options: Open Access: Read
>
>
> Yet when I run FILEMON in SITE2 (which works) I get:
> SITE2
> w3wp.exe:636 QUERY INFORMATION
> C:\Inetpub\wwwroot\ourintranet\Templates
\Custom\ourHomePage.aspx
> SUCCESS Attributes: A
>
> Note that the folder SITE1 has been added to the folder pathname in the
> SITE1 path.
>
>
> Both of these sites have identical properties in IIS (as far as I can
> tell) and the Web.configs are the same too.
>
> So I have tried to find out where this pathname is stored - but without
> success so far.
> Any help greatly appreciated.
>
> Thanks in advance
> Simon Westenra
> Wellington
> New Zealand
>
|
|
|
|
|