944,101 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 4087
  • ASP.NET RSS
Feb 12th, 2005
0

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

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
manucherian3031 is offline Offline
2 posts
since Feb 2005
Apr 22nd, 2005
0

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

Quote 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
Reputation Points: 11
Solved Threads: 6
Junior Poster
Letscode is offline Offline
175 posts
since Feb 2005
Apr 23rd, 2005
0

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

Or, the "web" domain can simply connect to the database on the other server. Nothing fancy, just a basic connection string.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: need help creating user defined SQL statement
Next Thread in ASP.NET Forum Timeline: "Error message 580 when debugging a web page"





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC