Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Is it possible to change the domain from which the page is..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Urgent iisstate log file analysis please  
Author Message
codewizard

External


Since: Jul 28, 2004
Posts: 11



(Msg. 1) Posted: Mon Aug 02, 2004 12:28 pm
Post subject: Is it possible to change the domain from which the page is running?
Archived from groups: microsoft>public>inetserver>iis, others (more info?)

Hi,

IE introduce some restriction regarding scripting between frames and using
behaviors
we would like to find a way with which
we can run a page on server A (which in general serves domain a) while
change the page's domain to other?

where exactly the domain of the page is decided?
can I use isapi in order to return to IE different domain Name?

thanks in advance

 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
user1628

External


Since: Apr 23, 2004
Posts: 8



(Msg. 2) Posted: Mon Aug 02, 2004 12:28 pm
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ask in an IIS group. This is a website design issue, not a proxy server
issue.

--

Phillip Windell [MCP, MVP, CCNA]
<a style='text-decoration: underline;' href="http://www.wandtv.com" target="_blank">www.wandtv.com</a>

"Julia" <codewizard DeleteThis @012.net.il> wrote in message
news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
 > Hi,
 >
 > IE introduce some restriction regarding scripting between frames and using
 > behaviors
 > we would like to find a way with which
 > we can run a page on server A (which in general serves domain a) while
 > change the page's domain to other?
 >
 > where exactly the domain of the page is decided?
 > can I use isapi in order to return to IE different domain Name?
 >
 > thanks in advance
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
codewizard

External


Since: Jul 28, 2004
Posts: 11



(Msg. 3) Posted: Mon Aug 02, 2004 7:03 pm
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I find my question relates to this newsgroup as well
especially if I don't know exactly the path to take

thanks.


"Phillip Windell" <@.> wrote in message
news:O24Q1PJeEHA.3212@TK2MSFTNGP10.phx.gbl...
 > Ask in an IIS group. This is a website design issue, not a proxy server
 > issue.
 >
 > --
 >
 > Phillip Windell [MCP, MVP, CCNA]
<font color=purple> > <a style='text-decoration: underline;' href="http://www.wandtv.com</font" target="_blank">www.wandtv.com</font</a>>
 >
 > "Julia" <codewizard.DeleteThis@012.net.il> wrote in message
 > news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
  > > Hi,
  > >
  > > IE introduce some restriction regarding scripting between frames and
using
  > > behaviors
  > > we would like to find a way with which
  > > we can run a page on server A (which in general serves domain a) while
  > > change the page's domain to other?
  > >
  > > where exactly the domain of the page is decided?
  > > can I use isapi in order to return to IE different domain Name?
  > >
  > > thanks in advance
  > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 4) Posted: Mon Aug 02, 2004 8:57 pm
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I'm not sure that i understand your question. Do you want the user to type:
<a style='text-decoration: underline;' href="http://www.yourdomain.com," target="_blank">www.yourdomain.com,</a> but end up on the server <a style='text-decoration: underline;' href="http://www.yourdomain2.com" target="_blank">www.yourdomain2.com</a> ?

I think that you definition of "domain" is not the same as what i think of.
Are you talking about Internet Explorer Zones? If so, i don't think that
this is possible from the server, since it kinda defeat the purpose of it,
if you can bypass the security in a simple way.

You can use an ISAPI filter to rewrite the URL, but Internet Explorer will
still know to which server you connected to, so it will not care if the URL
was rewritten or not. You can find much information about this here:
<a style='text-decoration: underline;' href="http://www.google.com/search?num=25&hl=en&lr=&ie=UTF-8&c2coff=1&q=rewrite+url+iis" target="_blank">http://www.google.com/search?num=25&hl=en&lr=&ie=UTF-8&c2coff=1&q=rewr...+url+ii</a>


--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Julia" <codewizard RemoveThis @012.net.il> wrote in message
news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
 > Hi,
 >
 > IE introduce some restriction regarding scripting between frames and using
 > behaviors
 > we would like to find a way with which
 > we can run a page on server A (which in general serves domain a) while
 > change the page's domain to other?
 >
 > where exactly the domain of the page is decided?
 > can I use isapi in order to return to IE different domain Name?
 >
 > thanks in advance
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 5) Posted: Tue Aug 03, 2004 1:17 am
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

ISAPI filter can not do this. The domain (for IE purposes) is based on the
name that IE used to make the request. You can't set this from the server.
You may be able to work around some of the issues by adding the sites to the
Intranet, or Trusted Sites security zones on the client PCs. You can do this
via GPOs if you are in an AD domain, or using Logon scripts in an NT domain.

Chers
Ken

"Julia" <codewizard.DeleteThis@012.net.il> wrote in message
news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
 > Hi,
 >
 > IE introduce some restriction regarding scripting between frames and using
 > behaviors
 > we would like to find a way with which
 > we can run a page on server A (which in general serves domain a) while
 > change the page's domain to other?
 >
 > where exactly the domain of the page is decided?
 > can I use isapi in order to return to IE different domain Name?
 >
 > thanks in advance
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 6) Posted: Tue Aug 03, 2004 3:25 am
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, your question doesn't have anything to do with proxy server. It doesn't
really have anything to do with IIS either.

