snoopyyu Posted March 4, 2004 Posted March 4, 2004 Does anyone know how to get the application name in asp.net? Thanks in advace. Quote
Moderators Robby Posted March 4, 2004 Moderators Posted March 4, 2004 use Reflection (there are other goodies in the class) ie. System.Reflection.Assembly.GetCallingAssembly.GetName.Name.ToString Quote Visit...Bassic Software
snoopyyu Posted March 4, 2004 Author Posted March 4, 2004 Thanks. I just tried your code but it returns System.Web instead of my application name. Is that some other properties or methods in the class that return the application name? Quote
Moderators Robby Posted March 4, 2004 Moderators Posted March 4, 2004 Really? It should work. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.