Is there a function to determine whether a URI is a valid virtual path? I'm given a string and need to use Server.MapPath() on it without throwing an Exception when the string is not a valid virtual path.
Vote to close my question. Answer is @ http://stackoverflow.com/questions/1308723/asp-net-is-my-path-virtual.