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

IE Discussion feature and IIS

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS pauses inside network ?  
Author Message
ericdendoop

External


Since: Sep 03, 2003
Posts: 7



(Msg. 1) Posted: Sun Sep 28, 2003 4:09 pm
Post subject: IE Discussion feature and IIS
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello, All!

My web server often logs 500 errors when visitors use the Discussion feature
in IE. The site does not offer this feature. However, IIS seems to be
loading various programs, because once I click the Discussion button in IE,
the number of threads in the DLLHOST.EXE session of my IWAM_MACHINE
increases. Is there anyway to prevent IIS from loading whatever it is
loading? Or, is it possible to tell IIS to load the Discussion code in a
different DLLHOST.EXE session? I want my own web components to be loaded in
their own space and I do not want my components to be bothered by any
problems that can be caused by the Discussion stuff. I hope this makes sense
to you. The production server is a Windows 2000 SP4 server. I am running the
same web on a WinXP Pro test server. On the test server, the Discussion code
seems to be loaded in a different DLLHOST.EXE session. I want the same on
the W2K server. Any ideas? Thanks.

Errors:
[500] HTTP Internal server error. Page: _vti_bin/owssvr.dll DNS:
[ip_address] Visit No: 1 @ 28-9-2003 12:46:28
[500] HTTP Internal server error. Page: MSOffice/cltreq.asp DNS:
[ip_address] Visit No: 1 @ 28-9-2003 12:46:30
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8

 >> Stay informed about: IE Discussion feature and IIS 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 2) Posted: Sun Sep 28, 2003 4:09 pm
Post subject: Re: IE Discussion feature and IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Eric,

Run the web application in its own memory space.

HOW TO: Isolate Web Applications into Their Own Process
http://support.microsoft.com/?id=326086

How to Isolate a DLL into a Separate Process By Using Component
Services
http://support.microsoft.com/?id=281335


Regards,

Paul Lynch
MCSE

 >> Stay informed about: IE Discussion feature and IIS 
Back to top
Login to vote
ericdendoop

External


Since: Sep 03, 2003
Posts: 7



(Msg. 3) Posted: Sun Sep 28, 2003 5:00 pm
Post subject: Re: IE Discussion feature and IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello, Paul!
You wrote on Sun, 28 Sep 2003 12:35:51 +0100:

PL> Run the web application in its own memory space.
PL> HOW TO: Isolate Web Applications into Their Own Process
PL> http://support.microsoft.com/?id=326086
PL> How to Isolate a DLL into a Separate Process By Using Component
PL> Services
PL> http://support.microsoft.com/?id=281335

Paul, thanks for your reply. I forgot to mention that the web is already
configured to run in High Isolation. The COM server is a COM .EXE, thus it
is already running in a seperate process. What I want is a separate
DLLHOST.EXE session to host my ISAPI application (which connects to the COM
..EXE), IOW: prevent the Discussion code from being loaded in my ISAPI's
DLLHOST.EXE session.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
 >> Stay informed about: IE Discussion feature and IIS 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 4) Posted: Wed Oct 08, 2003 5:46 am
Post subject: Re: IE Discussion feature and IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Run the app in High, or create a package in COM+.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "Eric den Doop" <ericdendoop.TakeThisOut@xspamblockxfoxite.com>
| References: <#IY8PEbhDHA.4628@TK2MSFTNGP12.phx.gbl> <mohdnvge3n4bhrojka8djqc9f85lli50tn.TakeThisOut@4ax.com>
| Subject: Re: IE Discussion feature and IIS
| Date: Sun, 28 Sep 2003 14:00:43 +0200
| Lines: 21
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| X-Comment-To: Paul Lynch
| FL-Build: Fidolook 2002 (SL) 6.0.2600.78 - 24/10/2002 21:18:29
| Message-ID: <#Z$vmgbhDHA.944@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: foxite.xs4all.nl 80.126.122.23
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:277408
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hello, Paul!
| You wrote on Sun, 28 Sep 2003 12:35:51 +0100:
|
| PL> Run the web application in its own memory space.
| PL> HOW TO: Isolate Web Applications into Their Own Process
| PL> http://support.microsoft.com/?id=326086
| PL> How to Isolate a DLL into a Separate Process By Using Component
| PL> Services
| PL> http://support.microsoft.com/?id=281335
|
| Paul, thanks for your reply. I forgot to mention that the web is already
| configured to run in High Isolation. The COM server is a COM .EXE, thus it
| is already running in a seperate process. What I want is a separate
| DLLHOST.EXE session to host my ISAPI application (which connects to the COM
| .EXE), IOW: prevent the Discussion code from being loaded in my ISAPI's
| DLLHOST.EXE session.
| --
| Eric den Doop
| www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
|
|
|
 >> Stay informed about: IE Discussion feature and IIS 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Can't get discussion web to work on W2K3 - incompatible.. - Ok, I'm using FrontPage 2002 to publish a web to a Windows2003 server running IIS and FrontPage Server Extensions installed from the Add/Remove components. I used IIS to extend the site. I created a discussion web and when you try to post to it, the....
   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 ]