A
Alex
Hello. Maybe someone can help me.
My development computer has: WindowsXP SP2 and MSSQL Server 2000 and
IIS 5.0(or 5.1)
Our webserver has: Windows2003 SP1 and MSSQL Server 2005 and IIS 6.0
We are storing sessions in MSSQL Server 2005
My description.
I dont have any problem, the problem is at webserver.
I have some project, that i upload to webserver when i updated some
code. Everything fine for now.
Last time i made a lot of changes in code, so i wanted to put in
web-folder copy of real project. This copy will be in another folder,
and for this "copy-project" i created separate database. Its just copy
of real project, i just changed database name in web.config
Of course these 2 projects have same name for their dll in bin folder.
For example myproject.dll.
So, these two dll were started in one time. I am storing some
serialized objects in Session. And user's entered data are stored in
these objects.
The symptoms are:
Entered data (by user) not shows.
For example. I have the page with frames. User can go through pages
like Windows's tabs. When user load this one "tab", controls must be
filled with user's data, which he entered earlier. But all fields are
empty.
BUT! I began to have same problem with live project when i started test
project.
I think there is the problem with two sessions. i think they are
intersect each other, and this is the cause why i am receving no data
from Session object.
How to solve this problem ? I dont want to loose any session variable
in both projects.
and also i want to start them at one webserber, just in separate
folders and separate databases.
My development computer has: WindowsXP SP2 and MSSQL Server 2000 and
IIS 5.0(or 5.1)
Our webserver has: Windows2003 SP1 and MSSQL Server 2005 and IIS 6.0
We are storing sessions in MSSQL Server 2005
My description.
I dont have any problem, the problem is at webserver.
I have some project, that i upload to webserver when i updated some
code. Everything fine for now.
Last time i made a lot of changes in code, so i wanted to put in
web-folder copy of real project. This copy will be in another folder,
and for this "copy-project" i created separate database. Its just copy
of real project, i just changed database name in web.config
Of course these 2 projects have same name for their dll in bin folder.
For example myproject.dll.
So, these two dll were started in one time. I am storing some
serialized objects in Session. And user's entered data are stored in
these objects.
The symptoms are:
Entered data (by user) not shows.
For example. I have the page with frames. User can go through pages
like Windows's tabs. When user load this one "tab", controls must be
filled with user's data, which he entered earlier. But all fields are
empty.
BUT! I began to have same problem with live project when i started test
project.
I think there is the problem with two sessions. i think they are
intersect each other, and this is the cause why i am receving no data
from Session object.
How to solve this problem ? I dont want to loose any session variable
in both projects.
and also i want to start them at one webserber, just in separate
folders and separate databases.