Microsoft
Software
Hardware
Network
Question : Request.PhysicalApplicationPath returns I.P. not URL
I'm using this code to get the url in my application but it's returning the I.P address of the server rather than the
www.webspace.com
and it breaks my application. Does anyone know how to fix it so that it pulls the URL and not the IP?
Dim sXmlFilename As String = Request.PhysicalApplicatio
nPath & "forms/" & Request.Params("xml")
Answer : Request.PhysicalApplicationPath returns I.P. not URL
For details of Request object
http://www.dotnetfunda.com
/articles/
article79.
aspx
Random Solutions
is it possible to link to a page of a different project in asp.net?
Not answered How to call Javascript function when checkbox columns are checked
Another boring Lat/Long to X/Y question with bonus!
What new geospatial features are in SQL 2008 R2 but not in SQL 2008
IIS / .NET / sharepoint performace
Exporting Linux Display in Windows
Citrix: unable to load/see printers on Mac
Convert old MAC Adobe Director Project to new PC version
How to disable multitasking on iOS4 iPhone 3G ?
Java Calculator Problem