Ask a Question related to ASP.NET General, Design and Development.
-
Jim Cheshire #1
RE: aspnet_wp Problem
Tibby,
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------usage,>From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msftn gp13.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162708
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>I am having some massive problems with this. After a little while ofreboot>my ASP App starts producing errinous resualts. I orrigionally had toeffect.>the server, then found out that re-uploading the files does the same>I've tracked it down to aspnet_wp needing a good restart. I'm wondering if
>it's due to some problem iwth the sessions themselves, I don't think they
>are properly closing out because the memory usage starts going up until it
>hits a maximum amount and then comes the problems.
>
>Thanks
>Tibmeister
>
>
>Jim Cheshire Guest
-
aspnet_wp.exe
Hi, I am getting these errors from Event Viewer - Application: 1. aspnet_wp.exe could not be launched because the username and/or password... -
ASPNET_WP.EXE Problem
Hi, I have developed small asp.net application. When i start using the application, "ASPNET_WP.EXE" is loaded in to the process. Everytime i... -
ASPNET_WP.EXE Problem (Urgent)
Hi I have developed small asp.net application. When i start using the application, "ASPNET_WP.EXE" is loaded in to the process. Everytime i... -
aspnet_wp,exe
The .Net garbage collector runs at times and will free memory as necessary. It has no logical pattern though. I wouldn't worry about it. It will... -
aspnet_wp.exe could not be launched
Hi Guys, aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are... -
Tibby #2
Re: aspnet_wp Problem
No recycle event. I'm beginning to wonder if it's more a combination of
other factors, not soo much ASP.NET. I'm researching a way to forcefully
destroy a session if someone closes the browser, no luck on that. I'm also
going to move it onto another server and see what we can figure out from
there. Right now, it's on one of our ADC's that also runs SQL and Exchange.
Granted the machine is a Dual Xeon 2.2G with 1024MB RAM, but I've seen some
problems with this RAM/CPU config in the past causing things to go slow, and
I'm finding Exchange don't like to play nice wiht anything in the world!
I'm going to do some, I guess you could say case studies, and see how
things are reacting with different conditions. I'm sure my code is solid,
but not going to swear by that, still pretty new to the ASP/ASP.NET thing.
Thanks
Tibmeister
"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...microsoft.public.dotnet.framework.aspnet:162708> Tibby,
>
> 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
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msftn gp13.phx.gbl
> >Xref: cpmsftngxa06.phx.gblif> usage,> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >I am having some massive problems with this. After a little while of> reboot> >my ASP App starts producing errinous resualts. I orrigionally had to> effect.> >the server, then found out that re-uploading the files does the same> >I've tracked it down to aspnet_wp needing a good restart. I'm wonderingit> >it's due to some problem iwth the sessions themselves, I don't think they
> >are properly closing out because the memory usage starts going up until>> >hits a maximum amount and then comes the problems.
> >
> >Thanks
> >Tibmeister
> >
> >
> >
Tibby Guest
-
Tibby #3
Re: aspnet_wp Problem
Sorry, this just popped in reading some of the other postings. When I
navigate to the page from anywhere BUT the webserver, things are fine. If I
go to the page from the webserver, I get ASP.NET errors...can't fin d some
compnent. Also, I did notice that the server has v1.1 of the framework, and
I have v1.0.3705 and 1.1 and I'm thinking that I'm still using the older one
since I've never figured out how to tell it what version to use. Wonder if
that could also be a big problem. Hmmm....
Tibmeister
"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...microsoft.public.dotnet.framework.aspnet:162708> Tibby,
>
> 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
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msftn gp13.phx.gbl
> >Xref: cpmsftngxa06.phx.gblif> usage,> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >I am having some massive problems with this. After a little while of> reboot> >my ASP App starts producing errinous resualts. I orrigionally had to> effect.> >the server, then found out that re-uploading the files does the same> >I've tracked it down to aspnet_wp needing a good restart. I'm wonderingit> >it's due to some problem iwth the sessions themselves, I don't think they
> >are properly closing out because the memory usage starts going up until>> >hits a maximum amount and then comes the problems.
> >
> >Thanks
> >Tibmeister
> >
> >
> >
Tibby Guest
-
Jim Cheshire #4
Re: aspnet_wp Problem
Tibby,
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>>From: "Tibby" <tierscheiss1977@hotmail.com>
>References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>of>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: <e8JlezcVDHA.424@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!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162947
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
> No recycle event. I'm beginning to wonder if it's more a combinationExchange.>other factors, not soo much ASP.NET. I'm researching a way to forcefully
>destroy a session if someone closes the browser, no luck on that. I'm also
>going to move it onto another server and see what we can figure out from
>there. Right now, it's on one of our ADC's that also runs SQL andand>Granted the machine is a Dual Xeon 2.2G with 1024MB RAM, but I've seen some
>problems with this RAM/CPU config in the past causing things to go slow,a>I'm finding Exchange don't like to play nice wiht anything in the world!
> I'm going to do some, I guess you could say case studies, and see how
>things are reacting with different conditions. I'm sure my code is solid,
>but not going to swear by that, still pretty new to the ASP/ASP.NET thing.
>
>Thanks
>Tibmeister
>"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...>> Tibby,
>>
>> 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 inwant>> debugger. That is beyond what we can do in the newsgroups, so if youthey>microsoft.public.dotnet.framework.aspnet:162708>> to go that route, please feel free to call us. (800) 936-5800.
>>
>> Jim Cheshire
>> Developer Support
>> ASP.NET
>> [email]jamesche@online.microsoft.com[/email]
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> -------------------->> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msftn gp13.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl>if>> usage,>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >
>> >I am having some massive problems with this. After a little while of>> reboot>> >my ASP App starts producing errinous resualts. I orrigionally had to>> effect.>> >the server, then found out that re-uploading the files does the same>> >I've tracked it down to aspnet_wp needing a good restart. I'm wondering>> >it's due to some problem iwth the sessions themselves, I don't think>it>> >are properly closing out because the memory usage starts going up until>>>>> >hits a maximum amount and then comes the problems.
>> >
>> >Thanks
>> >Tibmeister
>> >
>> >
>> >
>
>Jim Cheshire Guest
-
Jim Cheshire #5
Re: aspnet_wp Problem
Tibby,
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>>From: "Tibby" <tierscheiss1977@hotmail.com>
>References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>I>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: <#ClqN5cVDHA.2344@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!TK2MSFTN GP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162949
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Sorry, this just popped in reading some of the other postings. When I
>navigate to the page from anywhere BUT the webserver, things are fine. Ifand>go to the page from the webserver, I get ASP.NET errors...can't fin d some
>compnent. Also, I did notice that the server has v1.1 of the framework,one>I have v1.0.3705 and 1.1 and I'm thinking that I'm still using the oldera>since I've never figured out how to tell it what version to use. Wonder if
>that could also be a big problem. Hmmm....
>
>Tibmeister
>
>"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...>> Tibby,
>>
>> 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 inwant>> debugger. That is beyond what we can do in the newsgroups, so if youthey>microsoft.public.dotnet.framework.aspnet:162708>> to go that route, please feel free to call us. (800) 936-5800.
>>
>> Jim Cheshire
>> Developer Support
>> ASP.NET
>> [email]jamesche@online.microsoft.com[/email]
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> -------------------->> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msftn gp13.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl>if>> usage,>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >
>> >I am having some massive problems with this. After a little while of>> reboot>> >my ASP App starts producing errinous resualts. I orrigionally had to>> effect.>> >the server, then found out that re-uploading the files does the same>> >I've tracked it down to aspnet_wp needing a good restart. I'm wondering>> >it's due to some problem iwth the sessions themselves, I don't think>it>> >are properly closing out because the memory usage starts going up until>>>>> >hits a maximum amount and then comes the problems.
>> >
>> >Thanks
>> >Tibmeister
>> >
>> >
>> >
>
>Jim Cheshire Guest
-
Tibby #6
Re: aspnet_wp Problem
The exact text of the error is "Unable to find script
'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this
file manually or reinstall by running 'aspnet_regiis -c'."
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)" <jamesche@online.microsoft.com> wrote in message
news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...microsoft.public.dotnet.framework.aspnet:163052> Tibby,
>
> 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
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@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!TK2MSFTN GP10.phx.gbl
> >Xref: cpmsftngxa06.phx.gblframework,> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >Something about the Validation something.js could not be found.
> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...> >microsoft.public.dotnet.framework.aspnet:162949> >> Tibby,
> >>
> >> 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
> >> [email]jamesche@online.microsoft.com[/email]
> >>
> >> This post is provided as-is with no warranties and confers no rights.
> >>
> >> --------------------
> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@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!TK2MSFTN GP10.phx.gbl
> >> >Xref: cpmsftngxa06.phx.gbl> >If> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> >
> >> >Sorry, this just popped in reading some of the other postings. When I
> >> >navigate to the page from anywhere BUT the webserver, things are fine.> >some> >> I
> >> >go to the page from the webserver, I get ASP.NET errors...can't fin d> >> >compnent. Also, I did notice that the server has v1.1 of theolder> >> and
> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still using theWonder> >> one
> >> >since I've never figured out how to tell it what version to use.we> are> >if> >> >that could also be a big problem. Hmmm....
> >> >
> >> >Tibmeister
> >> >
> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
> >> >> Tibby,
> >> >>
> >> >> You should see a recycle in the Application Event Viewer log if you> >> >> using up memory like that. In any case, in order to diagnose this,it> >> >> would need to get a dump fo the ASP.NET worker process and examineyou> >in> >> a
> >> >> debugger. That is beyond what we can do in the newsgroups, so ifrights.> >> want
> >> >> to go that route, please feel free to call us. (800) 936-5800.
> >> >>
> >> >> Jim Cheshire
> >> >> Developer Support
> >> >> ASP.NET
> >> >> [email]jamesche@online.microsoft.com[/email]
> >> >>
> >> >> This post is provided as-is with no warranties and confers nocpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl> >> >>
> >> >> --------------------
> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
> >> >> >Path:of> >> >> >Xref: cpmsftngxa06.phx.gbl
> >> >microsoft.public.dotnet.framework.aspnet:162708
> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> >> >
> >> >> >I am having some massive problems with this. After a little whileto> >> >> usage,
> >> >> >my ASP App starts producing errinous resualts. I orrigionally hadsame> >> >> reboot
> >> >> >the server, then found out that re-uploading the files does thethink> >wondering> >> >> effect.
> >> >> >I've tracked it down to aspnet_wp needing a good restart. I'm> >> >if
> >> >> >it's due to some problem iwth the sessions themselves, I don't>> >until> >> they
> >> >> >are properly closing out because the memory usage starts going up> >> >> >it
> >> >> >hits a maximum amount and then comes the problems.
> >> >> >
> >> >> >Thanks
> >> >> >Tibmeister
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >
> >> >
> >> >
> >>
> >
> >
Tibby Guest
-
Jim Cheshire [MSFT] #7
Re: aspnet_wp Problem
Tibby,
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 [url]www.sysinternals.com[/url].
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>>From: "Tibby" <tierscheiss1977@hotmail.com>
>References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
<#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
<YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
<OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
<n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl>is>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: <u2gfl5pVDHA.392@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!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163352
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>The exact text of the error is "Unable to find script
>'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this
>file manually or reinstall by running 'aspnet_regiis -c'."
>
>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, thereI>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)" <jamesche@online.microsoft.com> wrote in message
>news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...>microsoft.public.dotnet.framework.aspnet:163052>> Tibby,
>>
>> 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
>> [email]jamesche@online.microsoft.com[/email]
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> -------------------->> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>>> >From: "Tibby" <tierscheiss1977@hotmail.com>
>> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
>> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@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!TK2MSFTN GP10.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >
>> >Something about the Validation something.js could not be found.
>> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...
>> >> Tibby,
>> >>
>> >> 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
>> >> [email]jamesche@online.microsoft.com[/email]
>> >>
>> >> This post is provided as-is with no warranties and confers no rights.
>> >>
>> >> --------------------
>> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
>> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@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!TK2MSFTN GP10.phx.gbl
>> >> >Xref: cpmsftngxa06.phx.gbl
>> >microsoft.public.dotnet.framework.aspnet:162949
>> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >> >
>> >> >Sorry, this just popped in reading some of the other postings. Whenfine.>> >> >navigate to the page from anywhere BUT the webserver, things are>framework,>> >If
>> >> I
>> >> >go to the page from the webserver, I get ASP.NET errors...can't fin d
>> >some
>> >> >compnent. Also, I did notice that the server has v1.1 of the>older>> >> and
>> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still using the>Wonder>> >> one
>> >> >since I've never figured out how to tell it what version to use.>we>> are>> >if
>> >> >that could also be a big problem. Hmmm....
>> >> >
>> >> >Tibmeister
>> >> >
>> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
>> >> >> Tibby,
>> >> >>
>> >> >> You should see a recycle in the Application Event Viewer log if you>> >> >> using up memory like that. In any case, in order to diagnose this,>it>> >> >> would need to get a dump fo the ASP.NET worker process and examine>you>> >in
>> >> a
>> >> >> debugger. That is beyond what we can do in the newsgroups, so if>rights.>> >> want
>> >> >> to go that route, please feel free to call us. (800) 936-5800.
>> >> >>
>> >> >> Jim Cheshire
>> >> >> Developer Support
>> >> >> ASP.NET
>> >> >> [email]jamesche@online.microsoft.com[/email]
>> >> >>
>> >> >> This post is provided as-is with no warranties and confers no>cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl>> >> >>
>> >> >> --------------------
>> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>> >> >> >Path:>of>> >> >> >Xref: cpmsftngxa06.phx.gbl
>> >> >microsoft.public.dotnet.framework.aspnet:162708
>> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >> >> >
>> >> >> >I am having some massive problems with this. After a little while>to>> >> >> usage,
>> >> >> >my ASP App starts producing errinous resualts. I orrigionally had>same>> >> >> reboot
>> >> >> >the server, then found out that re-uploading the files does the>think>> >> >> effect.
>> >> >> >I've tracked it down to aspnet_wp needing a good restart. I'm
>> >wondering
>> >> >if
>> >> >> >it's due to some problem iwth the sessions themselves, I don't>>>>> >> they
>> >> >> >are properly closing out because the memory usage starts going up
>> >until
>> >> >it
>> >> >> >hits a maximum amount and then comes the problems.
>> >> >> >
>> >> >> >Thanks
>> >> >> >Tibmeister
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >
>> >> >
>> >> >
>> >>
>> >
>> >
>> >
>
>Jim Cheshire [MSFT] Guest
-
Tibby #8
Re: aspnet_wp Problem
I will have to check on that first thing in the morning. Been in meetings
all day, so much fun!
"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
news:QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl...default.> Tibby,
>
> 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 byin>
> 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 [url]www.sysinternals.com[/url].
>
> 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"microsoft.public.dotnet.framework.aspnet:163352> my e-mail address.
>
> Jim Cheshire
> Developer Support
> ASP.NET
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> <YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
> <OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
> <n5vrXOgVDHA.2128@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: <u2gfl5pVDHA.392@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!TK2MSFTN GP11.phx.gbl
> >Xref: cpmsftngxa06.phx.gblthis> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >The exact text of the error is "Unable to find script
> >'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placingAdmin> >file manually or reinstall by running 'aspnet_regiis -c'."
> >
> >I did run aspnet_regiis -c, but got the error that I must have Localserver,> is> >priviliges, and I logged in as Domain Admin. Since this is an ADC, there> >no local anything... I'm thinking I may have to move it to anotherthe> >which I'm not really looking forward to doing.
> >
> >Tibmeister
> >
> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> >news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...> >> Tibby,
> >>
> >> In that case, you might want to try running aspnet_regiis -c to copyhelp.> >> client-side scripts over. The verbatim on the error message wouldrights.> >microsoft.public.dotnet.framework.aspnet:163052> >>
> >> Jim Cheshire
> >> Developer Support
> >> ASP.NET
> >> [email]jamesche@online.microsoft.com[/email]
> >>
> >> This post is provided as-is with no warranties and confers no rights.
> >>
> >> --------------------
> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
> >> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> >> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@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!TK2MSFTN GP10.phx.gbl
> >> >Xref: cpmsftngxa06.phx.gbl> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> >
> >> >Something about the Validation something.js could not be found.
> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> >> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...
> >> >> Tibby,
> >> >>
> >> >> 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
> >> >> [email]jamesche@online.microsoft.com[/email]
> >> >>
> >> >> This post is provided as-is with no warranties and confers nocpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl> >> >>
> >> >> --------------------
> >> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
> >> >> >Path:When> >> >> >Xref: cpmsftngxa06.phx.gbl
> >> >microsoft.public.dotnet.framework.aspnet:162949
> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> >> >
> >> >> >Sorry, this just popped in reading some of the other postings.d> I> fine.> >> >> >navigate to the page from anywhere BUT the webserver, things are> >> >If
> >> >> I
> >> >> >go to the page from the webserver, I get ASP.NET errors...can't finmessage> >framework,> >> >some
> >> >> >compnent. Also, I did notice that the server has v1.1 of the> >older> >> >> and
> >> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still using the> >Wonder> >> >> one
> >> >> >since I've never figured out how to tell it what version to use.> >> >if
> >> >> >that could also be a big problem. Hmmm....
> >> >> >
> >> >> >Tibmeister
> >> >> >
> >> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote inyou> >> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
> >> >> >> Tibby,
> >> >> >>
> >> >> >> You should see a recycle in the Application Event Viewer log ifthis,> >> are
> >> >> >> using up memory like that. In any case, in order to diagnoseexamine> >we> >> >> >> would need to get a dump fo the ASP.NET worker process andwhile> >it> >you> >> >in
> >> >> a
> >> >> >> debugger. That is beyond what we can do in the newsgroups, so if> >rights.> >> >> want
> >> >> >> to go that route, please feel free to call us. (800) 936-5800.
> >> >> >>
> >> >> >> Jim Cheshire
> >> >> >> Developer Support
> >> >> >> ASP.NET
> >> >> >> [email]jamesche@online.microsoft.com[/email]
> >> >> >>
> >> >> >> This post is provided as-is with no warranties and confers no> >cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.phx.gbl> >> >> >>
> >> >> >> --------------------
> >> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >> >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
> >> >> >> >Path:> >> >> >> >Xref: cpmsftngxa06.phx.gbl
> >> >> >microsoft.public.dotnet.framework.aspnet:162708
> >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> >> >> >
> >> >> >> >I am having some massive problems with this. After a littlehad> >of> >> >> >> usage,
> >> >> >> >my ASP App starts producing errinous resualts. I orrigionallyup> >to> >same> >> >> >> reboot
> >> >> >> >the server, then found out that re-uploading the files does the> >think> >> >> >> effect.
> >> >> >> >I've tracked it down to aspnet_wp needing a good restart. I'm
> >> >wondering
> >> >> >if
> >> >> >> >it's due to some problem iwth the sessions themselves, I don't> >> >> they
> >> >> >> >are properly closing out because the memory usage starts going>> >> >> >until
> >> >> >it
> >> >> >> >hits a maximum amount and then comes the problems.
> >> >> >> >
> >> >> >> >Thanks
> >> >> >> >Tibmeister
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >
> >> >
> >> >
> >>
> >
> >
Tibby Guest
-
Tibby #9
Re: aspnet_wp Problem
Well, what I ended up doing after scouring through hundreds of eventlog
events, is manualy copied the scripts over, the both of them, into the
c:\Inetpub\wwwroot\aspnet_client\system_web\1_1_43 22\ directory, and every
is now copesetic. How friggin strange is that? Now just to figure out waz
up wit da memory problem.
Thanks for all your help and that utility is awsome!
Tibmeister
"Tibby" <tierscheiss1977@hotmail.com> wrote in message
news:udnoJ8sVDHA.2568@tk2msftngp13.phx.gbl...of> I will have to check on that first thing in the morning. Been in meetings
> all day, so much fun!
>
> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
> news:QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl...> > Tibby,
> >
> > You can run on a DC without issues. You just have to be aware that asthere> default.> > ASP.NET 1.1, the worker process will run under the IWAM account by> in> >
> > 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 [url]www.sysinternals.com[/url].
> >
> > 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"> microsoft.public.dotnet.framework.aspnet:163352> > my e-mail address.
> >
> > Jim Cheshire
> > Developer Support
> > ASP.NET
> > [email]jamesche@online.microsoft.com[/email]
> >
> > This post is provided as-is with no warranties and confers no rights.
> >
> > --------------------> > <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>> > >From: "Tibby" <tierscheiss1977@hotmail.com>
> > >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> > <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> > <YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
> > <OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
> > <n5vrXOgVDHA.2128@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: <u2gfl5pVDHA.392@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!TK2MSFTN GP11.phx.gbl
> > >Xref: cpmsftngxa06.phx.gbl> this> > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> > >
> > >The exact text of the error is "Unable to find script
> > >'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing> Admin> > >file manually or reinstall by running 'aspnet_regiis -c'."
> > >
> > >I did run aspnet_regiis -c, but got the error that I must have Local> > >priviliges, and I logged in as Domain Admin. Since this is an ADC,problem.> server,> > is> > >no local anything... I'm thinking I may have to move it to another> the> > >which I'm not really looking forward to doing.
> > >
> > >Tibmeister
> > >
> > >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> > >news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...
> > >> Tibby,
> > >>
> > >> In that case, you might want to try running aspnet_regiis -c to copy> help.> > >> client-side scripts over. The verbatim on the error message would> > >>
> > >> Jim Cheshire
> > >> Developer Support
> > >> ASP.NET
> > >> [email]jamesche@online.microsoft.com[/email]
> > >>
> > >> This post is provided as-is with no warranties and confers no rights.
> > >>
> > >> --------------------
> > >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> > >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> > >> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
> > >> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> > >> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@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!TK2MSFTN GP10.phx.gbl
> > >> >Xref: cpmsftngxa06.phx.gbl
> > >microsoft.public.dotnet.framework.aspnet:163052
> > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> > >> >
> > >> >Something about the Validation something.js could not be found.
> > >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
> > >> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...
> > >> >> Tibby,
> > >> >>
> > >> >> What is the error you receive?
> > >> >>
> > >> >> Compiling an assembly on 1.0 and running it on 1.1 is not afin> rights.> > >> >>
> > >> >> Jim Cheshire
> > >> >> Developer Support
> > >> >> ASP.NET
> > >> >> [email]jamesche@online.microsoft.com[/email]
> > >> >>
> > >> >> This post is provided as-is with no warranties and confers no> cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl> > >> >>
> > >> >> --------------------
> > >> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> > >> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> > >> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> > >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> > >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
> > >> >> >Path:> When> > >> >> >Xref: cpmsftngxa06.phx.gbl
> > >> >microsoft.public.dotnet.framework.aspnet:162949
> > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> > >> >> >
> > >> >> >Sorry, this just popped in reading some of the other postings.> > I> > fine.> > >> >> >navigate to the page from anywhere BUT the webserver, things are> > >> >If
> > >> >> I
> > >> >> >go to the page from the webserver, I get ASP.NET errors...can'tthe> d> > >> >some
> > >> >> >compnent. Also, I did notice that the server has v1.1 of the
> > >framework,
> > >> >> and
> > >> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still usingif> message> > >older
> > >> >> one
> > >> >> >since I've never figured out how to tell it what version to use.
> > >Wonder
> > >> >if
> > >> >> >that could also be a big problem. Hmmm....
> > >> >> >
> > >> >> >Tibmeister
> > >> >> >
> > >> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in> you> > >> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
> > >> >> >> Tibby,
> > >> >> >>
> > >> >> >> You should see a recycle in the Application Event Viewer log if> this,> > >> are
> > >> >> >> using up memory like that. In any case, in order to diagnose> examine> > >we
> > >> >> >> would need to get a dump fo the ASP.NET worker process and> > >it
> > >> >in
> > >> >> a
> > >> >> >> debugger. That is beyond what we can do in the newsgroups, sothe> while> > >you
> > >> >> want
> > >> >> >> to go that route, please feel free to call us. (800) 936-5800.
> > >> >> >>
> > >> >> >> Jim Cheshire
> > >> >> >> Developer Support
> > >> >> >> ASP.NET
> > >> >> >> [email]jamesche@online.microsoft.com[/email]
> > >> >> >>
> > >> >> >> This post is provided as-is with no warranties and confers no
> > >rights.
> > >> >> >>
> > >> >> >> --------------------
> > >> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msft ngp13.phx.gbl
> > >> >> >> >Xref: cpmsftngxa06.phx.gbl
> > >> >> >microsoft.public.dotnet.framework.aspnet:162708
> > >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> > >> >> >> >
> > >> >> >> >I am having some massive problems with this. After a little> had> > >of
> > >> >> >> usage,
> > >> >> >> >my ASP App starts producing errinous resualts. I orrigionally> > >to
> > >> >> >> reboot
> > >> >> >> >the server, then found out that re-uploading the files does> up> > >same
> > >> >> >> effect.
> > >> >> >> >I've tracked it down to aspnet_wp needing a good restart. I'm
> > >> >wondering
> > >> >> >if
> > >> >> >> >it's due to some problem iwth the sessions themselves, I don't
> > >think
> > >> >> they
> > >> >> >> >are properly closing out because the memory usage starts going>> >> > >> >until
> > >> >> >it
> > >> >> >> >hits a maximum amount and then comes the problems.
> > >> >> >> >
> > >> >> >> >Thanks
> > >> >> >> >Tibmeister
> > >> >> >> >
> > >> >> >> >
> > >> >> >> >
> > >> >> >>
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >
> > >> >
> > >> >
> > >>
> > >
> > >
> > >
>
Tibby Guest
-
Jim Cheshire [MSFT] #10
Re: aspnet_wp Problem
Hi Tibby,
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
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>>From: "Tibby" <tierscheiss1977@hotmail.com>
>References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
<#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
<YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
<OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
<n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl>
<u2gfl5pVDHA.392@TK2MSFTNGP11.phx.gbl>
<QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl>
<udnoJ8sVDHA.2568@tk2msftngp13.phx.gbl>meetings>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: <Oc87561VDHA.1816@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!TK2MSFTN GP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163720
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Well, what I ended up doing after scouring through hundreds of eventlog
>events, is manualy copied the scripts over, the both of them, into the
>c:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4 322\ directory, and every
>is now copesetic. How friggin strange is that? Now just to figure out waz
>up wit da memory problem.
>
>Thanks for all your help and that utility is awsome!
>Tibmeister
>"Tibby" <tierscheiss1977@hotmail.com> wrote in message
>news:udnoJ8sVDHA.2568@tk2msftngp13.phx.gbl...>> I will have to check on that first thing in the morning. Been in"online">of>> all day, so much fun!
>>
>> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
>> news:QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl...>> > Tibby,
>> >
>> > You can run on a DC without issues. You just have to be aware that as>> default.>> > ASP.NET 1.1, the worker process will run under the IWAM account by>> >
>> > 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 [url]www.sysinternals.com[/url].
>> >
>> > 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 therights.>there>> in>> microsoft.public.dotnet.framework.aspnet:163352>> > my e-mail address.
>> >
>> > Jim Cheshire
>> > Developer Support
>> > ASP.NET
>> > [email]jamesche@online.microsoft.com[/email]
>> >
>> > This post is provided as-is with no warranties and confers no rights.
>> >
>> > --------------------
>> > >From: "Tibby" <tierscheiss1977@hotmail.com>
>> > >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> > <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
>> > <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
>> > <YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
>> > <OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
>> > <n5vrXOgVDHA.2128@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: <u2gfl5pVDHA.392@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!TK2MSFTN GP11.phx.gbl
>> > >Xref: cpmsftngxa06.phx.gbl>> this>> > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> > >
>> > >The exact text of the error is "Unable to find script
>> > >'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing>> Admin>> > >file manually or reinstall by running 'aspnet_regiis -c'."
>> > >
>> > >I did run aspnet_regiis -c, but got the error that I must have Local>> > >priviliges, and I logged in as Domain Admin. Since this is an ADC,>> server,>> > is
>> > >no local anything... I'm thinking I may have to move it to another>> the>> > >which I'm not really looking forward to doing.
>> > >
>> > >Tibmeister
>> > >
>> > >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>> > >news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...
>> > >> Tibby,
>> > >>
>> > >> In that case, you might want to try running aspnet_regiis -c to copy>> help.>> > >> client-side scripts over. The verbatim on the error message would>> > >>
>> > >> Jim Cheshire
>> > >> Developer Support
>> > >> ASP.NET
>> > >> [email]jamesche@online.microsoft.com[/email]
>> > >>
>> > >> This post is provided as-is with no warranties and confers nocpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl>> > >>
>> > >> --------------------
>> > >> >From: "Tibby" <tierscheiss1977@hotmail.com>
>> > >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> > >> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
>> > >> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
>> > >> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
>> > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> > >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>> > >> >Path:message>> > >> >Xref: cpmsftngxa06.phx.gbl
>> > >microsoft.public.dotnet.framework.aspnet:163052
>> > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> > >> >
>> > >> >Something about the Validation something.js could not be found.
>> > >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote inif>problem.>> > >> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...
>> > >> >> Tibby,
>> > >> >>
>> > >> >> What is the error you receive?
>> > >> >>
>> > >> >> Compiling an assembly on 1.0 and running it on 1.1 is not a>fin>> rights.>> > >> >>
>> > >> >> Jim Cheshire
>> > >> >> Developer Support
>> > >> >> ASP.NET
>> > >> >> [email]jamesche@online.microsoft.com[/email]
>> > >> >>
>> > >> >> This post is provided as-is with no warranties and confers no>> cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl>> > >> >>
>> > >> >> --------------------
>> > >> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
>> > >> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
>> > >> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
>> > >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> > >> >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
>> > >> >> >Path:>> When>> > >> >> >Xref: cpmsftngxa06.phx.gbl
>> > >> >microsoft.public.dotnet.framework.aspnet:162949
>> > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> > >> >> >
>> > >> >> >Sorry, this just popped in reading some of the other postings.>> > I
>> > >> >> >navigate to the page from anywhere BUT the webserver, things are
>> > fine.
>> > >> >If
>> > >> >> I
>> > >> >> >go to the page from the webserver, I get ASP.NET errors...can't>the>> d>> > >> >some
>> > >> >> >compnent. Also, I did notice that the server has v1.1 of the
>> > >framework,
>> > >> >> and
>> > >> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still using>> message>> > >older
>> > >> >> one
>> > >> >> >since I've never figured out how to tell it what version to use.
>> > >Wonder
>> > >> >if
>> > >> >> >that could also be a big problem. Hmmm....
>> > >> >> >
>> > >> >> >Tibmeister
>> > >> >> >
>> > >> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in>> > >> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
>> > >> >> >> Tibby,
>> > >> >> >>
>> > >> >> >> You should see a recycle in the Application Event Viewer log936-5800.>if>> you>> this,>> > >> are
>> > >> >> >> using up memory like that. In any case, in order to diagnose>> examine>> > >we
>> > >> >> >> would need to get a dump fo the ASP.NET worker process and>> > >it
>> > >> >in
>> > >> >> a
>> > >> >> >> debugger. That is beyond what we can do in the newsgroups, so>> > >you
>> > >> >> want
>> > >> >> >> to go that route, please feel free to call us. (800)orrigionally>> while>> > >> >> >>
>> > >> >> >> Jim Cheshire
>> > >> >> >> Developer Support
>> > >> >> >> ASP.NET
>> > >> >> >> [email]jamesche@online.microsoft.com[/email]
>> > >> >> >>
>> > >> >> >> This post is provided as-is with no warranties and confers no
>> > >rights.
>> > >> >> >>
>> > >> >> >> --------------------
>> > >> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msft ngp13.phx.gbl
>> > >> >> >> >Xref: cpmsftngxa06.phx.gbl
>> > >> >> >microsoft.public.dotnet.framework.aspnet:162708
>> > >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> > >> >> >> >
>> > >> >> >> >I am having some massive problems with this. After a little>> > >of
>> > >> >> >> usage,
>> > >> >> >> >my ASP App starts producing errinous resualts. II'm>the>> had>> > >to
>> > >> >> >> reboot
>> > >> >> >> >the server, then found out that re-uploading the files does>> > >same
>> > >> >> >> effect.
>> > >> >> >> >I've tracked it down to aspnet_wp needing a good restart.don't>> > >> >wondering
>> > >> >> >if
>> > >> >> >> >it's due to some problem iwth the sessions themselves, Igoing>> > >think
>> > >> >> they
>> > >> >> >> >are properly closing out because the memory usage starts>>> up>>>> > >> >until
>> > >> >> >it
>> > >> >> >> >hits a maximum amount and then comes the problems.
>> > >> >> >> >
>> > >> >> >> >Thanks
>> > >> >> >> >Tibmeister
>> > >> >> >> >
>> > >> >> >> >
>> > >> >> >> >
>> > >> >> >>
>> > >> >> >
>> > >> >> >
>> > >> >> >
>> > >> >>
>> > >> >
>> > >> >
>> > >> >
>> > >>
>> > >
>> > >
>> > >
>> >
>>
>
>Jim Cheshire [MSFT] Guest
-
Tibby #11
Re: aspnet_wp Problem
My major baffle is I had all those permission problems, but everyone had
full access tot he dirs, but after I manually copied them over and reran
aspnet_regiis -c, no problems. How wiggie is that?
Tibmeister
"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
news:HDO$un3VDHA.2108@cpmsftngxa06.phx.gbl...microsoft.public.dotnet.framework.aspnet:163720> Hi Tibby,
>
> 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
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> --------------------> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> <YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
> <OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
> <n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl>
> <u2gfl5pVDHA.392@TK2MSFTNGP11.phx.gbl>
> <QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl>
> <udnoJ8sVDHA.2568@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: <Oc87561VDHA.1816@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!TK2MSFTN GP09.phx.gbl
> >Xref: cpmsftngxa06.phx.gblevery> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >Well, what I ended up doing after scouring through hundreds of eventlog
> >events, is manualy copied the scripts over, the both of them, into the
> >c:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4 322\ directory, andwaz> >is now copesetic. How friggin strange is that? Now just to figure outas> meetings> >up wit da memory problem.
> >
> >Thanks for all your help and that utility is awsome!
> >Tibmeister
> >"Tibby" <tierscheiss1977@hotmail.com> wrote in message
> >news:udnoJ8sVDHA.2568@tk2msftngp13.phx.gbl...> >> I will have to check on that first thing in the morning. Been in> >> all day, so much fun!
> >>
> >> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
> >> news:QMgacUrVDHA.1996@cpmsftngxa06.phx.gbl...
> >> > Tibby,
> >> >
> >> > You can run on a DC without issues. You just have to be aware thatthe> >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. Possiblyis> >> > Domain Admins group doesn't have correct permissions somewhere. The
> >> > easiest way to resolve those types of issues is to use Filemon whichplacing> "online"> >> > available from [url]www.sysinternals.com[/url].
> >> >
> >> > 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> >> in
> >> > my e-mail address.
> >> >
> >> > Jim Cheshire
> >> > Developer Support
> >> > ASP.NET
> >> > [email]jamesche@online.microsoft.com[/email]
> >> >
> >> > This post is provided as-is with no warranties and confers no rights.
> >> >
> >> > --------------------
> >> > >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> > >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> > <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
> >> > <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> >> > <YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl>
> >> > <OA$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
> >> > <n5vrXOgVDHA.2128@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: <u2gfl5pVDHA.392@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!TK2MSFTN GP11.phx.gbl
> >> > >Xref: cpmsftngxa06.phx.gbl
> >> microsoft.public.dotnet.framework.aspnet:163352
> >> > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> > >
> >> > >The exact text of the error is "Unable to find script
> >> > >'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Trycopy> >there> >> this
> >> > >file manually or reinstall by running 'aspnet_regiis -c'."
> >> > >
> >> > >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,> >> > 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)" <jamesche@online.microsoft.com> wrote in message
> >> > >news:n5vrXOgVDHA.2128@cpmsftngxa06.phx.gbl...
> >> > >> Tibby,
> >> > >>
> >> > >> In that case, you might want to try running aspnet_regiis -c toare> rights.> >> the
> >> > >> client-side scripts over. The verbatim on the error message would
> >> help.
> >> > >>
> >> > >> Jim Cheshire
> >> > >> Developer Support
> >> > >> ASP.NET
> >> > >> [email]jamesche@online.microsoft.com[/email]
> >> > >>
> >> > >> This post is provided as-is with no warranties and confers no> cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl> >> > >>
> >> > >> --------------------
> >> > >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> > >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> > >> <DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl>
> >> > >> <#ClqN5cVDHA.2344@TK2MSFTNGP10.phx.gbl>
> >> > >> <YHxpaqeVDHA.2080@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$ArRfVDHA.1676@TK2MSFTNGP10.phx.gbl>
> >> > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >> > >> >NNTP-Posting-Host: duck.sheads-associates.com 64.8.205.78
> >> > >> >Path:> message> >> > >> >Xref: cpmsftngxa06.phx.gbl
> >> > >microsoft.public.dotnet.framework.aspnet:163052
> >> > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> > >> >
> >> > >> >Something about the Validation something.js could not be found.
> >> > >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in> >problem.> >> > >> >news:YHxpaqeVDHA.2080@cpmsftngxa06.phx.gbl...
> >> > >> >> Tibby,
> >> > >> >>
> >> > >> >> What is the error you receive?
> >> > >> >>
> >> > >> >> Compiling an assembly on 1.0 and running it on 1.1 is not a> >> > >> >>
> >> > >> >> Jim Cheshire
> >> > >> >> Developer Support
> >> > >> >> ASP.NET
> >> > >> >> [email]jamesche@online.microsoft.com[/email]
> >> > >> >>
> >> > >> >> This post is provided as-is with no warranties and confers no
> >> rights.
> >> > >> >>
> >> > >> >> --------------------
> >> > >> >> >From: "Tibby" <tierscheiss1977@hotmail.com>
> >> > >> >> >References: <OBfv28SVDHA.656@tk2msftngp13.phx.gbl>
> >> > >> >> <DRrgF2UVDHA.2188@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: <#ClqN5cVDHA.2344@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!TK2MSFTN GP10.phx.gbl
> >> > >> >> >Xref: cpmsftngxa06.phx.gbl
> >> > >> >microsoft.public.dotnet.framework.aspnet:162949
> >> > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> > >> >> >
> >> > >> >> >Sorry, this just popped in reading some of the other postings.
> >> When
> >> > I
> >> > >> >> >navigate to the page from anywhere BUT the webserver, thingserrors...can't> >> > fine.
> >> > >> >If
> >> > >> >> I
> >> > >> >> >go to the page from the webserver, I get ASP.NETuse.> >fin> >the> >> d
> >> > >> >some
> >> > >> >> >compnent. Also, I did notice that the server has v1.1 of the
> >> > >framework,
> >> > >> >> and
> >> > >> >> >I have v1.0.3705 and 1.1 and I'm thinking that I'm still using> >> > >older
> >> > >> >> one
> >> > >> >> >since I've never figured out how to tell it what version todiagnose> if> >> > >Wonder
> >> > >> >if
> >> > >> >> >that could also be a big problem. Hmmm....
> >> > >> >> >
> >> > >> >> >Tibmeister
> >> > >> >> >
> >> > >> >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in
> >> message
> >> > >> >> >news:DRrgF2UVDHA.2188@cpmsftngxa06.phx.gbl...
> >> > >> >> >> Tibby,
> >> > >> >> >>
> >> > >> >> >> You should see a recycle in the Application Event Viewer log> >> you
> >> > >> are
> >> > >> >> >> using up memory like that. In any case, in order toso> >> 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,no> 936-5800.> >if> >> > >you
> >> > >> >> want
> >> > >> >> >> to go that route, please feel free to call us. (800)> >> > >> >> >>
> >> > >> >> >> Jim Cheshire
> >> > >> >> >> Developer Support
> >> > >> >> >> ASP.NET
> >> > >> >> >> [email]jamesche@online.microsoft.com[/email]
> >> > >> >> >>
> >> > >> >> >> This post is provided as-is with no warranties and conferslittle> >> > >rights.
> >> > >> >> >>
> >> > >> >> >> --------------------
> >> > >> >> >> >From: "Tibby" <tierscheiss1977@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: <OBfv28SVDHA.656@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!tk2msft ngp13.phx.gbl
> >> > >> >> >> >Xref: cpmsftngxa06.phx.gbl
> >> > >> >> >microsoft.public.dotnet.framework.aspnet:162708
> >> > >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >> > >> >> >> >
> >> > >> >> >> >I am having some massive problems with this. After a> orrigionally> >> while
> >> > >of
> >> > >> >> >> usage,
> >> > >> >> >> >my ASP App starts producing errinous resualts. I> I'm> >the> >> had
> >> > >to
> >> > >> >> >> reboot
> >> > >> >> >> >the server, then found out that re-uploading the files does> >> > >same
> >> > >> >> >> effect.
> >> > >> >> >> >I've tracked it down to aspnet_wp needing a good restart.> don't> >> > >> >wondering
> >> > >> >> >if
> >> > >> >> >> >it's due to some problem iwth the sessions themselves, I> going> >> > >think
> >> > >> >> they
> >> > >> >> >> >are properly closing out because the memory usage starts>> >> >> up
> >> > >> >until
> >> > >> >> >it
> >> > >> >> >> >hits a maximum amount and then comes the problems.
> >> > >> >> >> >
> >> > >> >> >> >Thanks
> >> > >> >> >> >Tibmeister
> >> > >> >> >> >
> >> > >> >> >> >
> >> > >> >> >> >
> >> > >> >> >>
> >> > >> >> >
> >> > >> >> >
> >> > >> >> >
> >> > >> >>
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> > >
> >> >
> >>
> >>
> >
> >
Tibby Guest



Reply With Quote

