 |
|
 |
|
Next: DNS Error/Page Cannot be displayed
|
| Author |
Message |
External

Since: Feb 20, 2005 Posts: 4
|
(Msg. 1) Posted: Sun Feb 20, 2005 7:27 pm
Post subject: IIS6, cannot view asp page with IP address Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Dec 23, 2003 Posts: 905
|
(Msg. 2) Posted: Sun Feb 20, 2005 11:35 pm
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Make sure default anonymous user has READ permission on the resource file.
More info, refer this kb
Intranet site is identified as an Internet site when you use an FQDN or an
IP address
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=303650" target="_blank">http://support.microsoft.com/?id=303650</a>
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>
"yunfeim" wrote in message
> It always popup a logon window and need the user name, password and domain
> name. But it works well if I use "localhost" to view the asp page.
>
> Can anyone help me? Thanks a lot<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Jun 10, 2004 Posts: 1807
|
(Msg. 3) Posted: Mon Feb 21, 2005 9:35 am
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sun, 20 Feb 2005 19:27:02 -0800, "yunfeim"
wrote:
>It always popup a logon window and need the user name, password and domain
>name. But it works well if I use "localhost" to view the asp page.
Both from the server? Anonymous or Windows Integrated authentication?
Host headers? Resolve to same site?
Jeff<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 4) Posted: Tue Feb 22, 2005 8:29 am
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi,
It sounds like the NTFS security settings are "wrong" on your
files/folders.
When you use localhost to browse the website, IE will automatically send
the username and password to the webserver (localhost is in the Intranet
Zone).
But when you use the IP, or domain name, IE might not consider the website
to be in the intranet zone, which means that IE will not send the logon
credentials automatically.
So if you want to enable anonymous access, you need to make sure that the
anonymous user account is granted access to the files and folders
(usually, this is the IUSR_MachineName account). You can set this by using
Windows Explorer.
Please also see this KB Article:
"Internet Explorer May Prompt You for a Password"
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=258063" target="_blank">http://support.microsoft.com/?id=258063</a>
Good Luck!
--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>
yunfeim wrote:
> It always popup a logon window and need the user name, password and
domain
> name. But it works well if I use "localhost" to view the asp page.
>
> Can anyone help me? Thanks a lot<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Feb 20, 2005 Posts: 4
|
(Msg. 5) Posted: Thu Feb 24, 2005 4:49 pm
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I think the anonymous user (IUSER_***) has already had the permission, for I
can view the aspx page from the same site, only asp page with popup the
window.
Thanks for reply
Best Regards,
Ma Yunfei
"Bernard" wrote:
> Make sure default anonymous user has READ permission on the resource file.
> More info, refer this kb
> Intranet site is identified as an Internet site when you use an FQDN or an
> IP address
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=303650</font" target="_blank">http://support.microsoft.com/?id=303650</font</a>>
>
>
> --
> Regards,
> Bernard Cheah
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com/</font" target="_blank">http://www.tryiis.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/</font" target="_blank">http://www.msmvps.com/bernard/</font</a>>
>
>
>
> > It always popup a logon window and need the user name, password and domain
> > name. But it works well if I use "localhost" to view the asp page.
> >
> > Can anyone help me? Thanks a lot
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Feb 20, 2005 Posts: 4
|
(Msg. 6) Posted: Thu Feb 24, 2005 4:51 pm
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I have added anonymous user (IUSER_***) with grant full control rights to the
folder and files, it should have permission because the aspx page works well
from the same site, only asp page with popup the window.
Thanks for reply
Best Regards,
Ma Yunfei
"Kristofer Gafvert" wrote:
> Hi,
>
> It sounds like the NTFS security settings are "wrong" on your
> files/folders.
>
> When you use localhost to browse the website, IE will automatically send
> the username and password to the webserver (localhost is in the Intranet
> Zone).
>
> But when you use the IP, or domain name, IE might not consider the website
> to be in the intranet zone, which means that IE will not send the logon
> credentials automatically.
>
> So if you want to enable anonymous access, you need to make sure that the
> anonymous user account is granted access to the files and folders
> (usually, this is the IUSR_MachineName account). You can set this by using
> Windows Explorer.
>
> Please also see this KB Article:
>
> "Internet Explorer May Prompt You for a Password"
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=258063</font" target="_blank">http://support.microsoft.com/?id=258063</font</a>>
>
> Good Luck!
>
> --
> Regards,
> Kristofer Gafvert
> <a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<font color=purple> > <a style='text-decoration: underline;' href="http://www.ilopia.com</font" target="_blank">www.ilopia.com</font</a>>
>
>
> yunfeim wrote:
>
> > It always popup a logon window and need the user name, password and
> domain
> > name. But it works well if I use "localhost" to view the asp page.
> >
> > Can anyone help me? Thanks a lot
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Feb 20, 2005 Posts: 4
|
(Msg. 7) Posted: Thu Feb 24, 2005 4:55 pm
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> Both from the server?
Yes, the same site.
> Anonymous or Windows Integrated authentication?
Yes, Windows Integrated authentication, asp and aspx pages both cannot show
well if I uncheck it.
> Host headers? Resolve to same site?
Same site, In fact I put them into the same folder.
Thanks for reply
Best Regards,
Ma Yunfei
"Jeff Cochran" wrote:
> On Sun, 20 Feb 2005 19:27:02 -0800, "yunfeim"
>
> >It always popup a logon window and need the user name, password and domain
> >name. But it works well if I use "localhost" to view the asp page.
>
> Both from the server? Anonymous or Windows Integrated authentication?
> Host headers? Resolve to same site?
>
> Jeff
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
External

