Is the sample below valid for referencing a virtual folder named OracleFiles
in a web site where the aspx page that is using this code is under the root
folder of the subweb? Some users are getting exception errors. Thanks.
Dim strPath As String = Server.MapPath( "~/OracleFiles")
-David
in a web site where the aspx page that is using this code is under the root
folder of the subweb? Some users are getting exception errors. Thanks.
Dim strPath As String = Server.MapPath( "~/OracleFiles")
-David
Comment