I built a web site ,put a virtual directory under the default web site.
The main page is login.aspx ,other pages are in sub-folder.
When i access from the server i can see all pages but when i try it from
other station i can see only the login.aspx but other pages i get the UNDER
CONSTRUCTION message:
"The site you were trying to reach does not currently have a default page...".
more info:
this is w2000sp4 with IIS 5.
in the web.config to allow NT Authority i did thos things:
1)<Authentication mode="Windows">
2)<identity impresonate="true"/>
3)In connection string i earsed the username+password and added "Integrated
security=SSPI"
On the virtual directory ->directory security i canceled the anonymous and
turn on the basic authentication(with the domain) and integrated windows...
So is there an idea ???

Re: Problem Access to web site from other station by Kristofer

Kristofer
Mon Nov 21 12:49:16 CST 2005

When you try from a remote machine, do you access the correct server? I am
asking because IIS does not make any difference at all between if a user
is coming from the machine itself, or another machine. So a behavior like
this is either dependent on your web application, or that the remote user
is not accessing the same webserver as the local user is.



--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


ש×?×?×? wrote:

>I built a web site ,put a virtual directory under the default web site.
>The main page is login.aspx ,other pages are in sub-folder.
>When i access from the server i can see all pages but when i try it from
>other station i can see only the login.aspx but other pages i get the UNDER
>CONSTRUCTION message:
>"The site you were trying to reach does not currently have a default
>page...".
>more info:
>this is w2000sp4 with IIS 5.
>in the web.config to allow NT Authority i did thos things:
>1)<Authentication mode="Windows">
>2)<identity impresonate="true"/>
>3)In connection string i earsed the username+password and added "Integrated
>security=SSPI"
>On the virtual directory ->directory security i canceled the anonymous and
>turn on the basic authentication(with the domain) and integrated
>windows...
>So is there an idea ?

Re: Problem Access to web site from other station by discussions

discussions
Tue Nov 22 01:21:02 CST 2005

yes,I access the http://ServerName/ProjectFolder/login.aspx It works but if I
access
http://ServerName/ProjectFolder/Report/daily.aspx I get the Under
Construction page.
On the local server if i access http://localhost/ProjectFolder/login.aspx
OR http://localhost/ProjectFolder/Report/daily.aspx it works.
So whats the problem???

"Kristofer Gafvert" wrote:

> When you try from a remote machine, do you access the correct server? I am
> asking because IIS does not make any difference at all between if a user
> is coming from the machine itself, or another machine. So a behavior like
> this is either dependent on your web application, or that the remote user
> is not accessing the same webserver as the local user is.
>
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> ש×?×?×? wrote:
>
> >I built a web site ,put a virtual directory under the default web site.
> >The main page is login.aspx ,other pages are in sub-folder.
> >When i access from the server i can see all pages but when i try it from
> >other station i can see only the login.aspx but other pages i get the UNDER
> >CONSTRUCTION message:
> >"The site you were trying to reach does not currently have a default
> >page...".
> >more info:
> >this is w2000sp4 with IIS 5.
> >in the web.config to allow NT Authority i did thos things:
> >1)<Authentication mode="Windows">
> >2)<identity impresonate="true"/>
> >3)In connection string i earsed the username+password and added "Integrated
> >security=SSPI"
> >On the virtual directory ->directory security i canceled the anonymous and
> >turn on the basic authentication(with the domain) and integrated
> >windows...
> >So is there an idea ?
>

Re: Problem Access to web site from other station by Kristofer

Kristofer
Tue Nov 22 03:06:37 CST 2005

You are not using the sam URL in both tests. Please verify that you are in
fact accessing the correct webserver.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


ש×?×?×? wrote:

>yes,I access the http://ServerName/ProjectFolder/login.aspx It works but
>if I
>access
>http://ServerName/ProjectFolder/Report/daily.aspx I get the Under
>Construction page.
>On the local server if i access http://localhost/ProjectFolder/login.aspx
>OR http://localhost/ProjectFolder/Report/daily.aspx it works.
>So whats the problem???
>
>"Kristofer Gafvert" wrote:
>
>>When you try from a remote machine, do you access the correct server? I am
>>asking because IIS does not make any difference at all between if a user
>>is coming from the machine itself, or another machine. So a behavior like
>>this is either dependent on your web application, or that the remote user
>>is not accessing the same webserver as the local user is.
>>
>>
>>
>>--
>>Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>ש×?×?×? wrote:
>>
>>>I built a web site ,put a virtual directory under the default web site.
>>>The main page is login.aspx ,other pages are in sub-folder.
>>>When i access from the server i can see all pages but when i try it from
>>>other station i can see only the login.aspx but other pages i get the
>>>UNDER
>>>CONSTRUCTION message:
>>>"The site you were trying to reach does not currently have a default
>>>page...".
>>>more info:
>>>this is w2000sp4 with IIS 5.
>>>in the web.config to allow NT Authority i did thos things:
>>>1)<Authentication mode="Windows">
>>>2)<identity impresonate="true"/>
>>>3)In connection string i earsed the username+password and added
>>>"Integrated
>>>security=SSPI"
>>>On the virtual directory ->directory security i canceled the anonymous
>>>and
>>>turn on the basic authentication(with the domain) and integrated
>>>windows...
>>>So is there an idea ?

Re: Problem Access to web site from other station by discussions

discussions
Tue Nov 22 06:12:02 CST 2005

Thanks 4 your reply,i will check it next time i'm there.If there will be new
info i will open new discussion.

"Kristofer Gafvert" wrote:

> You are not using the sam URL in both tests. Please verify that you are in
> fact accessing the correct webserver.
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> ש×?×?×? wrote:
>
> >yes,I access the http://ServerName/ProjectFolder/login.aspx It works but
> >if I
> >access
> >http://ServerName/ProjectFolder/Report/daily.aspx I get the Under
> >Construction page.
> >On the local server if i access http://localhost/ProjectFolder/login.aspx
> >OR http://localhost/ProjectFolder/Report/daily.aspx it works.
> >So whats the problem???
> >
> >"Kristofer Gafvert" wrote:
> >
> >>When you try from a remote machine, do you access the correct server? I am
> >>asking because IIS does not make any difference at all between if a user
> >>is coming from the machine itself, or another machine. So a behavior like
> >>this is either dependent on your web application, or that the remote user
> >>is not accessing the same webserver as the local user is.
> >>
> >>
> >>
> >>--
> >>Regards,
> >>Kristofer Gafvert
> >>http://www.gafvert.info/iis/ - IIS Related Info
> >>
> >>
> >>ש×?×?×? wrote:
> >>
> >>>I built a web site ,put a virtual directory under the default web site.
> >>>The main page is login.aspx ,other pages are in sub-folder.
> >>>When i access from the server i can see all pages but when i try it from
> >>>other station i can see only the login.aspx but other pages i get the
> >>>UNDER
> >>>CONSTRUCTION message:
> >>>"The site you were trying to reach does not currently have a default
> >>>page...".
> >>>more info:
> >>>this is w2000sp4 with IIS 5.
> >>>in the web.config to allow NT Authority i did thos things:
> >>>1)<Authentication mode="Windows">
> >>>2)<identity impresonate="true"/>
> >>>3)In connection string i earsed the username+password and added
> >>>"Integrated
> >>>security=SSPI"
> >>>On the virtual directory ->directory security i canceled the anonymous
> >>>and
> >>>turn on the basic authentication(with the domain) and integrated
> >>>windows...
> >>>So is there an idea ?
>