|
I have developed an ASP.net project with VB.net and SQL Server 2008.
My system is working fine with development environment.
Now I am implemented the system to the office and It is also working, but the session variable is not saving any values given to that.
The operating system(Windows XP profesional) as well as the database(sql server 2008 Express)are same as in the development environment. I have also installed .net frame work V2.0.
While login to the system, I have assigned the user id to a session variable and the user name is displaying on the first page after the login. The menu also needs to display according to the user id. But this is not working.
I think this is not the problem with the code, but something else..Somebody please help me to solve the issue..It is very urgent..
|