hello
please find and try to help me about this problem> at this file ( Global.asax ) and you can check my website: http://www.almusairiey.com
Compiler Error Message: BC30205: End of statement expected.
Source Error:
Line 16:
Line 17: Function GetParentDir() As String
Line 18: Dim PD String = Server.MapPath("db\")
Line 19: PD = System.IO.Directory.GetParent(PD).ToString & "db\"
Line 20: Return PD