Dear 

     Try this one
----------------

Dim MYIP As System.Net.IPHostEntry = System.Net.Dns.GetHostByName
(Server.MachineName)

Dim IPaddress As String
IPaddress = (MYIP.AddressList.GetValue(0).ToString)           

-----------------

Rgds,
  Kiran Suthar.





--- In [email protected], Charles Carroll 
<[EMAIL PROTECTED]> wrote:
> http://tinyurl.com/44gps
> shows you a list of all the variables you can fetch that way.
> 
> 
> On Sun, 13 Feb 2005 14:45:37 -0000, scaevola637 <[EMAIL PROTECTED]> 
wrote:
> >  
> >  I want to know the ip Address of the server.   
> >  request.servervariables("LOCAL_ADDR") returns the network ip 
address.
> >  EG. 192.168.1.101 instead f 68.48.138.37
> >  
> >  
> >  
> >  
> >  
> >  Yahoo! Groups Sponsor 
> >  
> > ADVERTISEMENT
> >  
> >  
> >  ________________________________
> >  Yahoo! Groups Links
> >  
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
> >   
> > To unsubscribe from this group, send an email to:
> > [EMAIL PROTECTED]
> >   
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to