Bernard
Sun Dec 12 22:40:09 CST 2004
Based on the IIS log you get:
401.2 - Logon failed due to server configuration.
what authentication you using ?
if you move the file to root, it works ?
it only happen to this virtual directory ?
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Steve Foxon (Teal'c)" <Steve Foxon (Teal'c)@discussions.microsoft.com>
wrote in message news:6C91A525-4242-420B-9B97-D16AC73E214A@microsoft.com...
> Hi,
>
> Nothing is added to the log if I say try and get at selcolor.htm from the
> Virtual directory I have created. Bascically I moved that file into there
> as
> I know it work in the existing directories. However when I tried with the
> create.aspx file instead I get a different error which says "Server Error
> in
> '/_notice' Application" and then gives:
>
> "<!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="Off"/>
> </system.web>
> </configuration>
>
> and
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="RemoteOnly"
> defaultRedirect="mycustompage.htm"/>
> </system.web>
> </configuration>
>
> Then in the log file it says:
>
> 2004-12-10 10:02:35 [ip address] GET /_notice/create.aspx - 444 - [ip
> address]Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
> 401 2 2148074254
>
> Obviously have removed the IP addreses for security.
>
> Any help to you?
>
> Cheers.
>
> Steve.
>
> "Bernard" wrote:
>
>> Take a look at the IIS log file, what's the status + sub status code ?
>>
>> --
>> Regards,
>> Bernard Cheah
>>
http://www.tryiis.com/
>>
http://support.microsoft.com/
>>
http://www.msmvps.com/bernard/
>>
>>
>>
>> "Teal'c" <Teal'c69@whocares.com> wrote in message
>> news:Xns95BACF7BE959BTealc@63.218.45.21...
>> > Hi,
>> >
>> > I'm just trying to get into setting up my companies internal website
>> > and
>> > would like to use a Virtual Directory to access some files. However,
>> > after
>> > I have set one up, any files I try to access in there e.g. test.htm,
>> > just
>> > ends up with a 404 Not Found. Now, if I put the same test.htm file in
>> > say
>> > the _layouts folder, then it works. By the same logic, if I copy one of
>> > the
>> > existing virtual directory files e.g. _layous/1033/selcolor.htm and put
>> > that in my virtual directory, then I also get a 404.
>> >
>> > I am accessing the site via htt