M
MrPolite
I want to figure out (by code) what directory http://localhost is pointing
to. I'm opening a VS.NET solution file with my program and trying to analyze
it... whenever there is a ASP.NET project, it's path always starts with
http://localhost in the solution file. So to figure out the path of the
project file on the machine I need to figure out where localhost points to
(ie, the project's path is "http://localhost/adminTools" and I want to
convert that to a local path.
Does anyone know of a way? I couldn't find any registry keys for this
either. I'm looking for the correct method, if there is any
to. I'm opening a VS.NET solution file with my program and trying to analyze
it... whenever there is a ASP.NET project, it's path always starts with
http://localhost in the solution file. So to figure out the path of the
project file on the machine I need to figure out where localhost points to
(ie, the project's path is "http://localhost/adminTools" and I want to
convert that to a local path.
Does anyone know of a way? I couldn't find any registry keys for this
either. I'm looking for the correct method, if there is any