Re: permission and redirection problem
From: Karl Levinson [x y] mvp (jamescagney90210@excite.com)
Date: 01/05/03
- Next message: murthy g: "Re: Did Microsoft unleash Opaserv worm to improve Win2k sales?"
- Previous message: Karl Levinson [x y] mvp: "Re: integrated authentication failing from remote site"
- In reply to: dsk: "Re: permission and redirection problem"
- Next in thread: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <jamescagney90210@excite.com> Date: Sun, 5 Jan 2003 11:16:13 -0500
Hmm, that error message isn't very informative. Maybe I'm wrong, but
usually there's another line or two with the real error at the very bottom
of that page, such as "DNS Error or Host Not Available."
How about checking your firewall logs? [assuming you have a firewall, which
you should] You're redirecting to port TCP 8082, is that port open on the
firewall, and can you see the packets being permitted?
What do you see in the IIS logs? Is the request even making it to IIS? And
if it is, what is the error code in the IIS log, e.g. 404, 500, etc.
Are there any IP address restrictions in the IIS MMC that might restrict
these IP addresses from seeing your page?
Just because it says IUSR doesn't mean that account is being used. If none
of the above suggestions help, the suggestions in my original posts are
still useful to try, especially the one about enabling auditing.
"dsk" <dmitrik@mindspring.com> wrote in message
news:av51k0$2fr$1@slb6.atl.mindspring.net...
> IIS 5.1 has a default home page, but this web site is in a virtual
> directory.
> It seems to be set to IUSR_ ComputerName in the properties of the default
> web site - What else could be wrong? Thanks for your help.
>
> this is the code inside a button on the first form:
>
> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles Button1.Click
>
>
Response.Redirect("http://66.167.242.156:8082/nameandaddress/wfOverView.aspx
> ")
>
> End Sub
>
>
>
> this works when the ip is changed to localhost for me internally, but for
> someone on the internet
>
> they see this error:
>
>
>
> The page cannot be displayed
> The page you are looking for is currently unavailable. The Web site might
be
> experiencing technical difficulties, or you may need to adjust your
browser
> settings.
>
> --------------------------------------------------------------------------
-- > ---- > > Please try the following: > > Click the Refresh button, or try again later. > > If you typed the page address in the Address bar, make sure that it is > spelled correctly. > > To check your connection settings, click the Tools menu, and then click > Internet Options. On the Connections tab, click Settings. The settings > should match those provided by your local area network (LAN) administrator > or Internet service provider (ISP). > If your Network Administrator has enabled it, Microsoft Windows can examine > your network > > If your Network Administrator has enabled it, Microsoft Windows can examine > your network and automatically discover network connection settings. > If you would like Windows to try and discover them, > click Detect Network Settings > Some sites require 128-bit connection security. Click the Help menu and then > click About Internet Explorer to determine what strength security you have > installed. > If you are trying to reach a secure site, make sure your Security settings > can support it. Click the Tools menu, and then click Internet Options. On > the Advanced tab, scroll to the Security section and check settings for SSL > 2.0, SSL 3.0, TLS 1.0, PCT 1.0. > Click the Back button to try another link > > > "Karl Levinson [x y] mvp" <levinson_k@excite.com> wrote in message > news:OFTdyB3sCHA.1816@TK2MSFTNGP10... > > Giving us the full error message would be helpful, also the code that you > > put in the page to redirect. > > > > Assuming it could be a permissions problem, you should enable auditing to > > see the problem. Note also that depending on your Application Isolation > > settings, eitiher IWAM or IUSR could be used when running script code like > > ..ASP with anonymous authentication. > > > > http://securityadmin.info/faq.htm#auditing > > http://securityadmin.info/faq.htm#iwam > > > > > > "dsk" <dmitrik@mindspring.com> wrote in message > > news:av4nft$cih$1@slb9.atl.mindspring.net... > > > Running some aspx pages under xp pro > > > with iis, version iis5 I believe. > > > Pages can be viewed individually over the internet > > > but when user clicks a button to execute this code: > > > > > > > > > Response.Redirect(http://66.167.242.156:8082/nameandaddress/wfOverView.aspx) > > > > > > from > > > > > > http://66.167.242.156:8082/nameandaddress/wfLgoin.aspx > > > > > > they receive > > > > > > "page cannot be displayed" > > > > > > any ideas what needs to be changed? > > > > > > thank you very much, > > > > > > Dmitri > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.435 / Virus Database: 244 - Release Date: 12/30/2002
- Next message: murthy g: "Re: Did Microsoft unleash Opaserv worm to improve Win2k sales?"
- Previous message: Karl Levinson [x y] mvp: "Re: integrated authentication failing from remote site"
- In reply to: dsk: "Re: permission and redirection problem"
- Next in thread: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|