aimlion11yahoo
Instructor
Is there a way to set the applications root path in the web.config?
Something like:
Something like:
Code:
<add key="RootPath" value="~" />
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<add key="RootPath" value="~" />
Public Function GetAppPath() As String
Return System.AppDomain.CurrentDomain.BaseDirectory()
End Function