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
MSCAL.ocx - Locked property no longer working.
Windows 7 PC takes 1.5 hours to logon to domain
Duplicating internal DNS Zones
SQL Reporting hide null data
Open Source PDF Library for VB.NET
Run Local App from Remote Firefox
Set focus to first null value for records in subform
bind permissions problem
Does Creating Lot of Subsites under a site colllection slows down the Sharepoint portal??
Best approach to setting up test/development for learning SharePoint 2010?