J
John Q
In Silverlight Application it's possible to query current Application's
hostname and port using namespace Windows.System and code like
below
String hostname = Application.Current.Host.Source.Host + ":" +
Application.Current.Host.Source.Port;
I tried to find out how to do this in ASP.NET Application but couldn't
succeeded.
Does anyone know how to get same result in ASP.NET Applicatio?
Cheers,
JQ
hostname and port using namespace Windows.System and code like
below
String hostname = Application.Current.Host.Source.Host + ":" +
Application.Current.Host.Source.Port;
I tried to find out how to do this in ASP.NET Application but couldn't
succeeded.
Does anyone know how to get same result in ASP.NET Applicatio?
Cheers,
JQ