Re: permission and redirection problem
From: dsk (dmitrik@mindspring.com)
Date: 01/03/03
- Next message: Bruce Rhodewalt: "integrated authentication failing from remote site"
- Previous message: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- In reply to: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Next in thread: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Reply: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "dsk" <dmitrik@mindspring.com> Date: Fri, 3 Jan 2003 17:01:39 -0500
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 > > > > > > > > > > > > > > > > > > > > > > > >
- Next message: Bruce Rhodewalt: "integrated authentication failing from remote site"
- Previous message: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- In reply to: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Next in thread: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Reply: Karl Levinson [x y] mvp: "Re: permission and redirection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|