The "domain" is determined by the browser. If the browser makes a request to
<a style='text-decoration: underline;' href="http://www.domainb.com" target="_blank">www.domainb.com</a> then the page is from domainb.com in the internet security
zone. If the browser makes a request to <a style='text-decoration: underline;' href="http://servername" target="_blank">http://servername</a> then the page is
from servername, in the Intranet security zone. This is really a client-side
issue - if you want to get around security restrictions you need to add the
sites to Internet Explorer's trusted sites zones. You can't get around
security zones by doing things on the server - otherwise there would be no
point having security zones.

Cheers
Ken


"Julia" <codewizard.RemoveThis@012.net.il> wrote in message
news:%237ngQmJeEHA.3124@TK2MSFTNGP09.phx.gbl...
 > I find my question relates to this newsgroup as well
 > especially if I don't know exactly the path to take
 >
 > thanks.
 >
 >
 > "Phillip Windell" <@.> wrote in message
 > news:O24Q1PJeEHA.3212@TK2MSFTNGP10.phx.gbl...
  > > Ask in an IIS group. This is a website design issue, not a proxy server
  > > issue.
  > >
  > > --
  > >
  > > Phillip Windell [MCP, MVP, CCNA]
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.wandtv.com</font" target="_blank">www.wandtv.com</font</a>>
  > >
  > > "Julia" <codewizard.RemoveThis@012.net.il> wrote in message
  > > news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
   > > > Hi,
   > > >
   > > > IE introduce some restriction regarding scripting between frames and
 > using
   > > > behaviors
   > > > we would like to find a way with which
   > > > we can run a page on server A (which in general serves domain a) while
   > > > change the page's domain to other?
   > > >
   > > > where exactly the domain of the page is decided?
   > > > can I use isapi in order to return to IE different domain Name?
   > > >
   > > > thanks in advance
   > > >
   > > >
   > > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
codewizard

External


Since: Jul 28, 2004
Posts: 11



(Msg. 7) Posted: Tue Aug 03, 2004 3:25 am
Post subject: Re: Is it possible to change the domain from which the page is running? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes but i didnot know it in advance
I thought that the server can change the domain,
any way i know understand it.




"Ken Schaefer" <kenREMOVE.DeleteThis@THISadOpenStatic.com> wrote in message
news:e80NOyJeEHA.332@TK2MSFTNGP09.phx.gbl...
 > No, your question doesn't have anything to do with proxy server. It
doesn't
 > really have anything to do with IIS either.
 >
 > The "domain" is determined by the browser. If the browser makes a request
to
 > <a style='text-decoration: underline;' href="http://www.domainb.com" target="_blank">www.domainb.com</a> then the page is from domainb.com in the internet security
 > zone. If the browser makes a request to <a style='text-decoration: underline;' href="http://servername" target="_blank">http://servername</a> then the page is
 > from servername, in the Intranet security zone. This is really a
client-side
 > issue - if you want to get around security restrictions you need to add
the
 > sites to Internet Explorer's trusted sites zones. You can't get around
 > security zones by doing things on the server - otherwise there would be no
 > point having security zones.
 >
 > Cheers
 > Ken
 >
 >
 > "Julia" <codewizard.DeleteThis@012.net.il> wrote in message
 > news:%237ngQmJeEHA.3124@TK2MSFTNGP09.phx.gbl...
  > > I find my question relates to this newsgroup as well
  > > especially if I don't know exactly the path to take
  > >
  > > thanks.
  > >
  > >
  > > "Phillip Windell" <@.> wrote in message
  > > news:O24Q1PJeEHA.3212@TK2MSFTNGP10.phx.gbl...
   > > > Ask in an IIS group. This is a website design issue, not a proxy
server
   > > > issue.
   > > >
   > > > --
   > > >
   > > > Phillip Windell [MCP, MVP, CCNA]
<font color=brown>   > > > <a style='text-decoration: underline;' href="http://www.wandtv.com</font" target="_blank">www.wandtv.com</font</a>>
   > > >
   > > > "Julia" <codewizard.DeleteThis@012.net.il> wrote in message
   > > > news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
   > > > > Hi,
   > > > >
   > > > > IE introduce some restriction regarding scripting between frames and
  > > using
   > > > > behaviors
   > > > > we would like to find a way with which
   > > > > we can run a page on server A (which in general serves domain a)
while
   > > > > change the page's domain to other?
   > > > >
   > > > > where exactly the domain of the page is decided?
   > > > > can I use isapi in order to return to IE different domain Name?
   > > > >
   > > > > thanks in advance
   > > > >
   > > > >
   > > > >
   > > >
   > > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Is it possible to change the domain from which the page is.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Change Domain passwords? - Can somebody please give me a link where I can find out detailed information about how to setup IIS/ website to change windows 2000 domain passwords and not just some code. Thank you JT

Change of domain name question - We have changed the domain name for our company site but not the IP address. Right now both the old and new domain names work. We would like to put a redirect screen from the old name to the new. How do we do that? Right now www.oldname.com points..

How To change IWAM user to a AD domain user - I have two IIS Servers running our ASP/COM applications in the same AD domain. Now the anonymous user of IIS was set to a domain user such as : "IUSER_myDomain", and IWAM user is the local machine's user account(i.e. IWAM_machineName). How c...

building website to change password for Windows AD domain? - Hi All Is it possible to make a website for my users to change their password in an Actrive Directory domain? Thanks, Jack

Page Content does not change in IIS - This is my second post regarding this problem. I am running IIS 5.0 with Windows 2000 Advanced Server. Most of the site pages are in ASP but some are html. I have checked the directory in IIS and the fact that there is only one copy of the website...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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



[ Contact us | Terms of Service/Privacy Policy ]