Help: How To Call A Domain Name From Another Domain Name In Asp.net

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2005
Posts: 2
Reputation: manucherian3031 is an unknown quantity at this point 
Solved Threads: 0
manucherian3031 manucherian3031 is offline Offline
Newbie Poster

Help: How To Call A Domain Name From Another Domain Name In Asp.net

 
0
  #1
Feb 12th, 2005
PLEASE HELP ME

I WANT TO KNOW HOW TO CALL A DOMAIN NAME FROM ANOTHER DOMAIN NAME
ie)if suppose i had a url www.john.com its has database
if i had create a website for all members and it was store in john databse
eg www.a2.com(member of john.com)

if any person click on a link i want to see www.a2.com(with all content which was store in john databse inorder to show personal details of a2)

www.a2.com dont have databse it should be call from john databse

i have to call directly by tping url www.a2.com and also from www.john.com

All page in www.a2.com is call from www.john.com application

pls help me urgent work
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Re: Help: How To Call A Domain Name From Another Domain Name In Asp.net

 
0
  #2
Apr 22nd, 2005
Originally Posted by manucherian3031
PLEASE HELP ME

I WANT TO KNOW HOW TO CALL A DOMAIN NAME FROM ANOTHER DOMAIN NAME
ie)if suppose i had a url www.john.com its has database
if i had create a website for all members and it was store in john databse
eg www.a2.com(member of john.com)

if any person click on a link i want to see www.a2.com(with all content which was store in john databse inorder to show personal details of a2)

www.a2.com dont have databse it should be call from john databse

i have to call directly by tping url www.a2.com and also from www.john.com

All page in www.a2.com is call from www.john.com application

pls help me urgent work
Hey ,
You can use a response.redirect to redirect you to a seperate page .


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Response.Redirect("http://www.msn.com/")
End Sub

Hope it helps
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Help: How To Call A Domain Name From Another Domain Name In Asp.net

 
0
  #3
Apr 23rd, 2005
Or, the "web" domain can simply connect to the database on the other server. Nothing fancy, just a basic connection string.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC