Thanks
Tibmeister
You should see a recycle in the Application Event Viewer log if you are
using up memory like that. In any case, in order to diagnose this, we
would need to get a dump fo the ASP.NET worker process and examine it in a
debugger. That is beyond what we can do in the newsgroups, so if you want
to go that route, please feel free to call us. (800) 936-5800.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>Subject: aspnet_wp Problem
>Date: Mon, 28 Jul 2003 13:37:03 -0400
>Lines: 12
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <OBfv28S...@tk2msftngp13.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162708
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Thanks
Tibmeister
"Jim Cheshire (MS)" <jame...@online.microsoft.com> wrote in message
news:DRrgF2UV...@cpmsftngxa06.phx.gbl...
Tibmeister
"Jim Cheshire (MS)" <jame...@online.microsoft.com> wrote in message
news:DRrgF2UV...@cpmsftngxa06.phx.gbl...
You can't destroy the session when the user closes the browser because HTTP
is connectionless. The only way that you can know that a session is
destroyed is by calling Session.Abandon or when the session expires.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Tue, 29 Jul 2003 08:25:35 -0400
>Lines: 69
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <e8Jlezc...@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162947
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
What is the error you receive?
Compiling an assembly on 1.0 and running it on 1.1 is not a problem.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Tue, 29 Jul 2003 08:32:26 -0400
>Lines: 65
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <#ClqN5cV...@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162949
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
In that case, you might want to try running aspnet_regiis -c to copy the
client-side scripts over. The verbatim on the error message would help.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
<#ClqN5cV...@TK2MSFTNGP10.phx.gbl>
<YHxpaqeV...@cpmsftngxa06.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Tue, 29 Jul 2003 13:08:41 -0400
>Lines: 116
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <OA$ArRfVD...@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163052
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
I did run aspnet_regiis -c, but got the error that I must have Local Admin
priviliges, and I logged in as Domain Admin. Since this is an ADC, there is
no local anything... I'm thinking I may have to move it to another server,
which I'm not really looking forward to doing.
Tibmeister
"Jim Cheshire (MS)" <jame...@online.microsoft.com> wrote in message
news:n5vrXOgV...@cpmsftngxa06.phx.gbl...
You can run on a DC without issues. You just have to be aware that as of
ASP.NET 1.1, the worker process will run under the IWAM account by default.
It seems as though your permissions are screwy somewhere. Possibly the
Domain Admins group doesn't have correct permissions somewhere. The
easiest way to resolve those types of issues is to use Filemon which is
available from www.sysinternals.com.
If you need to me to review a Filemon log of your attempt to run
aspnet_regiis -c, feel free to send it to me by leaving off the "online" in
my e-mail address.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
<#ClqN5cV...@TK2MSFTNGP10.phx.gbl>
<YHxpaqeV...@cpmsftngxa06.phx.gbl>
<OA$ArRfVD...@TK2MSFTNGP10.phx.gbl>
<n5vrXOgV...@cpmsftngxa06.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Wed, 30 Jul 2003 09:25:25 -0400
>Lines: 179
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <u2gfl5p...@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163352
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
"Jim Cheshire [MSFT]" <jame...@online.microsoft.com> wrote in message
news:QMgacUrV...@cpmsftngxa06.phx.gbl...
Thanks for all your help and that utility is awsome!
Tibmeister
"Tibby" <tiersch...@hotmail.com> wrote in message
news:udnoJ8sV...@tk2msftngp13.phx.gbl...
I'm glad you fixed it. Yep, Filemon and Regmon are both invaluable in
troubleshooting problems with permissions and missing Registry entries and
files. Not a bad site to bookmark. There are many other awesome tools
there.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
<#ClqN5cV...@TK2MSFTNGP10.phx.gbl>
<YHxpaqeV...@cpmsftngxa06.phx.gbl>
<OA$ArRfVD...@TK2MSFTNGP10.phx.gbl>
<n5vrXOgV...@cpmsftngxa06.phx.gbl>
<u2gfl5p...@TK2MSFTNGP11.phx.gbl>
<QMgacUrV...@cpmsftngxa06.phx.gbl>
<udnoJ8sV...@tk2msftngp13.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Thu, 31 Jul 2003 08:22:09 -0400
>Lines: 272
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <Oc87561V...@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163720
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Tibmeister
"Jim Cheshire [MSFT]" <jame...@online.microsoft.com> wrote in message
news:HDO$un3VDH...@cpmsftngxa06.phx.gbl...
It's entirely possible that IIS was denying access and it didn't show up in
the Filemon log. If that's the case, you should see a 401 in the IIS
server logs.
Jim Cheshire
Developer Support
ASP.NET
jame...@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
>From: "Tibby" <tiersch...@hotmail.com>
>References: <OBfv28S...@tk2msftngp13.phx.gbl>
<DRrgF2UV...@cpmsftngxa06.phx.gbl>
<#ClqN5cV...@TK2MSFTNGP10.phx.gbl>
<YHxpaqeV...@cpmsftngxa06.phx.gbl>
<OA$ArRfVD...@TK2MSFTNGP10.phx.gbl>
<n5vrXOgV...@cpmsftngxa06.phx.gbl>
<u2gfl5p...@TK2MSFTNGP11.phx.gbl>
<QMgacUrV...@cpmsftngxa06.phx.gbl>
<udnoJ8sV...@tk2msftngp13.phx.gbl>
<Oc87561V...@TK2MSFTNGP09.phx.gbl>
<HDO$un3VDH...@cpmsftngxa06.phx.gbl>
>Subject: Re: aspnet_wp Problem
>Date: Thu, 31 Jul 2003 12:41:46 -0400
>Lines: 348
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Message-ID: <Oy3H#L4VDH...@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163839
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet