G
Guest
Is it possible to use Server.MapPath in a Public Shared Function?
Using the following code in this context - shows "Sever" as not declared -
Public Shared Function Back_End_State() As Integer
Dim FILENAME As String = Server.MapPath("SomeText.txt")
- what can I do to fully qualify it?
Using the following code in this context - shows "Sever" as not declared -
Public Shared Function Back_End_State() As Integer
Dim FILENAME As String = Server.MapPath("SomeText.txt")
- what can I do to fully qualify it?