Pergunta

Can´t find a way to get my ApplicationName. Found a static method to get and set app name but I am not sure how to use it.

Foi útil?

Solução

Found a very simple way to retrieve my application name:

SqlMembershipProvider msmp = new SqlMembershipProvider();
string appName = msmp.ApplicationName.ToString();

;O)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top