Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

system process spiking on any type page request from local..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  List asp files in a virtual directory - ADSI  
Author Message
user974

External


Since: Oct 16, 2003
Posts: 2



(Msg. 1) Posted: Thu Oct 16, 2003 6:55 pm
Post subject: system process spiking on any type page request from local machine only
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm running IIS 5.1 on xp with .net 1.1. Whenever I do a
request locally either localhost or machine name to any
page .htm .asp .aspx the system process on my machine
spikes. My cpu goes to 100% with system being the main
culprit. inetinfo and dllhost both show 0%. Anywhere from
2 to 10 minutes later the page may show up or one of two
errors show up. Page doesn't exist or a dns error. Then
I refresh and the page shows immediately. Until I type in
a different page, then we wait all over again. From other
machines the pages are served fine. My problem is I need
to be able to get the pages locally so I can debug out of
visual studio. I have no proxies configured on any of my
lan settings or connections.

Where should I start looking to solve this?

 >> Stay informed about: system process spiking on any type page request from local.. 
Back to top
Login to vote
anonymous118

External


Since: Oct 16, 2003
Posts: 5



(Msg. 2) Posted: Thu Oct 16, 2003 10:23 pm
Post subject: system process spiking on any type page request from local machine only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Check the link below.

<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-</a>
us;290766



 >-----Original Message-----
 >I'm running IIS 5.1 on xp with .net 1.1. Whenever I do a
 >request locally either localhost or machine name to any
 >page .htm .asp .aspx the system process on my machine
 >spikes. My cpu goes to 100% with system being the main
 >culprit. inetinfo and dllhost both show 0%. Anywhere
from
 >2 to 10 minutes later the page may show up or one of two
 >errors show up. Page doesn't exist or a dns error. Then
 >I refresh and the page shows immediately. Until I type
in
 >a different page, then we wait all over again. From
other
 >machines the pages are served fine. My problem is I need
 >to be able to get the pages locally so I can debug out of
 >visual studio. I have no proxies configured on any of my
 >lan settings or connections.
 >
 >Where should I start looking to solve this?
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: system process spiking on any type page request from local.. 
Back to top
Login to vote
user975

External


Since: Oct 16, 2003
Posts: 1



(Msg. 3) Posted: Fri Oct 17, 2003 12:41 am
Post subject: Re: system process spiking on any type page request from local machine only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The problem was actually the following:

Somehow ipv6 protocol got installed and when ipv6 is installed with ipv4
(microsoft's tcp/ip protocol is ipv4), your machine name and localhost
resolve to ::1: for an address instead of the ipv4 typical octet of
127.0.0.1. So when I was trying to connect through debug of visual
studio.net 2003 through ie 6.1 sp1 to iis 5.1 using ipv6, somewhere in
that, it resolved localhost to ::1: and failed to connect.

what let me find this was simply pinging localhost. That showed me
localhost resolving to an address of ::1:
then I looked at my network connection and it had ipv6 installed. I
removed that and things worked fine after that.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: system process spiking on any type page request from local.. 
Back to top
Login to vote
user974

External


Since: Oct 16, 2003
Posts: 2



(Msg. 4) Posted: Fri Oct 17, 2003 3:30 am
Post subject: Re: system process spiking on any type page request from local machine only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The problem was actually the following:

Somehow ipv6 protocol got installed and when ipv6 is installed with ipv4
(microsoft's tcp/ip protocol is ipv4), your machine name and localhost
resolve to ::1: for an address instead of the ipv4 typical octet of
127.0.0.1. So when I was trying to connect through debug of visual
studio.net 2003 through ie 6.1 sp1 to iis 5.1 using ipv6, somewhere in that,
it resolved localhost to ::1: and failed to connect.

what let me find this was simply pinging localhost. That showed me
localhost resolving to an address of ::1:
then I looked at my network connection and it had ipv6 installed. I removed
that and things worked fine after that.


"Ganesh" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:074901c39455$ab1077a0$a301280a@phx.gbl...
 > Check the link below.
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-</font</a>>
 > us;290766
 >
 >
 >
  > >-----Original Message-----
  > >I'm running IIS 5.1 on xp with .net 1.1. Whenever I do a
  > >request locally either localhost or machine name to any
  > >page .htm .asp .aspx the system process on my machine
  > >spikes. My cpu goes to 100% with system being the main
  > >culprit. inetinfo and dllhost both show 0%. Anywhere
 > from
  > >2 to 10 minutes later the page may show up or one of two
  > >errors show up. Page doesn't exist or a dns error. Then
  > >I refresh and the page shows immediately. Until I type
 > in
  > >a different page, then we wait all over again. From
 > other
  > >machines the pages are served fine. My problem is I need
  > >to be able to get the pages locally so I can debug out of
  > >visual studio. I have no proxies configured on any of my
  > >lan settings or connections.
  > >
  > >Where should I start looking to solve this?
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: system process spiking on any type page request from local.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS 6 Advance Log missing "s-event" "s-process-type" - In Windows 2000, I can find there are "s-event", "s-process-type", "s-user-time" ... in the IIS 6.0 >> Enable logging >> Properties >> Advance. However, I cannot find these items in Windows 2003 IIS. Howe...

? ASP process just one request at a time ? - Does the anybody knows how to configure IIS to make possible process more the one Request simultaniously? I am using Win2K server with SP4 at Pemtium 4 (2.4GHz) 512MB RAM PC. My ASP application runs in Medium protection mode (Changing the mode does no...

how to access local page from outside - Hey Guys! I just set up a webserver ( I think). If i type myipaddress/mywebsite/index.asp i can view the page, but when I try to do this from an outside computer, it says page cannot be displayed. Can someone help me sort out this problem. Thanx Seelan

Computer On Local Network Cant Read Server's Web Page/Web .. - Hi there, I just set-up a server with IIS running a website, ftp and exchange server web access. My friend can access the page from his computer haalf way accross town, but for some reason, i cant. I am running a network HUB with ADSL, NetBeiu and..

[Microsoft] [ODBC Driver Manager] SQL Data Type Out of Range - Hi, We are using a VB 6 dll to call an Oracle stored procedure and displaying the ourput information in an asp page (Windows 2000 server). We upgraded our MDAC version to 2.7 to support another application and this VB dll stops working and it is..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]