473,324 Members | 2,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Visual studio and sessions (crossposted)

Hi. The VStudio group does not seem to get much action. I think ASP folks
may be able to answer as well. I have a situation that I cannot understand
why it is happening. I have an ASP app which I am debugging in Visual
Studio.NET. I am trying to duplicate a situation with 2 users. I open a
browser and access my site (local to my machine). I navigate to the page I
am trying to test. I then run the same app from Visual Studio.NET by hitting
the debug/start button.

Could this be doing the equivalent of an IISreset, or somehow causing the
Session_OnEnd to fire for the *other* browser session? That is what seems to
be happening, but I am having a hard time confirming it. If Visual Studio is
the culprit, so to speak, then my code is working properly, or I need to
prove it does outside of Visual Studio. Otherwise my code is broken and I
have to fix it.

Thanks!

Stephanie
Jul 22 '05 #1
6 1259

"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:OT****************@TK2MSFTNGP12.phx.gbl...
Hi. The VStudio group does not seem to get much action. I think ASP folks
may be able to answer as well. I have a situation that I cannot understand
why it is happening. I have an ASP app which I am debugging in Visual
Studio.NET. I am trying to duplicate a situation with 2 users. I open a
browser and access my site (local to my machine). I navigate to the page I
am trying to test. I then run the same app from Visual Studio.NET by hitting the debug/start button.

Could this be doing the equivalent of an IISreset, or somehow causing the
Session_OnEnd to fire for the *other* browser session?

I think I answered it myself. Application_OnStart is fired. That's gotta
blow away other sessions. True? Thanks.
That is what seems to
be happening, but I am having a hard time confirming it. If Visual Studio is the culprit, so to speak, then my code is working properly, or I need to
prove it does outside of Visual Studio. Otherwise my code is broken and I
have to fix it.

Thanks!

Stephanie

Jul 22 '05 #2
Stephanie Stowe wrote:
Hi. The VStudio group does not seem to get much action. I think ASP
folks may be able to answer as well. I have a situation that I cannot
understand why it is happening. I have an ASP app which I am
debugging in Visual Studio.NET. I


There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 22 '05 #3
Stephanie Stowe wrote:
[...]
The microsft.public.it.* hierarchy, is Italian so you should post into
Italian language here.

--
Raffaele Rialdi
Microsoft .NET MVP http://mvp.support.microsoft.com -
http://italy.mvps.org UGIdotNET - User Group Italiano .NET
http://www.ugidotnet.org Weblog: http://blogs.ugidotnet.org/raffaele

Jul 22 '05 #4
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:#z**************@TK2MSFTNGP09.phx.gbl...

"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:OT****************@TK2MSFTNGP12.phx.gbl...
Hi. The VStudio group does not seem to get much action. I think ASP folks may be able to answer as well. I have a situation that I cannot understand why it is happening. I have an ASP app which I am debugging in Visual
Studio.NET. I am trying to duplicate a situation with 2 users. I open a
browser and access my site (local to my machine). I navigate to the page I am trying to test. I then run the same app from Visual Studio.NET by

hitting
the debug/start button.

Could this be doing the equivalent of an IISreset, or somehow causing the Session_OnEnd to fire for the *other* browser session?

I think I answered it myself. Application_OnStart is fired. That's gotta
blow away other sessions. True? Thanks.


Yep.
Jul 22 '05 #5

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:On****************@TK2MSFTNGP14.phx.gbl...
Stephanie Stowe wrote:
Hi. The VStudio group does not seem to get much action. I think ASP
folks may be able to answer as well. I have a situation that I cannot
understand why it is happening. I have an ASP app which I am
debugging in Visual Studio.NET. I
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

This is a classic ASP app. I just happen to be using VS.NET.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jul 22 '05 #6

"Raffaele Rialdi [MVP]" <malta@n0spam_vevy.com> wrote in message
news:%2********************@TK2MSFTNGP12.phx.gbl.. .
Stephanie Stowe wrote:
[...]
The microsft.public.it.* hierarchy, is Italian so you should post into
Italian language here.

Sono spiacente!
--
Raffaele Rialdi
Microsoft .NET MVP http://mvp.support.microsoft.com -
http://italy.mvps.org UGIdotNET - User Group Italiano .NET
http://www.ugidotnet.org Weblog: http://blogs.ugidotnet.org/raffaele

Jul 22 '05 #7

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

Similar topics

0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
11
by: Alf P. Steinbach | last post by:
// As usual the error message directs one to the report the bug. // // And as usual there is absolutely no way to do so without paying for // the privilege... // // Or using three or four hours...
26
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio...
1
by: GMartin | last post by:
Is there any way you can stop Visual Studio .NET 2003, from regenerating the HTML every time you go into Design View? I'm mostly in the Code behind page, and just want to pop over to check a...
3
by: Adam Knight | last post by:
Hi all, I have just adopted using Visual Studio to do my ASP.NET development. I have a couple of teething problems though. Is there anyway i can stop VS messing my code formatting up? Is...
3
by: Jack | last post by:
i keep getting error when i try to connect to remote MSDE server
9
by: Frank Rizzo | last post by:
I've heard rumblings here and there that various versions of Visual Studio will not run on Vista. I can't find definitive explanation anywhere of which one will run and which one won't. I am...
4
by: yuanliu1 | last post by:
Hi, I am debugging my code of visual c++ 6.0. I found it is extremely slow to run after the code is compiled as "debug" mode and OK as "release mode", I would say the difference is around 10x....
1
by: =?Utf-8?B?S2luZXRpYyBKdW1wIEFwcGxpZmUgZm9yIC5ORVQg | last post by:
Do want to attend the Microsoft SQL Server 2008 and Visual Studio 2008 sessions at your home PC?. Yes now it is possible. Microsoft has scheduled a Webcasts for you on SQL Server 2008 and Visual...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.