08-24-06 06:23 AM
Stefan will no doubt have a better solution, but... ;^)
What we do is place a redirect in the default site root, in a page called
"default.aspx" with this in it:
<%@Page Language="c#"%>
<%@OutputCache Duration="604800" VaryByParam="None" %>
<%Response.Redirect("default.htm"); %>
This redirects the request so that the ISAPI filter picks it up and hands it
off to MCMS.
On a server where your MCMS templates are located in a folder like:
c:\MCMS\Sites\MySite\Templates
you would put this in:
c:\MCMS\Sites\MySite\default.aspx
Regards,
Mike Sharp
<won.hwang@gmail.com> wrote in message
news:1156369514.494411.209650@74g2000cwt.googlegroups.com...
> Hi,
>
> I'm trying to set up a developer machine with Windows 2003 and CMS 2002
> and I'm having hard time getting the MCMS site to display. When I go to
> the http://CMSSite I get "Directory Listing Denied - This Virtual
> Directory does not allow contents to be listed". If I created a .html
> page and access it, it does display correctly.
>
> I can log into Site Manager fine and in SCA, the site is configured to
> be MCMS site (Yes- read and write). In IIS anonymous access is enabled
> and all the ISAPI filtered are loaded correctly and not duplicated.
>
> Can you think of anything else that I should check?
>
> Thanks in advance.
> Won
>
[ Post a follow-up to this message ]
|