Since: Dec 23, 2003 Posts: 905
|
(Msg. 8) Posted: Fri Feb 25, 2005 4:35 am
Post subject: Re: IIS6, cannot view asp page with IP address [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In that case, I would try filemon (sysinternals.com) to trace the access
error.
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>
"yunfeim" wrote in message
>I think the anonymous user (IUSER_***) has already had the permission, for
>I
> can view the aspx page from the same site, only asp page with popup the
> window.
>
> Thanks for reply
>
> Best Regards,
> Ma Yunfei
>
>
>
>
> "Bernard" wrote:
>
>> Make sure default anonymous user has READ permission on the resource
>> file.
>> More info, refer this kb
>> Intranet site is identified as an Internet site when you use an FQDN or
>> an
>> IP address
<font color=green> >> <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=303650</font" target="_blank">http://support.microsoft.com/?id=303650</font</a>>
>>
>>
>> --
>> Regards,
>> Bernard Cheah
<font color=green> >> <a style='text-decoration: underline;' href="http://www.tryiis.com/</font" target="_blank">http://www.tryiis.com/</font</a>>
<font color=green> >> <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
<font color=green> >> <a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/</font" target="_blank">http://www.msmvps.com/bernard/</font</a>>
>>
>>
>>
>> > It always popup a logon window and need the user name, password and
>> > domain
>> > name. But it works well if I use "localhost" to view the asp page.
>> >
>> > Can anyone help me? Thanks a lot
>>
>>
>><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS6, cannot view asp page with IP address |
|
| Back to top |
|
 |  |
| Related Topics: | IIS 5.1 in XP Pro SP2, Can't view ASP web page. - My OS is XP Pro with SP2 and IIS is 5.1. I have no error in viewing HTML web page. I put an ASP web page into my wwwroot, but i can't view it using my IE. In my IE, it shows "HTTP 500 - Internal server error ". What does it mean? and how to sol...
cannot view ASP on IIS6.0 - Hello, I am using Windows Server 2003 with IIS6.0. I am ma newbie however learning to do an academic project. I have this ASP pages ready and try to view them using the IIS manager. I used the 'browse' command to view them but nothing happen. HTML pages....
"You are not authorized to view this page" ??? - Hi, I'm running a small home network, upon which I host several websites. Currently, my server is NT 4.0/SP6 & IIS. I have three sites that are working perfectly. I just added a forth, and as far as I can see, it's configured the same as th...
Cannot View Data In ASP Page - Windows XP SP2, FrontPage 2000, Access 2000, IIS 5.1 I've read throught the thread "Cannot View asp pages" but my problem is a bit different. I can view the page and there are no Errors reported, however the data is not displayed. This page...
"You are not authorized to view this page" - i am using iis 5 i believe and macromedia dreamweaver to make my site but when i want to see the files on my http://localhost i get this whole page all the time..even though i got the open that iis controls the passwords "You are not authorized to ... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|