User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 401,670 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,531 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 3042 | Replies: 2
Reply
Join Date: Feb 2005
Posts: 2
Reputation: manucherian3031 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
manucherian3031 manucherian3031 is offline Offline
Newbie Poster

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

  #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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 5
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

  #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  
Join Date: Dec 2004
Posts: 1,590
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 34
Colleague
tgreer tgreer is offline Offline
Made Her Cry

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

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb ASP.NET Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the ASP.NET Forum

All times are GMT -4. The time now is 7:15 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC