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
Public to Private IP - DNS Changes
Building Computer room & Requirements
Poor Performance on Sharepoint 2010 Server
Is there a way to find when a group membership was added or removed in AD.
Need help with regex mail checking
Windows XP Pro pirate issue
best practice for cross-database SPs
VBScript: Need to only output the required result, without the junk.
Transferring FSMO roles to windows 2008 server
How do I manage connection to MySql db from VB.NET ?