473,657 Members | 2,555 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Session State Loss in mismatched web site Instance ID

Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm, the
application path of the Web site (for example, \LM\W3SVC\2) in the Microsoft
Internet Information Services (IIS) metabase must be the same for all of the
Web servers in the Web farm. The case also needs to be the same because the
application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net

Mar 30 '08 #1
3 1989
Hi Martin,

From the KB itself, it only mentioned ASP.NET 1.0, 1.1, and since I also
haven't definite answer on this, I'll help you ask some other ASP.NET
engineers to confirm this. I'll inform you as soon as I get any update.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Martin Kulov [MVP]" <Ma**********@c ommunity.nospam >
Subject: Session State Loss in mismatched web site Instance ID
Date: Sun, 30 Mar 2008 16:32:30 +0300
Lines: 21
>
Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm,
the
>application path of the Web site (for example, \LM\W3SVC\2) in the
Microsoft
>Internet Information Services (IIS) metabase must be the same for all of
the
>Web servers in the Web farm. The case also needs to be the same because
the
>application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net

Mar 31 '08 #2
Hi Martin,

Sorry for keep you waiting. As for the kb article, based on my further
research, so far there is no definte record for this issue in ASP.NET 2.0
application. Are you suffering the same problem in your ASP.NET 2.0
Application?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: st*****@online. microsoft.com (Steven Cheng [MSFT])
Organization : Microsoft
Date: Mon, 31 Mar 2008 03:14:24 GMT
Subject: RE: Session State Loss in mismatched web site Instance ID
>
Hi Martin,

From the KB itself, it only mentioned ASP.NET 1.0, 1.1, and since I also
haven't definite answer on this, I'll help you ask some other ASP.NET
engineers to confirm this. I'll inform you as soon as I get any update.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microso ft.com.

============== =============== =============== ======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>ications.
============== =============== =============== ======
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>>From: "Martin Kulov [MVP]" <Ma**********@c ommunity.nospam >
Subject: Session State Loss in mismatched web site Instance ID
Date: Sun, 30 Mar 2008 16:32:30 +0300
Lines: 21
>>
Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm,
the
>>application path of the Web site (for example, \LM\W3SVC\2) in the
Microsoft
>>Internet Information Services (IIS) metabase must be the same for all of
the
>>Web servers in the Web farm. The case also needs to be the same because
the
>>application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net


Apr 7 '08 #3
"Steven Cheng [MSFT]" <st*****@online .microsoft.comw rote in message
news:kC******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hi Martin,

Sorry for keep you waiting. As for the kb article, based on my further
research, so far there is no definte record for this issue in ASP.NET 2.0
application. Are you suffering the same problem in your ASP.NET 2.0
Application?
Hi Steven,

I am not expriencing the problem, but was asking out of curiosity.
Still I think the issue is pretty important. Isn't there anyone that can
confirm in the ASP.NET team?

Thanks,
Martin Kulov
www.kulov.net

Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
7204
by: Billy Jacobs | last post by:
I am having a problem with my session variable being set to Null for no apparent reason. I am declaring it like the following when the user logs in. dim objUserInfo as new clsUserInfo 'Set some properties objUserInfo.UserName = txtUserName.text.trim objUserInfo...
3
1846
by: Richard P | last post by:
I am experiencing some browser weirdness. My app uses session state to hide values I prefer to keep out of the querystring. I am testing to see what happens when cookies are fully disabled in IE 6 and NS 7. NS behaves as expected: it has no recall of previous requests. With IE however my app works as normal: I can still store and retrieve values from session state. Am I imagining this? If not it suggests to me that IE 6 always includes a...
6
2001
by: Steven Spits | last post by:
Hi, We're thinking of moving session from inproc to a state server. My question is: should we expect a difference in performance? Is it noticeable? Steven - - -
5
1967
by: Steven Blair | last post by:
I have the following code: Session = new CurrentUser("TEST"); When I postback to the server, the Session is null. My guess is a only the refence to my actual class is stored, rather than the class. Looking on the internet, one solution posted was populating Session in Session_Start in a global.asax file. Again, on postback, the value is
2
4243
by: maxkumar | last post by:
Hi, I am running a ASP.NET 1.1 site on Win Server 2003 with IIS 6.0. The website has been running for about 1.5 years now. In the past, we used to have random cases of session variables getting lost, but not frequently. However, since the past 2 weeks, I am noticing an alarming increase of such session variables lost cases. My application log shows about 20-30 such errors every day. We have not changed anything at the server for a long...
43
3412
by: davidkoree | last post by:
I mean not about cookie. Does it have something to do with operating system or browser plugin? I appreciate any help.
14
2288
by: GaryDean | last post by:
The web.config in my asp.net application, running on Server2003, has this entry: <sessionState mode="InProc" timeout="40". In IIS the asp.net State Management timeout setting is 40 for my website. In IIS the virtual directory configuration setting is set to 40. The application still timesout at 20 minutes. What else can I do? --
7
5232
by: gnewsgroup | last post by:
In my asp.net 2.0 web application, in Web.config, I have timeout="30", s l i d i n g E x p i r a t i o n = "true" for the Authentication element. I suppose, this means that as long as we don't let a 30 min elapse without making any request, the session should stay alive, right? But I notice that quite often, the application throws out Null reference exception where I try to access a session variable like so:
6
2044
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I have a web application vs2005 and it looks like a condition is causing session veriables to be lost. This does not seem to be happening too often. The web application allows uploading and deleting files on the server, but not in the bin directory. I am not sure if this is related. Any idea what might be causing this and how to fix it? Thanks. -- Paul G Software engineer.
0
8316
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8833
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8737
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8610
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7345
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5636
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4327
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2735
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.