How to make the Domain for ASP point to another Weblink?

Mythia

New member
Here is my piece of code

File.Exists(AppDomain.CurrentDomain.BaseDirectory & "\eventimages\sm_" & .Item("EventID").ToString & "." & .Item("Image").ToString) Then


I want it to pull from another web address such as http://www.mywebaddress.com\eventimages\sm ...etc..

How do i do that?
 
Back
Top