P
pherms
Can anybody help me out?
Here's what I want to do:
I'm redesigning my intranet site. I'm going to use .NET framework 2.0 for
this.
I get the username with request.servervariables("auth_user") which gives me
the domain username. I put this in a string and use this to query a database.
From the result I get from this query, I want to put four database fields in
4 strings.
Currently I'm using classic asp and I accomplished this by using a include
file on every page. How can I accomplish this in ASP.NET, so that these
strings are available to all ASP.NET applications?
thanks in advance
Here's what I want to do:
I'm redesigning my intranet site. I'm going to use .NET framework 2.0 for
this.
I get the username with request.servervariables("auth_user") which gives me
the domain username. I put this in a string and use this to query a database.
From the result I get from this query, I want to put four database fields in
4 strings.
Currently I'm using classic asp and I accomplished this by using a include
file on every page. How can I accomplish this in ASP.NET, so that these
strings are available to all ASP.NET applications?
thanks in advance