sharing root include files across many sites
have a question.
we have a large web site that uses ASP and virtual include files to piece
pages together. so /includes/header.asp is used all over.
What we want to do is set up subdomains of our site and make them their own
site.
For example, our main site is www.foo.edu and we want to set up
admissions.foo.edu, financialaid.foo.edu, etc. so that when a user goes to
these sites the name is the address bar of the browser.
When you set up a site this way it seems it wants it own set of includes
files. We want to be able to share the root include files for all these
sites. Is there a way to do this? Can we set a path for shared files across
many sites?
Thanks. Tag: Web Site Access Tag: 398279
IIS 5.1 Limit Sessions
Is it legal to use command
adsutil set w3svc/MaxConnections 40
to increase IIS 5.1 on my XP pro from 10 to 40 Tag: Web Site Access Tag: 398276
Trouble with ISAPI Url rewrite and HTTP PUT and DELETE
I am running into problems rewriting urls when the HTTP method is one
of PUT or DELETE (case sensitive here)
I have tried ISAPI Rewrite 3 and Ionic Rewrite Filter
I am converting urls from
/api/v1/customers/1
to
/api/v1/customers/1.rails
Everything works well except on PUT and DELETE.
Variations of PUT and DELETE (Put, pUT,PUt,put etc) all work, it is
only when the verb is passed all uppercase.
When I view the logs of either rewriter they both indicate that the
url has been rewritten correctly, but in the IIS log file it displays
the unwritten url with a 500 status.
It seems as though it must be some IIS setting not allowing PUT and
DELETE, but I can't find anywhere else to enable it. My .rails
extension is mapped to ASP.Net 2.0 and is set to allow all verbs.
Any help with this is greatly appreciated.
Thanks
Chris Tag: Web Site Access Tag: 398273
Error 403 forbidden on remote machines
I have a frustrating problem with IIS.
We have a W2003R2 64 bit OS running with Exchange 2007 and Sharepoint
Server 2007 running on it, and all was working fine.
Then someone attempted to install Microsoft Data Protection Manager onto
the server, and Removed all SSL requirements on the default web site in
order to install it. The install failed and he then removed DPM.
Since then, however, we have been unable to access OWA or sharepoint
properly from remote machines, but it works fine on the machine itself.
The error is HTTP Error 403.2 - Forbidden: Read access is denied.
I've been looking in IIS trying to find what is blocked and where, but
unable to find anything. I know its a IIS permissions problem, but its
frustrating because I cannot find the cause although I know its the same
error for both.
From the IIS logs I have for the OWA error
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
403 2 5
2007-09-18 11:22:11 W3SVC1 192.168.124.15 GET
/owa/8.0.744.0/themes/base/bsd.gif - 443 bhl\j.ede XXX.XXX.XXX.XXX
and for the sharepoint error
2007-09-18 10:33:04 W3SVC2129811787 192.168.124.16 GET
/_themes/Obsidian/viewheadergrad_obsidian.gif - 80 BHL\j.ede
192.168.124.59
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30)
200 0 0 Tag: Web Site Access Tag: 398263
SSL Processes on IIS 6
Greetings. Hoepfully someone here can help me with this.
I have an IIS server with multiple IP Addresses assigned: every site gets
its' own IP Address.
Additionally, I am also running Citrix Secure Gateway. It too is assigned a
static IP Address and is listening on port 443. The secure gateway has its'
own certificate that is not used by any other process.
A new web application is going to be deployed to this server and it will
require SSL.
The problem I am having is that IIS 6 is completely ignoring the specific IP
Address:Port binding I am assigning to the site. As it usually does right out
of the box, IIS is attempting to take over all IP Addresses instead of those
that are assigned.
On IIS 5, the solution was simple: exceute adsutil.vbs and disable socket
pooling. (I currenlty have a server running IIS 5 with Apache Tomcat and they
both have SSL listeners attached only to the IP Addresses they are assigned
to).
I've tried the same trick with IIS 6 to no avail.
I've also used httpcfg.exe to assign the available IP Addresses; however,
nothing seems to work, IIS still keeps trying to attach and SSL listener on
0.0.0.0.
Does anyone here have a solution to this problem?
If worse comes to worst, I'll simply transplant the entire website to an IIS
5 server.
Thank you. Tag: Web Site Access Tag: 398250
problems downloading certain types of files
've setup my website to allow directory browsing. I want our customers to
be able to go in and drill down to the files they want. It works for the
most part, but there are certain files that won't download. ONe if a "reg"
file and the other is a "dpf" file. "exe" files work fine. I see the "reg"
files, but when I click on them I get a webpage saying they don't exist. I
believe a 404 error. If I right click on them I another error. Internet
Explorer cannot download "filename" from wwww.website.com. Internet
Explorer was not able to open this Internet site. The requested site is
either unavailable or cannot be found. Please try again later.
What do I need to do to allow these file to be downloaded? I know they are
registry file. Our customers need them. They also need the dpf files.
Thanks,
Jeff Tag: Web Site Access Tag: 398243
Host Headers on Laptop running local
I have two web sites I want to host on a laptop for demos. So my IP address
will be the same and I just can't seem to get it work.
I have set both to "All unasigned IPs" and I have tried "127.0.0.1" and that
does not work.
I gernally access the web sites on the laptop as http://127.0.0.1/appname
based on what I have read on host headers it has to be the fully qualified
name and it will only let me enter something like www.appname.com. And that
won't work either.
Do I need to add something to my lmhost ?
I found that if I enter my "appname" as the header, it tries to resolve one
of the sites but I get a 400 error because it does not resolve far enough
down to get my login.asp. Tag: Web Site Access Tag: 398238
Problem with IIS 5.1 running on XP professioal
Hi All,
Have had no problems running PWS under Win98 or running IIS under Win 2000
pro. However, having installed IIS 5.1 under XP pro I find I am unable to get
any pages to display. All that is returned is error http 500 (internal server
error) or error http 403 (forbidden) which indicates that Internet Explorer
(IE7) was able to connect to the website, but does not have permission to
view the webpage. Can get directory listings but that is all.
After re-installing and experiencing the same problems have played with all
the settings that appear relevant but to no avail. Sure I must be missing
something obvious.
Any suggestions
Regards
Jim Tag: Web Site Access Tag: 398237
w3wp.exe Crash InitializeCulture Event Log
We have an application (A) that is causing a crash in w3wp.exe.
When this crashes, we are getting an error in another site (B) of
"InitializeCulture" is not a member of...
The crash is a result of a COM object in A. Site B inherits its pages
from the MSDN.SessionPage and reports this error whenever it is
running framework 2.0.
I have been resetting B's Application Pool in order to fix this. The
site is running framework 1.1 but after the w3wp crash, it thinks it
is running 2.0 which causes the InitializeCulture error.
This all started happening last week after the latest Microsoft
Updates were applied to the server.
Does anyone have an idea on why the site would think its running 2.0
when it is not? Is there a fix?
Thanks
Tim Tag: Web Site Access Tag: 398236
Accessing Shares Across the Network from an ASP page
Folks.....I just posted this question to several Windows Server groups but
forgot to include this IIS group.
I have four Windows 2000 server boxes which as far as I can tell
are identical. All are in the same Win2K Domain/Active Directory. All are
full patched via Microsoft Update.
One of these four servers is also a web server (call it Server A). I have
created an ASP web page which via the "FileSystemObject" and "GetFolder" I
am attempting to open a folder on each of the four servers. It works on
ServerA and ServerB, but fails with a "Error Number is 76 / Path not found"
error on the other two (Server C and Server D).
The web server is running with the default Anonomous User Id.
All four servers have identical Security Policies and the "Sharing and
Security" settings for the Shares are identical.
Can anyone help me debug this issue?
Thanks.....RDK Tag: Web Site Access Tag: 398235
IIS admin service crashes
here is a copy of the dump file, can anyone tell me why this is crashing?
In
inetinfo__PID__5980__Date__09_14_2007__Time_08_07_29PM__777__Second_Chance_Exception_C0000005.dmp
the assembly instruction at MSV1_0!ReferenceUserContext+39 in
C:\WINNT\system32\MSV1_0.DLL from Microsoft Corporation has caused an access
violation exception (0xC0000005) when trying to read from memory location
0x00000018 on thread 21
Type of Analysis Performed Crash Analysis
Machine Name OPUSSVR03
Operating System Windows 2000 Service Pack 4
Number Of Processors 1
Process ID 5980
Process Image C:\WINNT\system32\inetsrv\inetinfo.exe
System Up-Time 3 day(s) 13:17:21
Process Up-Time 1 day(s) 05:04:25
Thread 21 - System ID 1908
Entry point ISATQ!AtqPoolThread
Create time 9/13/2007 3:03:09 PM
Time spent in user mode 0 Days 0:0:8.781
Time spent in kernel mode 0 Days 0:0:11.500
Function Arg 1 Arg 2 Arg 3 Source
MSV1_0!ReferenceUserContext+39 0c602ea0 00000000 00000008
MSV1_0!SpQueryContextAttributes+1d 0c602ea0 00000008 0abaf8d4
secur32!LsaQueryContextAttributesA+f1 0abaf8b8 00000008 0abaf8d4
secur32!QueryContextAttributesA+3e 00d3774c 00000008 0abaf8d4
INFOCOMM!TCP_AUTHENT::QueryExpiry+21 0abafc7c 00000000 00d37008
W3SVC!HTTP_REQ_BASE::OnRestartRequest+3b8 004d06a8 00000000
0abaff30
W3SVC!HTTP_REQ_BASE::OnCompleteRequest+498 004d06a8 0000019f
0abaff30
W3SVC!HTTP_REQ_BASE::UnWrapRequest+1f4 0abafef8 0abaff30
0abaff0c
W3SVC!HTTP_REQ_BASE::OnFillClientReq+7a 0abafef8 0abaff30
0abaff0c
W3SVC!HTTP_REQUEST::DoWork+99 0abaff30 7c57b5d4 120c6520
W3SVC!CLIENT_CONN::DoWork+1aa 000001b4 00000000 00000001
W3SVC!W3Completion+43 120c6520 000001b4 00000000
ISATQ!AtqpProcessContext+266 00000000 000001b4 0aac7344
ISATQ!AtqPoolThread+1a8 abcdef01 00000000 00000000
KERNEL32!BaseThreadStart+52 6d709470 abcdef01 00000000
MSV1_0!REFERENCEUSERCONTEXT+39In
inetinfo__PID__5980__Date__09_14_2007__Time_08_07_29PM__777__Second_Chance_Exception_C0000005.dmp
the assembly instruction at MSV1_0!ReferenceUserContext+39 in
C:\WINNT\system32\MSV1_0.DLL from Microsoft Corporation has caused an access
violation exception (0xC0000005) when trying to read from memory location
0x00000018 on thread 21
Module Information
Image Name: C:\WINNT\system32\MSV1_0.DLL Symbol Type: PDB
Base address: 0x782d0000 Time Stamp: Fri Apr 01 21:23:32 2005
Checksum: 0x00029b9f Comments:
COM DLL: False Company Name: Microsoft Corporation
ISAPIExtension: False File Description: Microsoft Authentication Package
v1.0
ISAPIFilter: False File Version: 5.00.2195.6926
Managed DLL: False Internal Name: MSV1_0.DLL
VB DLL: False Legal Copyright: Copyright (C) Microsoft Corp. 1981-1999
Loaded Image Name: c:\symcache\MSV1_0.dbg\424DF41422000\MSV1_0.dbg Legal
Trademarks:
Mapped Image Name: Original filename: MSV1_0.DLL
Module name: MSV1_0 Private Build:
Single Threaded: False Product Name: Microsoft(R) Windows (R) 2000
Operating System
Module Size: 136.00 KBytes Product Version: 5.00.2195.6926
Symbol File Name: c:\symcache\msv1_0.pdb\40983DD71\msv1_0.pdb Special
Build: &
--
A+, MCSE, CCNA, CCAI Tag: Web Site Access Tag: 398232
Web Service Extensions per Application
Hello,
is there any way to disable WebDAV extension just for my application?
Running IIS6.
Thanks,
Jan Tag: Web Site Access Tag: 398230
Help with debugdiag analysis - w3wp hang and using a lot of memory
Hi
I've run debugdiag against a worker process that appears to hang and
is also using a large amount of memory. The app pool this processs is
serving is running WSS 2.0. The analysis is below but I'm not sure
where to go next. Can anyone shed any light?
Thanks
Mike
Analysis Summary
Type Description Recommendation
Information The following threads in
Hang_Rule_Targets__Date__09_17_2007__Time_09_21_17AM__w3wp.exe__WSSAPP__PID__7320__465__Manual
Dump.dmp are processing a client request and is/are not fully
resolved. Further analysis of these threads is recommended in order to
determine what may be blocking the request(s).
( 0 )
12.50% of IIS worker threads blocked
100.00% of threads blocked
Warning 2 client connection(s) in
Hang_Rule_Targets__Date__09_17_2007__Time_09_21_17AM__w3wp.exe__WSSAPP__PID__7320__465__Manual
Dump.dmp have been executing a request for more than 90 seconds.
Please see the Client Connections section of this report for more
detailed information about the connection(s).
Analysis Details
Your browser settings are currently prohibiting this report's scripts
from running.
This is preventing some features of this analysis report from
displaying properly. To enable scripts to run, right-click the
security warning above and choose "Allow Blocked Content..." or enable
the "Allow active content to run in files on My Computer*" setting on
the Advanced tab of your "Internet Options" dialog to avoid being
prompted in the future
Table Of Contents
Hang_Rule_Targets__Date__09_17_2007__Time_09_21_17AM__w3wp.exe__WSSAPP__PID__7320__465__Manual
Dump.dmp
Top 5 threads by CPU time
Thread report
Well-Known COM STA Threads Report
HTTP Report
Report for
Hang_Rule_Targets__Date__09_17_2007__Time_09_21_17AM__w3wp.exe__WSSAPP__PID__7320__465__Manual
Dump.dmp
Report for
Hang_Rule_Targets__Date__09_17_2007__Time_09_21_17AM__w3wp.exe__WSSAPP__PID__7320__465__Manual
Dump.dmp
Type of Analysis Performed Hang Analysis
Machine Name Server0119
Operating System Windows Server 2003
Number Of Processors 8
Process ID 7320
Process Image c:\WINNT\system32\inetsrv\w3wp.exe
System Up-Time 16 day(s) 20:06:54
Process Up-Time 2 day(s) 15:57:59
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread
Thread ID: 0 Total CPU Time: 00:00:14.296 Entry Point for
Thread: 0x00000000
Thread report
Thread 0 - System ID 11520
Entry point 0x00000000
Create time 09/14/2007 17:24:02
Time spent in user mode 0 Days 00:00:10.390
Time spent in kernel mode 0 Days 00:00:03.906
This thread is processing a client request and is/are not fully
resolved. Further analysis of these threads is recommended in order to
determine what may be blocking the request(s).
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtDelayExecution+c
kernel32!SleepEx+68
kernel32!Sleep+b
EntAPI+13b9
ntdll!LdrpCallInitRoutine+14
ntdll!LdrShutdownProcess+126
kernel32!_ExitProcess+37
kernel32!TerminateProcess
mscorsvr!FailFast+114
mscorsvr!OutOfMemoryCallbackForEE+12
mscorsvr!UnlockedLoaderHeap::UnlockedAllocMem+57
mscorsvr!LoaderHeap::AllocMem+1e
mscorsvr!EEJitManager::NewCodeHeap+8b
mscorsvr!EEJitManager::NewCodeHeap+2c
mscorsvr!EEJitManager::NewCodeHeap+2c
mscorsvr!EEJitManager::allocCode+78
mscorsvr!CEEJitInfo::allocMem+8a
mscorjit!eeAllocMem+1e
mscorjit!emitter::emitEndCodeGen+10b
mscorjit!Compiler::genGenerateCode+9f
mscorjit!Compiler::compCompile+128
mscorjit!Compiler::compCompile+1e8
mscorjit!jitNativeCode+95
mscorjit!CILJit::compileMethod+a2
mscorsvr!CallCompileMethodWithSEHWrapper+52
mscorsvr!JITFunction+2c7
mscorsvr!MakeJitWorker+2bb
mscorsvr!MethodDesc::DoPrestub+498
mscorsvr!PreStubWorker+42
0x001187fe
mscorsvr!DoDeclarativeSecurity+1a
Back to Top
Well-Known COM STA Threads Report
STA Name Thread ID Thread Status Call Status
HTTP report
IIS ATQ worker thread count 8 Thread(s)
Available ATQ worker thread count 8 Thread(s)
Active client connections 20 client connection(s)
Client Connections
Client connection from 10.245.139.194:4325 to 10.245.139.194:80
Host Header server0119-sp:80
GET request for /default.aspx
HTTP Version HTTP/1.1
SSL Request False
Time alive 2 day(s) 15:58:57
QueryString
Request mapped to
HTTP Request State Unknown
Native Request State NREQ_STATE_PROCESS
Client connection from 10.245.139.194:4339 to 10.245.139.194:9975
Host Header 10.245.139.194:9975
GET request for /default.aspx
HTTP Version HTTP/1.1
SSL Request False
Time alive 2 day(s) 15:58:34
QueryString
Request mapped to
HTTP Request State Unknown
Native Request State NREQ_STATE_PROCESS
18 connection(s) waiting for the next request.
Script Summary
Script Name Status Error Code Error Source Error Description Source
Line
CrashHangAnalysis.asp Completed Tag: Web Site Access Tag: 398226
HTTPS while hosting several virtual sites
I run an IIS6 server that hosts several virtual sites. I have a few sites
that require SSL so I've bound a static IP address to the NIC and then to
those particualr sites. My issue is this: CompanyA requires SSL. I've
bound, for example, 192.168.100.100 to a NIC and the IP address for
CompanqA's web site is 192.168.100.100. https://www.companya.com works fine.
However, CompanyB does not require SSL so I've assigned it's web site
address within IIS to All Unassigned. If I browse to
http://www.companyb.com, everything works just fine. However, when I browse
to https://www.companyb.com, it will bring up CompanyA's web site even though
I've put no port number in the SSL port of Web site tab. Why does IIS go to
an incorrect https web site if the one you're designating within your browse
does not have an SSl port designated? How can I keep this from happening?
Thanks in advance...
Troy Tag: Web Site Access Tag: 398222
cant get IIS to run asp.net 2.0 SP1 applicatoin
I have an asp.net 2.0 web application project, which used to run fine
under the developement server in Visual Studio.
Does anybody know how to get the application to run under IIS?
The ISS is configured so it points at the right directory (I tested by
entering the url localhost/images/banner.jpg in a browser, which
showed a picture from that folder). If I enter the start.aspx I get
this error message:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make
sure that it is spelled correctly.
Requested URL: /start.aspx
I have chosen the right version of the .net framework in the IIS
I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
please help
Bjarke Tag: Web Site Access Tag: 398212
cant get IIS to
I have an asp.net 2.0 web application project, which used to run fine
under the developement server in Visual Studio.
Does anybody know how to get the application to run under IIS?
The ISS is configured so it points at the right directory (I tested by
entering the url localhost/images/banner.jpg in a browser, which
showed a picture from that folder). If I enter the start.aspx I get
this error message:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make
sure that it is spelled correctly.
Requested URL: /start.aspx
I have chosen the right version of the .net framework in the IIS
I even get this message if I rightclick the file in IIS and
choose"explore" (Just to assure that I dont misspell the URL)
please help
Bjarke Tag: Web Site Access Tag: 398211
Images display only intermittently in browser (Cross posted in IE)
I have a problem with our hosted web site where a page will load and the
images will not display.
This is not the case where a placeholder is displayed in lieu of the image,
my problem is that there is a gap or blank spot where the images should be.
The problem is random and intermittent, sometimes the images display and
sometimes they do not. Sometimes I can get them to display by continually
refreshing the page until they do.
I do not know if this is a browser issue, an IIS issue or a network issue.
The problem does not appear to exist in IE7 but it does in all other types
of browsers.
I have documented the issue with screenshots (hoepfully they will display)
at http://www.frickcpa.com/TVOM/error.asp.
If anyone has any thoughts on this, please let me know.
Thanks
Dave Tag: Web Site Access Tag: 398210
Send from Server IIS to Client binary file
I want to use ISAPI filter or extension for send data from IIS to Client.
First of all I need to read the data from file (some files maybe encrypted),
check if it encrypted as do decrypt and pass it to client.
If it possible?
And how can I do it?
Thank you. Tag: Web Site Access Tag: 398205
Multiple Websites
Is there a way to host multiple websites on the same IIS server inclusing
sites that will use HTTPS? Can the sites have multiple IP addresses? If so
how can I do this? Tag: Web Site Access Tag: 398181
Asynchronous Design Pattern - Scalable TX Pipeline
Can someone give me a link to some documentation or explain how I can
implement an asynchronous design pattern to handle a TX request that is
received by IIS?
I would like to be able to free the thread in the thread pool handling the
request while my TX Pipeline is processing I/O (e.g. going to the database,
socket connection to an external supplier). I have an idea on how to
implement the TX Pipeline itself, but I'm not sure how to basically setup the
asynchronous relationship between IIS and my application code so that I can
callback in and access the connection to write the response back to the
client.
Currently our platform processes TXs on three different conduits: HTML, XML,
and Custom Application Data Protocol to handle transactions with POS
Terminals. The first two conduits use IIS as its application. The third
uses a windows service where I have implemented an asynchronous TCP Server.
The TCP Server has a hashtable of Client Connections which contains objects
that encapsulate a socket and also a pointer to an application object that
implements an interface that handles OnAccept, OnReceive, OnDisconnect, and
OnTimeout. It is very easy to implement an Asynchronous TX Pipeline within
the application object; I just implement a state machine and have a callback
which is called when an I/O task finishes. The application object hangs
around because it is references by the object that encapsulates socket which
is stored in the hash table of the TCP Server.
I basically just need to know how to perform the same association of an
application object to the data structure that encapsulates the socket
connection in IIS so that I can communicate back to the client. I believe
this is possible, but haven't found the documentation yet.
Thanks,
Larry Tag: Web Site Access Tag: 398179
SSL works internally but not externally
We've installed an SSL certificate and it works fine internally but
not externally. We host our own site so if I type https://servername
the site will pull up. When we switch to external, https://www.sitename.com
just hangs and nothing pulls up and no errors. In mmc, i can look at
the snap-in for the certificate and it has the correct external domain
name. Don't know what to do. Can anyone help?
Thanks,
Matt Tag: Web Site Access Tag: 398176
IIS 6 : Frontpage Server Extension (FPSE) problem
Hello,
I have a big issue with a web server for a month now, and I can't find any
solution.
I have a Windows 2003 Server Standard Edition with IIS 6 on it (I'll call it
"the server").
On this server there are 2 web sites :
First web site : www.domain.ext and an alias.domain.ext application running
.NET 1.1
Second web site : alias2.domain.ext application running .NET 1.1
On the first web site, there is a virtual folder, running .NET 2.0
Both web sites and the virtual folder runs FPSE.
Everything was ok for 2 years : I was able to connect the two web sites
running .NET 1.1 with Visual Studio 2003, and the virtual folder running
.NET 2.0 with Visual Studio 2005 using the public server name.
But one month ago everything broke down "for no reason" (I wasn't at office,
and nor the network administrator nor the system administrator can tell me
what they could do that could explain this problem).
The server is running on a DMZ 10.x.x.x, while my developement PC is running
on a local network 192.168.x.x. I was also able to connect the web server
from outside with my laptop, using the public domain names. The network
administrator opened everything on the firewall between the DMZ and the
local network in order to be sure there isn't any problem caused by the
firewall.
As it didn't work anymore, and I wasn't even able to login the FPSE
administration pages, I decided to reinstall IIS, with not any success, then
:
- I took a unused Windows XP Professional PC (I'll call it "the backup
server"), installed IIS 5.1 on it, then installed the first web site on it
(the most important) with FPSE.
- Set every network parameters exactely the same as the server.
- Unplugged the server network cable, and plugged the backup server instead.
=> As a result, the backup server is just replacing the server
The web site is available with this configuration, and I can connect it
using Visual Studio 2003 from the local network as expected.
So I completely reinstalled Windows on the server, installed IIS 6 with the
2 web site and the virtual folder, installed FPSE, and installed it on the
local network (192.168.x.x).
I can connect to every sites using VS 2003 and VS 2005 (according the .NET
version installed of the different instances) when the server in on the
local network.
So, I tried to set the server network parameters for the DMZ, then unplugged
the backup server and plugged the server instead.
As expected, the web sites runs fine.
BUT... FPSE doesn't work anymore, I can't connect on it with VS 2003 or VS
2005. I have most of the time this message :
"Folder http://www.domain.ext isn't available. Server is busy or
inexistant."
Several times, I don't have a message, but get a message "Can't connect
using Frontpage Extension, try to select another method :" and not any
listed works (file share). Sometimes, it asks me for the server password
then... opens "My documents" folder (on my dev computer !)
I just can't understand what is the problem. I spent the whole afternoon
with the network admin, trying to find out is there was a DNS, ARP table or
other thing that could cause this, but we can't find anything.
More information about the network settings :
- DNS Server : 192.168.0.199 > References all the three public names of the
server as 10.1.1.11 (IP of the server in the DMZ)
- Local network router : 192.168.0.160 > Directly connect to the ISP
- Firewall : local network address : 192.168.0.197 / dmz address 10.1.1.254
/ not any blocking rules between the two sub networks
- DMZ router : directly connected to the firewall with a crossed cable. The
firewall references it as a third network.
The server network configuration (and the backup server when it was in use)
:
Not in domain
host : web
ip : 10.1.1.11
mask :255.0.0.0
router : 10.1.1.254
dns : ISP dns (194.2.0.20 / 194.2.0.50)
nothing else
not any anti-virus or firewall installed, microsoft windows firewall
disabled
My dev computer (Windows Vista running VS 2005) :
Not in domain
host : portsd
ip : 192.168.0.10
mask : 255.255.255.0
router : 192.168.0.160
dns : 192.168.0.199
nothing else (no firewall or anti-virus)
host file : only loopback address
My dev computer bis (Windows XP Pro running VS 2003 in a Virtual PC 2007 on
my Vista computer) :
Not in domain
host : virtsd
ip : 192.168.0.11
mask : 255.255.255.0
router : 192.168.0.160
dns : 192.168.0.199
nothing else (no firewall or anti-virus)
host file : only loopback address
On my dev computer, we also tried to use the router 192.168.0.197 in order
to directly point to the firewall, but without any change : it always works
when trying to connect the backup server using VS 2003, but fail to connect
the server using VS 2003 or VS 2005.
IIS on the server :
Site 1 : host : www.domain.ext / alias.domain.ext / any network interface
Site 2 : host : aias2.domain.ext / any network interface
IIS on the backup server :
Site 1 : host : www.domain.ext / alias.domain.ext / any network interface
(and not site 2 nor virtual folder using .NET 2.0 as the IIS 5.1 on XP Pro
doesn't allow more than one web application)
Well. Currently I'm quite disapointed. Please help...
Regards,
Sylvain Tag: Web Site Access Tag: 398172
IIS6 server memory paging
Hi all,
I have a problem with some of our webservers.
In the performance monitor I can see there is a lot of paging going on.
The websites that are running on these machines are classic ASP websites and
they are using msxml4 with the latest SP.
The server is a:
Windows 2003 SP2
Dual Xeon 2.4Ghz
2GB RAM
I created the screenshots just after a reboot so there's not much memory in
use yet but it's already paging like crazy...
Screenshot1: http://www.datasmit.nl/temp/screenshot1.jpg
Screenshot2: http://www.datasmit.nl/temp/screenshot2.jpg
Does anyone know how I can check what is causing this much paging?
Thanks in advance
Floris van Haaster Tag: Web Site Access Tag: 398163
Server Paths
I'm pretty new to this stuff so please bear with me. I'm trying to
access files that are on the same server as my web app. I can connect
to files that are in the same path as my app, but if I try to connect
to any other folder on the server I get the "invalid path" error.
This connection string works for me:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\inetpub\wwwroot
\<foldername>;Extended Properties=dBase III"
But this one throws the error:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\<foldername>;Extended
Properties=dBase III"
I set the IIS to allow parent paths also and that didn't help.
Any help would be huge. Thanks a lot. Tag: Web Site Access Tag: 398151
w3wp.exe exception
Hi,
We are running ASP application in IIS 6.0.
But w3wp.exe crashes unexpectedly with the following message.
An exception dialog appears and one of the following message is logged
in event log
And any one of the following are logged in the System log during the
w3wp.exe exception:
Message 1
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Date: Date
Time: Time
User: N/A
Computer: ComputerName
Description:
A process serving application pool 'DefaultAppPool' terminated
unexpectedly. The process id was '1234'. The process exit code was
'0xc0000005'.
Message 2
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1011
Date: Date
Time: Time
User: N/A
Computer: ComputerName
Description:
A process serving application pool 'DefaultAppPool' suffered a fatal
communication error with the World Wide Web Publishing Service. The
process id was '1234'. The data field contains the error number.
Message 3
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1013
Date: Date
Time: Time
User: N/A
Computer: ComputerName
Description:
The process where application pool 'DefaultAppPool' was offered
exceeded the time limitation in the middle of the shutdown. Process id
was two '41 '
At times, only any of the above entry is found in the event log
without the w3wp.exe exception dialog.
We have run Microsoft's debug tool(Debug Diag) and have captured the
following
Analysis Summary
Type Description Recommendation
Error In
w3wp__PID__4468__Date__09_11_2007__Time_10_30_53AM__0__Second_Chance_Exception_C0000005.dmp
the assembly instruction at ntdll!ExpInterlockedPopEntrySListFault in
C:\WINDOWS\system32\ntdll.dll from Microsoft Corporation has caused an
access violation exception (0xC0000005) when trying to read from
memory location 0x00000002 on thread 8
Heap corruption was detected in heap 0x00080000, however pageheap was
not enabled in this dump. Please follow the instructions in the
recommendation section for troubleshooting heap corruption issues.
Current NTGlobalFlags value: 0x0 An access violation exception thrown
by a heap memory manager function indicates heap corruption. Please
follow the steps outlined in the following Knowledge Base article:
300966 Howto debug heap corruption issues in Internet Information
Services (IIS)
Warning 1 client connection(s) in
w3wp__PID__4468__Date__09_11_2007__Time_10_30_53AM__0__Second_Chance_Exception_C0000005.dmp
have been executing a request for more than 90 seconds. Please see the
Client Connections section of this report for more detailed
information about the connection(s).
Analysis Details
Table Of Contents
w3wp__PID__4468__Date__09_11_2007__Time_10_30_53AM__0__Second_Chance_Exception_C0000005.dmp
Top 5 threads by CPU time
Thread report
COM+ STA ThreadPool Report
Well-Known COM STA Threads Report
HTTP Report
ASP Report
Faulting Module Information
Report for
w3wp__PID__4468__Date__09_11_2007__Time_10_30_53AM__0__Second_Chance_Exception_C0000005.dmp
Type of Analysis Performed Combined Crash/Hang Analysis
Machine Name INFCH02041
Operating System Windows Server 2003 Service Pack 2
Number Of Processors 2
Process ID 4468
Process Image c:\WINDOWS\system32\inetsrv\w3wp.exe
System Up-Time 4 day(s) 14:22:11
Process Up-Time 0 day(s) 00:19:47
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread
Thread ID: 18 Total CPU Time: 0 day(s) 00:11:35.953 Entry
Point for Thread: msvcrt!_endthreadex+2f
Thread ID: 20 Total CPU Time: 0 day(s) 00:00:37.250 Entry
Point for Thread: msvcrt!_endthreadex+2f
Thread ID: 27 Total CPU Time: 0 day(s) 00:00:00.875 Entry
Point for Thread: ntdll!RtlpWorkerThread
Thread ID: 26 Total CPU Time: 0 day(s) 00:00:00.718 Entry
Point for Thread: LeakTrack!UnloadThread
Thread ID: 19 Total CPU Time: 0 day(s) 00:00:00.578 Entry
Point for Thread: msvcrt!_endthreadex+2f
Thread report
Thread 0 - System ID 2232
Entry point w3wp!wmainCRTStartup
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.78
Time spent in kernel mode 0 Days 0:0:0.406
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
w3dt!WP_CONTEXT::RunMainThreadLoop+10
w3dt!UlAtqStartListen+2d
w3core!W3_SERVER::StartListen+bd
w3core!UlW3Start+26e
w3wp!wmain+22a
w3wp!wmainCRTStartup+12f
kernel32!BaseProcessStart+23
Back to Top
Thread 1 - System ID 4392
Entry point ntdll!RtlpTimerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.187
Time spent in kernel mode 0 Days 0:0:0.234
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtDelayExecution+c
ntdll!RtlpTimerThread+47
kernel32!BaseThreadStart+34
Back to Top
Thread 2 - System ID 5596
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.15
Time spent in kernel mode 0 Days 0:0:0.312
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+29
w3tp!THREAD_POOL_DATA::ThreadPoolThread+33
w3tp!THREAD_POOL_DATA::ThreadPoolThread+24
w3tp!THREAD_MANAGER::ThreadManagerThread+39
kernel32!BaseThreadStart+34
Back to Top
Thread 3 - System ID 5460
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.15
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+29
w3tp!THREAD_POOL_DATA::ThreadPoolThread+33
w3tp!THREAD_POOL_DATA::ThreadPoolThread+24
w3tp!THREAD_MANAGER::ThreadManagerThread+39
kernel32!BaseThreadStart+34
Back to Top
Thread 4 - System ID 2164
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.62
Time spent in kernel mode 0 Days 0:0:0.218
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+29
w3tp!THREAD_POOL_DATA::ThreadPoolThread+33
w3tp!THREAD_POOL_DATA::ThreadPoolThread+24
w3tp!THREAD_MANAGER::ThreadManagerThread+39
kernel32!BaseThreadStart+34
Back to Top
Thread 5 - System ID 3476
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.31
Time spent in kernel mode 0 Days 0:0:0.0
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+29
w3tp!THREAD_POOL_DATA::ThreadPoolThread+33
w3tp!THREAD_POOL_DATA::ThreadPoolThread+24
w3tp!THREAD_MANAGER::ThreadManagerThread+39
kernel32!BaseThreadStart+34
Back to Top
Thread 6 - System ID 2768
Entry point ntdll!RtlpWaitThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.296
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
ntdll!RtlpWaitThread+161
kernel32!BaseThreadStart+34
Back to Top
Thread 7 - System ID 5800
Entry point w3core!HTTP_COMPRESSION::CompressionThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.281
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
w3core!HTTP_COMPRESSION::CompressionThread+126
kernel32!BaseThreadStart+34
Back to Top
Entry point rpcrt4!ThreadStartRoutine
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.15
Time spent in kernel mode 0 Days 0:0:0.296
Function Source
ntdll!ExpInterlockedPopEntrySListFault
ntdll!RtlpAllocateFromHeapLookaside+13
ntdll!RtlAllocateHeap+1dd
LeakTrack!CHeapMemoryLT::HeapAllocDetour+3b
rpcrt4!AllocWrapper+1e
rpcrt4!operator new+d
rpcrt4!RPC_SERVER::CreateThread+7a
rpcrt4!LRPC_ADDRESS::DealWithLRPCRequest+103
rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+430
rpcrt4!RecvLotsaCallsWrapper+d
rpcrt4!BaseCachedThreadRoutine+9d
rpcrt4!ThreadStartRoutine+1b
kernel32!BaseThreadStart+34
Back to Top
Thread 9 - System ID 3284
Entry point ntdll!RtlpIOWorkerThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.15
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtDelayExecution+c
ntdll!RtlpIOWorkerThread+3f
kernel32!BaseThreadStart+34
Back to Top
Thread 10 - System ID 5124
Entry point asp!CApplnCleanupMgr::ApplnCleanupThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.234
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
asp!CApplnCleanupMgr::ApplnCleanupDoWork+1e
asp!CApplnCleanupMgr::ApplnCleanupThread+a
kernel32!BaseThreadStart+34
Back to Top
Thread 11 - System ID 268
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.15
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
asp!CMTACallbackThread::Thread+4f
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 12 - System ID 4612
Entry point msvcrt!_endthread+3b
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.281
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
asp!Debugger+9e
msvcrt!_endthread+ab
kernel32!BaseThreadStart+34
Back to Top
Thread 13 - System ID 5964
Entry point pdm!DebuggerThreadEntry
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.46
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
pdm!CDebuggerThread::CallableWaitForMultiple+9d
pdm!CDebuggerThread::ThreadEntry+74
pdm!DebuggerThreadEntry+9
kernel32!BaseThreadStart+34
Back to Top
Thread 14 - System ID 5728
Entry point asp!CViperReqManager::WatchThread
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.15
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
asp!CViperReqManager::WatchThread+68
kernel32!BaseThreadStart+34
Back to Top
Thread 15 - System ID 5272
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.218
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+29
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 16 - System ID 4624
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.15
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
comsvcs!CSTAThreadPool::KillThreadControlLoop+25
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 17 - System ID 272
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.46
Time spent in kernel mode 0 Days 0:0:0.312
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
comsvcs!CSTAThread::WorkerLoop+1f9
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 18 - System ID 2976
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:2:57.859
Time spent in kernel mode 0 Days 0:8:38.93
This thread is not fully resolved and may or may not be a problem.
Further analysis of these threads may be required.
Function Source
ntdll!ExpInterlockedPopEntrySListFault
ntdll!RtlpAllocateFromHeapLookaside+13
ntdll!RtlAllocateHeap+1dd
LeakTrack!CHeapMemoryLT::HeapAllocDetour+71
ole32!CRetailMalloc_Alloc+16
LeakTrack!CCoTaskAllocatorLT::IMalloc_AllocDetour+64
oleaut32!APP_DATA::AllocCachedMem+4f
oleaut32!SysAllocStringByteLen+2e
LeakTrack!CBSTRLT::SysAllocStringByteLenDetour+68
oleaut32!ErrStringCopyNoNull+16
oleaut32!VariantChangeTypeEx+a8c
oleaut32!CoerceArg+3ff
oleaut32!CTypeInfo2::GetInvokeArgs+422
oleaut32!CTypeInfo2::Invoke+1d7
almcdbacc+6128
vbscript!IDispatchInvoke2+af
vbscript!IDispatchInvoke+59
vbscript!InvokeDispatch+13a
vbscript!InvokeByName+42
vbscript!CScriptRuntime::Run+2587
vbscript!CScriptEntryPoint::Call+5c
vbscript!CScriptRuntime::Run+20d4
vbscript!CScriptEntryPoint::Call+5c
vbscript!CScriptRuntime::Run+1f08
vbscript!CScriptEntryPoint::Call+5c
vbscript!CSession::Execute+b4
vbscript!COleScript::ExecutePendingScripts+13e
vbscript!COleScript::SetScriptState+150
asp!CActiveScriptEngine::TryCall+19
asp!CActiveScriptEngine::Call+31
asp!CallScriptFunctionOfEngine+5b
asp!ExecuteRequest+17e
asp!Execute+24c
asp!CHitObj::ViperAsyncCallback+3f0
asp!CViperAsyncRequest::OnCall+92
comsvcs!CSTAActivityWork::STAActivityWorkHelper+32
ole32!EnterForCallback+c4
ole32!SwitchForCallback+1a3
ole32!PerformCallback+54
ole32!CObjectContext::InternalContextCallback+159
ole32!CObjectContext::DoCallback+1c
comsvcs!CSTAActivityWork::DoWork+12d
comsvcs!CSTAThread::DoWork+18
comsvcs!CSTAThread::ProcessQueueWork+37
comsvcs!CSTAThread::WorkerLoop+190
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 19 - System ID 3112
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.15
Time spent in kernel mode 0 Days 0:0:0.562
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
comsvcs!CSTAThread::WorkerLoop+1f9
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 20 - System ID 3844
Entry point msvcrt!_endthreadex+2f
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:2.312
Time spent in kernel mode 0 Days 0:0:34.937
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+141
user32!MsgWaitForMultipleObjects+1f
comsvcs!CSTAThread::WorkerLoop+1f9
msvcrt!_endthreadex+a3
kernel32!BaseThreadStart+34
Back to Top
Thread 21 - System ID 900
Entry point ole32!CRpcThreadCache::RpcWorkerThreadEntry
Create time 2007/09/11 10:11:06
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.250
Function Source
ntdll!KiFastSystemCallRet
user32!NtUserGetMessage+c
ole32!CDllHost::STAWorkerLoop+72
ole32!CDllHost::WorkerThread+c8
ole32!DLLHostThreadEntry+d
ole32!CRpcThread::WorkerLoop+26
ole32!CRpcThreadCache::RpcWorkerThreadEntry+20
kernel32!BaseThreadStart+34
Back to Top
Thread 22 - System ID 6112
Entry point ntdll!RtlpWorkerThread
Create time 2007/09/11 10:13:06
Time spent in user mode 0 Days 0:0:0.15
Time spent in kernel mode 0 Days 0:0:0.218
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
ntdll!RtlpWorkerThread+3d
kernel32!BaseThreadStart+34
Back to Top
Thread 23 - System ID 4276
Entry point comsvcs!PingThread
Create time 2007/09/11 10:14:25
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.218
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
comsvcs!PingThread+f6
kernel32!BaseThreadStart+34
Back to Top
Thread 24 - System ID 1924
Entry point LeakTrack!CManager::WorkerThread
Create time 2007/09/11 10:14:40
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.468
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
LeakTrack!CManager::WorkerThread+6c
kernel32!BaseThreadStart+34
Back to Top
Thread 25 - System ID 2792
Entry point LeakTrack!CManager::WorkerThread
Create time 2007/09/11 10:14:40
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.31
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
LeakTrack!CManager::WorkerThread+6c
kernel32!BaseThreadStart+34
Back to Top
Thread 26 - System ID 3692
Entry point LeakTrack!UnloadThread
Create time 2007/09/11 10:14:40
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.718
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
LeakTrack!UnloadThread+1e
kernel32!BaseThreadStart+34
Back to Top
Thread 27 - System ID 3404
Entry point ntdll!RtlpWorkerThread
Create time 2007/09/11 10:19:07
Time spent in user mode 0 Days 0:0:0.0
Time spent in kernel mode 0 Days 0:0:0.875
Function Source
ntdll!KiFastSystemCallRet
ntdll!ZwRemoveIoCompletion+c
ntdll!RtlpWorkerThread+3d
kernel32!BaseThreadStart+34
Back to Top
COM+ STA ThreadPool Report
Max STA Threads 50
Min STA Threads 4
Current STA Threads 4
g_activitiesPerThread 1
EmulateMTSBehavior False
STA Threads In-Call 0 (none)
Note: There was an error collecting details for the COM+ STA
Threadpool threads. The internal COM+ data structures may have been
corrupted.
Well-Known COM STA Threads Report
STA Name Thread ID Thread Status Call Status
Main STA 13 In-Call (bad symbols)
Apartment-threaded host for MTA clients 21 Idle (N/A)
HTTP report
IIS ATQ worker thread count 4 Thread(s)
Available ATQ worker thread count 4 Thread(s)
Active client connections 20 client connection(s)
Client Connections
Client connection from 127.0.0.1:3445 to 127.0.0.1:80
Host Header localhost:80
POST request for /jp1netmaudit/ALM_Retrieval.asp
HTTP Version HTTP/1.1
SSL Request False
Time alive 0 day(s) 00:16:27
QueryString
Request mapped to
HTTP Request State HTR_READING_CLIENT_REQUEST
Native Request State NREQ_STATE_PROCESS
19 connection(s) waiting for the next request.
ASP report
Executing ASP requests 0 Request(s)
ASP templates cached 8 Template(s)
ASP template cache size 1,589.66 KBytes
Loaded ASP applications 1 Application(s)
ASP.DLL Version 6.0.3790.4050
ASP application report
ASP application metabase key /LM/W3SVC/1/ROOT
Physical Path C:\INETPUB\WWWROOT\
Virtual Root /
Session Count 0 Session(s)
Request Count 0 Request(s)
Session Timeout 20 minutes(s)
Path to Global.asa
Server side script debugging enabled False
Client side script debugging enabled False
Out of process COM servers allowed False
Session state turned on True
Write buffering turned on True
Application restart enabled True
Parent paths enabled True
ASP Script error messages will be sent to browser True
ASP Template Cache report
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_INDEX.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 78572 bytes
# of files in Template 2 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_INDEX.ASP 2007/08/29 14:14:04
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\GLOBAL.ASA
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 47152 bytes
# of files in Template 3 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\GLOBAL.ASA 2007/09/05 14:23:02
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_GLOBALASA.INC 2007/09/05 15:31:26
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_FILEDELETION.INC 2007/07/25 23:04:17
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_LOGIN.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 109828 bytes
# of files in Template 4 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_LOGIN.ASP 2007/08/22 10:25:33
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_LOGINLABEL.INC 2007/03/06 17:33:46
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_MESSAGE.INC 2007/09/06 17:59:30
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_AUTHENTICATION.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 126820 bytes
# of files in Template 5 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_AUTHENTICATION.ASP 2007/08/24 14:45:30
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_MESSAGE.INC 2007/09/06 17:59:30
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_LOGINDECODE.INC 2007/03/06 17:33:48
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_LOGINLABEL.INC 2007/03/06 17:33:46
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_TOPFRAME.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 102716 bytes
# of files in Template 4 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_TOPFRAME.ASP 2007/03/11 0:55:22
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_INDEX.INC 2007/08/07 11:51:55
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_MESSAGE.INC 2007/09/06 17:59:30
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_TREEVIEW.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 133296 bytes
# of files in Template 4 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_TREEVIEW.ASP 2007/09/04 11:51:40
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_INDEX.INC 2007/08/07 11:51:55
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_MESSAGE.INC 2007/09/06 17:59:30
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
ASP Template for F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER
\WWWROOT\ALM_RETRIEVAL.ASP
Application URL http://localhost:80/jp1netmaudit
Application Path /jp1netmaudit
Template Size 1028732 bytes
# of files in Template 9 file(s)
Include Heirarchy
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT
\ALM_RETRIEVAL.ASP 2007/09/04 17:18:44
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_RETRIEVALTOTALRETRIEVALLABEL.INC 2007/09/06 15:44:23
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_MESSAGE.INC 2007/09/06 17:59:30
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_CREATECSVPDF.INC 2007/03/11 0:55:22
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_CREATESEARCHCONDITION.INC 2007/06/08 16:50:21
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_COMMONFUNC.INC 2007/08/30 12:07:56
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_RETRIEVALFUNC.INC 2007/09/10 20:21:56
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_REPORTLABEL.INC 2007/08/30 18:54:21
F:\PROGRAM FILES\HITACHI\JP1NETMAUDIT\MANAGER\WWWROOT\INCLUDE
\ALMM_REPORTFUNC.INC 2007/09/06 18:26:24
ASP Template for C:\INETPUB\WWWROOT\1.ASP
Application URL http://localhost:80/
Application Path /
Template Size 694 bytes
# of files in Template 1 file(s)
Include Heirarchy
C:\INETPUB\WWWROOT\1.ASP 2007/09/10 19:29:42
NTDLL!EXPINTERLOCKEDPOPENTRYSLISTFAULT
Detailed Info For Corrupt Heap
Heap 1 - 0x00080000
Heap Name Default process heap
Heap Description This heap is created by default and shared by all
modules in the process
Reserved memory 512.06 MBytes
Committed memory 480.89 MBytes (93.91% of reserved)
Uncommitted memory 31.18 MBytes (6.09% of reserved)
Number of heap segments 10 segments
Number of uncommitted ranges 1 range(s)
Size of largest uncommitted range 31.12 MBytes
Calculated heap fragmentation 0.19%
Segment Information
Base Address Reserved Size Committed Size Uncommitted Size Number of
uncommitted ranges Largest uncommitted block Calculated heap
fragmentation
0x00080640 1,024.00 KBytes 1,024.00 KBytes 0 Bytes 0 0 Bytes 0.00%
0x050f0000 1,024.00 KBytes 1,024.00 KBytes 0 Bytes 0 0 Bytes 0.00%
0x05b30000 2.00 MBytes 2.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x05d30000 4.00 MBytes 4.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x06130000 8.00 MBytes 8.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x06930000 16.00 MBytes 16.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x07930000 32.00 MBytes 32.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x09930000 64.00 MBytes 64.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x10170000 128.00 MBytes 128.00 MBytes 0 Bytes 0 0 Bytes 0.00%
0x23410000 256.00 MBytes 224.88 MBytes 31.12 MBytes 1 31.12 MBytes
0.00%
Top 5 allocations by size
Allocation Size - 512
Allocation Size - 32
Allocation Size - 144
Allocation Size - 64
Allocation Size - 80
471.58 MBytes
602.75 KBytes
135.70 KBytes
101.69 KBytes
88.98 KBytes
Top 5 allocations by count
Allocation Size - 512
Allocation Size - 32
Allocation Size - 28
Allocation Size - 64
Allocation Size - 80
965794 allocation(s)
19288 allocation(s)
1948 allocation(s)
1627 allocation(s)
1139 allocation(s)
Back to Top
In
w3wp__PID__4468__Date__09_11_2007__Time_10_30_53AM__0__Second_Chance_Exception_C0000005.dmp
the assembly instruction at ntdll!ExpInterlockedPopEntrySListFault in
C:\WINDOWS\system32\ntdll.dll from Microsoft Corporation has caused an
access violation exception (0xC0000005) when trying to read from
memory location 0x00000002 on thread 8
Heap corruption was detected in heap 0x00080000, however pageheap was
not enabled in this dump. Please follow the instructions in the
recommendation section for troubleshooting heap corruption issues.
Current NTGlobalFlags value: 0x0 Module Information
Image Name: C:\WINDOWS\system32\ntdll.dll Symbol Type: PDB
Base address: 0x7c950000 Time Stamp: Sat Feb 17 21:22:26 2007
Checksum: 0x000dfa0d Comments:
COM DLL: False Company Name: Microsoft Corporation
ISAPIExtension: False File Description: NT Layer DLL
ISAPIFilter: False File Version: 5.2.3790.3959 (srv03_sp2_rtm.
070216-1710)
Managed DLL: False Internal Name: ntdll.dll
VB DLL: False Legal Copyright: c Microsoft Corporation. All rights
reserved.
Loaded Image Name: ntdll.dll Legal Trademarks:
Mapped Image Name: Original filename: ntdll.dll
Module name: ntdll Private Build:
Single Threaded: False Product Name: MicrosoftR WindowsR Operating
System
Module Size: 872.00 KBytes Product Version: 5.2.3790.3959
Symbol File Name: c:\symcache\ntdll.pdb
\93E72E109DC84F16AA54797E4DA8C1682\ntdll.pdb Special Build: &
Script Summary
Script Name Status Error Code Error Source Error Description Source
Line
IISAnalysis.asp Completed
We are not able to diagonise the problem.we will be happy ,if you can
able to help us. Tag: Web Site Access Tag: 398150
IIS 5.1 not working with .SVG documents
I have a puzzling problem. When I use FireFox to browse a page that has
Scalable Vector Graphics items (.SVG) then these SVG items are rendered on
the page inline. My FF comes with a built in Adobe pluggin or something like
that.
The problem is, when I create a page on my local webserver (XP Pro SP2 with
IIS 5.1) and try to browse the page, rather than seeing the SVG content
inline I get a dialog asking me what to do with the .SVG file (Dowload,
etc.) which is not the intended behaviour. Specially considering that the
browser IS capable of processing such content.
At first I realized that my virtual directory did not have a MIME entry for
this type. I went to the IIS administrator console and added the
image/svg+xml MIME type for the .SVG extension. This I added for both my
virtual directory and the root site. Then I restarted IIS.
Unfortunately that does not seem to have done anything at all, when I fetch
the page it still asks me what to do with the .SVG file :(
Any ideas? is IIS 5.1 uncapable of handing this? I think it would be rather
odd if I also had to add a file association on my XP machine to associate
.svg with some sort of application. And if that was so, then which
application? I mean it could be FireFox or IE or God knows what but I wonder
if that is correct. At least that is not what I expect the problem to be.
Thanks in advance,
Emilio Tag: Web Site Access Tag: 398146
IIS 6 for XP Pro?
Is IIS 6 available for XP Professional SP2 ? I have v5.1 on my machine but
would like to take advantage of some 6.0 features.
Emilio Tag: Web Site Access Tag: 398145
Yet another "ASP.NET slow first-load" thread -- but different!
Hi all,
I've been doing a lot of reading and research into this, and I don't
believe I'm running into "first load" slowness problems -- something's
slow about loading an initial ASP.NET 2.0 app on my server. Details:
1) There's *NO* activity, *NO* CPU usage, while I wait for the page to
first load. w3wp sits at 6 meg of ram, 0% usage, and the browser
spins for a while. 15-30 seconds later, w3wp starts doing stuff,
jumps to 18-20 meg of ram, and the page loads
2) The application in question is a simple "hello world" -- there's
virtually nothing to compile.
3) Precompiled applications suffer just as much as uncompiled apps
4) iisstate (I wish it could debug asp.net 2.0!) always stops at:
ModLoad: 79e70000 7a3d6000 c:\WINDOWS\Microsoft.NET\Framework
\v2.0.50727\mscorwks.dll
and then finally continues at:
ModLoad: 7c8d0000 7d0d4000 C:\WINDOWS\system32\shell32.dll
5) SI's procmon shows these two actions surrounding the "pause"
7160 1:34:26.8929034 AM w3wp.exe 992 RegCloseKey HKLM\System
\CurrentControlSet\Control\ComputerName SUCCESS
14836 1:34:48.0260661 AM w3wp.exe 992 RegOpenKey HKLM\SYSTEM
\CurrentControlSet\Services\ASP.NET_2.0.50727\Names REPARSE
(note the 22 second pause in activity)
6) Recompiling the application (e.g. changing the code and reloading
the page) is very fast -- it's only when w3wp first starts up (yes, I
know I can mostly avoid this, but I don't accept that "solution"
because this looks like something's actually broken)
I've tried watching 'net traffic for classic DNS timeouts, checking my
hostnames, DNS, etc ... I've attached a remote debugger (VS2005) to
w3wp, initiated a break while it was spinning, and all that showed me
was a HUGE stack inside mscorwks.dll -- one method (I failed to note
which one, I can check again if it's helpful) was 90% of that list!
(recursion?)
I can't figure this one out. I'd appreciate any pointers! Thanks so
much!
-=| Ben Tag: Web Site Access Tag: 398141
IE SSL and selfcert
I have an asp.net 2.0 website on an win03 server. The server has an ssl
certificate made with selfSSL. When I hit the site with ie7 I get the
message "this page contains both secure and nonesecure items. Do you want to
display the nonsecure items.". On FF2.0 no such message.
I answer yes and no and in each case and then save view source to a file. A
comparison of the files show know differences. There are no embedded images.
The asp.net page does grab an embedded resource (css file) via an
WebResource.axd call.
<head>
<link href="mvwres:4-Util.WebLogin.WebLogin.css,Util, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null" rel="stylesheet" type="text/css" />
<link
href="/WebResource.axd?d=PB4iVDPmDT65fJ3AVz51fT81iqqFyyoAyW3P129ESU9bm4Gg_6Ua2Q2&t=633252048963735940" rel="stylesheet" type="text/css" />
</head>
What's up with the message? Tag: Web Site Access Tag: 398134
General Industry Question
Just wanted to know, in your honest opinion, what is a good tool to use to
analyze then graph website logs for page visits, etc. Tag: Web Site Access Tag: 398133
App Pools now only run NT AUTHORITY accounts, no local or domain
We've had a problem crop up on one of our development Servers running IIS.
Any App Pool that has its Identity set to an account that is not an NT
AUTHORITY (Network Service, Local Service or Local System) account will
result in the App Pool failing and returning a 503 Service Unavailable. All
local and domain accounts that are being used as the Identity for App Pools
are members of the IIS_WPG group and had been working as of last week.
I've run IISRESET, reset the App Pools to make sure they had the correct
credentials.
I've tried running IISState and Windows Debugger to catch errors but haven't
been able to capture anything of value using either tool.
Anyone seen anything like this or have any suggestions?
Thanks,
Chris Tag: Web Site Access Tag: 398130
App Pool Hang
We have recently upgraded our website to .Net 2.0. Since the upgrade the
servers running our site have been hanging up and not responding to client
requests. We have done a number of dumps while the worker process is hung
but can't see exactly what the problem is. We can see some long running file
uploads but the vendor says its not their problem. If anyone can see
something in the attached debug diag log that could prove what the problem is
I would appreciate the help.
Type of Analysis Performed Hang Analysis
Operating System Windows Server 2003
Number Of Processors 4
Process ID 9520
Process Image c:\WINDOWS\system32\inetsrv\w3wp.exe
System Up-Time 114 day(s) 12:42:44
Process Up-Time 04:49:31
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread Thread
ID: 46 Total CPU Time: 01:27:32.327 Entry Point for Thread:
mscorwks!Thread::intermediateThreadProc
Thread ID: 33 Total CPU Time: 00:08:22.874 Entry Point for Thread:
mscorwks!Thread::intermediateThreadProc
Thread ID: 41 Total CPU Time: 00:05:59.468 Entry Point for Thread:
mscorwks!Thread::intermediateThreadProc
Thread ID: 43 Total CPU Time: 00:04:49.593 Entry Point for Thread:
mscorwks!Thread::intermediateThreadProc
Thread ID: 36 Total CPU Time: 00:04:01.781 Entry Point for Thread:
mscorwks!Thread::intermediateThreadProc
Thread report
Thread 0 - System ID 8084
Entry point w3wp!wmainCRTStartup
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.156
Time spent in kernel mode 0 Days 00:00:00.531
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtDelayExecution+c
kernel32!SleepEx+68
kernel32!Sleep+b
w3dt!UL_NATIVE_REQUEST::ReleaseAllWorkerRequests+1d
w3dt!WP_CONTEXT::CleanupOutstandingRequests+1c
w3dt!UlAtqStartListen+51
w3core!W3_SERVER::StartListen+8e
w3core!UlW3Start+ea
w3wp!wmain+236
w3wp!wmainCRTStartup+12f
kernel32!BaseProcessStart+23
Thread 1 - System ID 10432
Entry point ntdll!RtlpTimerThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.281
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtDelayExecution+c
ntdll!RtlpTimerThread+45
kernel32!BaseThreadStart+34
Thread 2 - System ID 8340
Create time 12:00:00 AM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtReplyWaitReceivePortEx+c
rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+193
rpcrt4!RecvLotsaCallsWrapper+9
rpcrt4!BaseCachedThreadRoutine+9c
rpcrt4!ThreadStartRoutine+17
kernel32!BaseThreadStart+34
Thread 3 - System ID 6216
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:02.031
Time spent in kernel mode 0 Days 00:00:00.703
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
w3tp!THREAD_POOL_DATA::ThreadPoolThread+31
w3tp!THREAD_POOL_DATA::ThreadPoolThread+21
w3tp!THREAD_MANAGER::ThreadManagerThread+35
kernel32!BaseThreadStart+34
Thread 4 - System ID 6824
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:02.156
Time spent in kernel mode 0 Days 00:00:00.734
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
w3tp!THREAD_POOL_DATA::ThreadPoolThread+31
w3tp!THREAD_POOL_DATA::ThreadPoolThread+21
w3tp!THREAD_MANAGER::ThreadManagerThread+35
kernel32!BaseThreadStart+34
Thread 5 - System ID 7640
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:02.015
Time spent in kernel mode 0 Days 00:00:00.703
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
w3tp!THREAD_POOL_DATA::ThreadPoolThread+31
w3tp!THREAD_POOL_DATA::ThreadPoolThread+21
w3tp!THREAD_MANAGER::ThreadManagerThread+35
kernel32!BaseThreadStart+34
Thread 6 - System ID 8604
Entry point w3tp!THREAD_MANAGER::ThreadManagerThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:01.906
Time spent in kernel mode 0 Days 00:00:00.734
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
w3tp!THREAD_POOL_DATA::ThreadPoolThread+31
w3tp!THREAD_POOL_DATA::ThreadPoolThread+21
w3tp!THREAD_MANAGER::ThreadManagerThread+35
kernel32!BaseThreadStart+34
Thread 7 - System ID 10044
Entry point ntdll!RtlpWaitThread
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.015
Time spent in kernel mode 0 Days 00:00:00.375
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
ntdll!RtlpWaitThread+158
kernel32!BaseThreadStart+34
Thread 8 - System ID 4816
Entry point msvcrt!_endthreadex+26
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.781
Time spent in kernel mode 0 Days 00:00:04.218
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+13f
user32!MsgWaitForMultipleObjects+1d
acsrtl!RemoveWorkItem+27b
msvcrt!free+c8
0x0026a5b0
Thread 9 - System ID 7652
Entry point msvcrt!_endthreadex+26
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.406
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+13f
user32!MsgWaitForMultipleObjects+1d
acsrtl!RemoveWorkItem+27b
kernel32!BaseThreadStart+34
Thread 10 - System ID 10468
Entry point msvcrt!_endthreadex+26
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.203
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+13f
user32!MsgWaitForMultipleObjects+1d
acsrtl!RemoveWorkItem+27b
kernel32!BaseThreadStart+34
Thread 11 - System ID 5512
Entry point msvcrt!_endthreadex+26
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.609
Time spent in kernel mode 0 Days 00:00:02.578
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
user32!RealMsgWaitForMultipleObjectsEx+13f
user32!MsgWaitForMultipleObjects+1d
acsrtl!RemoveWorkItem+27b
msvcrt!free+c8
0x0026a7f0
Thread 12 - System ID 9900
Entry point msatq!AtqInitialize+1354
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.531
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
msatq!AtqInitialize+1392
kernel32!BaseThreadStart+34
Thread 13 - System ID 352
Entry point wmisink!CWMIEventSinkWrapper::SetupSubscription+30b
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.312
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
kernel32!WaitForMultipleObjects+17
wmisink!CWMIEventSinkWrapper::SetupSubscription+48e
Thread 14 - System ID 6108
Entry point RfFilExt!CMBData::~CMBData+c2
Create time 9/12/2007 5:29:09 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.375
This thread is calling an ISAPI Filter RfFilExt
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+f
RfFilExt!CMBData::~CMBData+f6
Thread 15 - System ID 5992
Create time 12:00:00 AM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtReplyWaitReceivePortEx+c
rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+193
rpcrt4!RecvLotsaCallsWrapper+9
rpcrt4!BaseCachedThreadRoutine+9c
rpcrt4!ThreadStartRoutine+17
kernel32!BaseThreadStart+34
Thread 16 - System ID 7900
Create time 12:00:00 AM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtReplyWaitReceivePortEx+c
rpcrt4!LRPC_ADDRESS::ReceiveLotsaCalls+193
rpcrt4!RecvLotsaCallsWrapper+9
rpcrt4!BaseCachedThreadRoutine+9c
rpcrt4!ThreadStartRoutine+17
kernel32!BaseThreadStart+34
Thread 17 - System ID 8108
Entry point w3core!HTTP_COMPRESSION::CompressionThread
Create time 9/12/2007 5:29:11 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.390
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+f
w3core!HTTP_COMPRESSION::CompressionThread+85
kernel32!BaseThreadStart+34
Thread 18 - System ID 12228
Entry point mscorwks!ThreadpoolMgr::intermediateThreadProc
Create time 9/12/2007 5:29:15 PM
Time spent in user mode 0 Days 00:00:00.062
Time spent in kernel mode 0 Days 00:00:00.296
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!ThreadpoolMgr::SafeWait+73
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+24d
mscorwks!ThreadpoolMgr::intermediateThreadProc+49
kernel32!BaseThreadStart+34
Thread 19 - System ID 9820
Entry point mscorwks!ThreadpoolMgr::GateThreadStart
Create time 9/12/2007 5:29:15 PM
Time spent in user mode 0 Days 00:00:00.031
Time spent in kernel mode 0 Days 00:00:00.218
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtDelayExecution+c
kernel32!SleepEx+68
mscorwks!EESleepEx+a3
mscorwks!__DangerousSwitchToThread+70
mscorwks!__SwitchToThread+b
mscorwks!ThreadpoolMgr::GateThreadStart+a1
kernel32!BaseThreadStart+34
Thread 20 - System ID 6512
Entry point mscorwks!ThreadpoolMgr::intermediateThreadProc
Create time 9/12/2007 5:29:15 PM
Time spent in user mode 0 Days 00:01:54.015
Time spent in kernel mode 0 Days 00:00:08.812
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
mscorwks!WaitForMultipleObjectsEx_SO_TOLERANT+6f
mscorwks!Thread::DoAppropriateAptStateWait+3c
mscorwks!Thread::DoAppropriateWaitWorker+144
mscorwks!Thread::DoAppropriateWait+40
mscorwks!CLREvent::WaitEx+f7
mscorwks!CLREvent::Wait+17
mscorwks!SVR::GCHeap::FinalizerThreadWait+105
mscorwks!GCInterface::RunFinalizers+99
0x3198d4a4
System_Web_ni+20a5a4
System_Web_ni+20a5a4
Thread 21 - System ID 11708
Entry point mscorwks!DebuggerRCThread::ThreadProcStatic
Create time 9/12/2007 5:29:15 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.500
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
kernel32!WaitForMultipleObjects+17
mscorwks!DebuggerRCThread::MainLoop+cf
mscorwks!DebuggerRCThread::ThreadProc+ca
mscorwks!DebuggerRCThread::ThreadProcStatic+82
kernel32!BaseThreadStart+34
Thread 22 - System ID 3500
Entry point mscorwks!SVR::gc_heap::gc_thread_stub
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:03:02.031
Time spent in kernel mode 0 Days 00:00:02.421
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!SVR::gc_heap::gc_thread_function+2e
mscorwks!SVR::gc_heap::gc_thread_stub+9b
kernel32!BaseThreadStart+34
Thread 23 - System ID 6900
Entry point mscorwks!SVR::gc_heap::gc_thread_stub
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:02:58.265
Time spent in kernel mode 0 Days 00:00:00.703
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!SVR::gc_heap::gc_thread_function+57
mscorwks!SVR::gc_heap::gc_thread_stub+9b
kernel32!BaseThreadStart+34
Thread 24 - System ID 6392
Entry point mscorwks!SVR::gc_heap::gc_thread_stub
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:03:12.453
Time spent in kernel mode 0 Days 00:00:00.953
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!SVR::gc_heap::gc_thread_function+57
mscorwks!SVR::gc_heap::gc_thread_stub+9b
kernel32!BaseThreadStart+34
Thread 25 - System ID 6916
Entry point mscorwks!SVR::gc_heap::gc_thread_stub
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:03:02.968
Time spent in kernel mode 0 Days 00:00:00.671
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!SVR::gc_heap::gc_thread_function+57
mscorwks!SVR::gc_heap::gc_thread_stub+9b
kernel32!BaseThreadStart+34
Thread 26 - System ID 4144
Entry point mscorwks!Thread::intermediateThreadProc
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:00:00.953
Time spent in kernel mode 0 Days 00:00:00.484
This thread is making a COM call to thread 20 within the same process
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+f
ole32!GetToSTA+6d
ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+c8
ole32!CRpcChannelBuffer::SendReceive2+b6
ole32!CAptRpcChnl::SendReceive+ab
ole32!CCtxComChnl::SendReceive+8f
rpcrt4!NdrProxySendReceive+41
rpcrt4!NdrClientCall2+1bc
rpcrt4!ObjectStublessClient+89
rpcrt4!ObjectStubless+f
ole32!CObjectContext::InternalContextCallback+10b
ole32!CObjectContext::ContextCallback+6e
mscorwks!CtxEntry::EnterContextOle32BugAware+2b
mscorwks!CtxEntry::EnterContext+2db
mscorwks!RCWCleanupList::ReleaseRCWListInCorrectCtx+c4
mscorwks!RCWCleanupList::CleanupAllWrappers+77
mscorwks!SyncBlockCache::CleanupSyncBlocks+ec
mscorwks!Thread::DoExtraWorkForFinalizer+40
mscorwks!SVR::GCHeap::FinalizerThreadWorker+c6
mscorwks!Thread::UserResumeThread+fb
mscorwks!Thread::DoADCallBack+355
mscorwks!Thread::DoADCallBack+541
mscorwks!ManagedThreadBase_NoADTransition+32
mscorwks!ManagedThreadBase::FinalizerBase+b
mscorwks!SVR::GCHeap::FinalizerThreadStart+bb
mscorwks!Thread::intermediateThreadProc+49
kernel32!BaseThreadStart+34
Thread 27 - System ID 5544
Entry point mscorwks!ThreadpoolMgr::TimerThreadStart
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:00:00.046
Time spent in kernel mode 0 Days 00:00:00.312
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtDelayExecution+c
kernel32!SleepEx+68
mscorwks!ThreadpoolMgr::TimerThreadFire+6d
mscorwks!ThreadpoolMgr::TimerThreadStart+56
kernel32!BaseThreadStart+34
Thread 28 - System ID 9504
Entry point mscorwks!Thread::intermediateThreadProc
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.359
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
mscorwks!WaitForMultipleObjectsEx_SO_TOLERANT+6f
mscorwks!Thread::DoAppropriateAptStateWait+3c
mscorwks!Thread::DoAppropriateWaitWorker+144
mscorwks!Thread::DoAppropriateWait+40
mscorwks!CLREvent::WaitEx+f7
mscorwks!CLREvent::Wait+17
mscorwks!SVR::GCHeap::FinalizerThreadWait+105
mscorwks!AppDomain::Exit+d9
mscorwks!AppDomain::Unload+1b0
mscorwks!AppDomain::ADUnloadWorkerHelper+76
mscorwks!AppDomain::DoADUnloadWork+6c
mscorwks!AppDomain::DoADUnloadWork+de
mscorwks!AppDomain::ADUnloadThreadStart+459
mscorwks!Thread::intermediateThreadProc+49
kernel32!BaseThreadStart+34
Thread 29 - System ID 10868
Entry point mscorwks!Thread::intermediateThreadProc
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:00:00.140
Time spent in kernel mode 0 Days 00:00:00.421
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
mscorwks!PEImage::LoadImage+199
mscorwks!CLREvent::WaitEx+117
mscorwks!CLREvent::Wait+17
mscorwks!ThreadpoolMgr::SafeWait+73
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+24d
mscorwks!Thread::intermediateThreadProc+49
kernel32!BaseThreadStart+34
Thread 30 - System ID 10840
Entry point rpcrt4!ThreadStartRoutine
Create time 9/12/2007 5:29:16 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.328
Function Source
SharedUserData!SystemCallStub+4
ntdll!ZwRemoveIoCompletion+c
kernel32!GetQueuedCompletionStatus+27
rpcrt4!COMMON_ProcessCalls+9f
rpcrt4!LOADABLE_TRANSPORT::ProcessIOEvents+115
rpcrt4!ProcessIOEventsWrapper+9
rpcrt4!BaseCachedThreadRoutine+9c
rpcrt4!ThreadStartRoutine+17
kernel32!BaseThreadStart+34
Thread 31 - System ID 6996
Entry point mscorwks!Thread::intermediateThreadProc
Create time 9/12/2007 5:29:17 PM
Time spent in user mode 0 Days 00:01:50.937
Time spent in kernel mode 0 Days 00:00:14.156
This thread is not fully resolved and may or may not be a problem. Further
analysis of these threads may be required.
Function Source
SharedUserData!SystemCallStub+4
ntdll!NtWaitForMultipleObjects+c
kernel32!WaitForMultipleObjectsEx+11a
mscorwks!WaitForMultipleObjectsEx_SO_TOLERANT+6f
mscorwks!Thread::DoAppropriateAptStateWait+3c
mscorwks!Thread::DoAppropriateWaitWorker+144
mscorwks!Thread::DoAppropriateWait+40
mscorwks!CLREvent::WaitEx+f7
mscorwks!CLREvent::Wait+17
mscorwks!SVR::GCHeap::FinalizerThreadWait+105
mscorwks!GCInterface::RunFinalizers+99
0x3198d4a4
mscorlib_ni+297171
System_Web_ni+20a5a4
System_Web_ni+20a5f0
System_Web_ni+20a644
System_Web_ni+20a644
System_Web_ni+20a644
System_Web_ni+21bbf6
System_Web_ni+21a38f
System_Web_ni+21b521
System_Web_ni+21b487
System_Web_ni+21b3a7
System_Web_ni+c88df
System_Web_ni+9a071
System_Web_ni+9a39b
System_Web_ni+c8305
System_Web_ni+3ea679
System_Web_ni+ca305
mscorlib_ni+319c1a
mscorwks!CallDescrWorker+33
mscorwks!CallDescrWorkerWithHandler+a3
mscorwks!MethodDesc::CallDescr+19c
mscorwks!MethodDesc::CallTargetWorker+20
mscorwks!MethodDescCallSite::Call+18
mscorwks!ExecuteCodeWithGuaranteedCleanupHelper+b2
mscorwks!ReflectionInvocation::ExecuteCodeWithGuaranteedCleanup+f9
mscorlib_ni+2a84fb
mscorlib_ni+2a83ee Tag: Web Site Access Tag: 398128
IIS vs. PWS vs. Apache
Hi,
I am trying to set up an environment on my laptop where I can work with ASP,
Cold Fusion and Front Page extensions (like on IIS or PWS as server) and SQL
Server as db. I would also like to work with PHP extensions (like on Apache
server) and MySQL db. Right now, all that I have installed are the dbs SQL
Server and MySQL. I am still trying to investigate if I should attempt to
combine both server technologies. Are there any ideas if this is possible,
and how I might go about it cleanly?
Thanks much! Tag: Web Site Access Tag: 398127
anyway to browse all files on the webroot as an anonymouns
anyway to browse all files on the webroot as an anonymouns user connecting
to a site hosted in iis6 ?
(only READ enabled on site in iis - i.e not browsing)
Anyway to find the files availble in this case ?
Thanks
Scott Tag: Web Site Access Tag: 398124
IIS/Virtual directory on UNC and computer domain account
Hi,
I have 3 servers :
- An XP workstation running IIS 6 a Windows 2003 domain
- An Windows file server in the same domain
- An IIS Server NOT in the domain.
I setup a virtual directory using an UNC to a share on the file
server.
Using a network mount, my account can connect to the network share and
access files.
If I try througth IIS, I get a authentfication box under IIS and I get
a 401.1 error
My question is : does the IIS server have to be in the domain ?
I did not see this pre requisite on the net
Thanks for any help Tag: Web Site Access Tag: 398122
ms stress test/server resources ok/session timeout/log included
Hi,
Im running the MS stress test tool pointing at my webserver. I have
performance monitor running to keep an eye on webservice current connections
and well as windows resource monitor.
Im seeing 70 or so connection to my site/aspx app on iis6. At this point CPU
and RAM usage does not change (i.e 99% cpu available aand lots of ram) but
when opening a new browser session from my client to my site it times out.
Im not using the bandwidth throttle on IIS to force a per sec restriction.
Trying to figure out what is holding back performance.
Maybe im not using the stress tool correctly:
-100 threads
-2 sockets each
-1 min run
-user user/pass/cookie checked (but not required)
-save
SQL resources are steady too.
Thanks for any help.
Scott
================================================================================
Overview
================================================================================
Report name: 13/09/2007 14:09:07
Run on: 13/09/2007 14:09:07
Run length: 00:01:25
Web Application Stress Tool Version:1.1.293.1
Number of test clients: 1
Number of hits: 1275
Requests per Second: 21.25
Socket Statistics
--------------------------------------------------------------------------------
Socket Connects: 31
Total Bytes Sent (in KB): 423.51
Bytes Sent Rate (in KB/s): 7.06
Total Bytes Recv (in KB): 6122.87
Bytes Recv Rate (in KB/s): 102.05
Socket Errors
--------------------------------------------------------------------------------
Connect: 275
Send: 3
Recv: 0
Timeouts: 0
RDS Results
--------------------------------------------------------------------------------
Successful Queries: 0
Script Settings
================================================================================
Server: domain.com
Number of threads: 200
Test length: 00:01:00
Warmup: 00:00:05
Cooldown: 00:00:05
Use Random Delay: No
Follow Redirects: No
Clients used in test
================================================================================
localhost
Clients not used in test
================================================================================
Result Codes
Code Description Count
================================================================================
200 OK 1145
404 Not Found 130
================================================================================ Tag: Web Site Access Tag: 398121
iis6 Application Pool crashes frequently
Hi,
I am using Windows Server 2003 SP2/ IIS 6.0 with about 30 Virtual
Directories (all configured to ASP.NET v1.1) under an application pool. This
application pool has started crashing frequently.
I am attaching the DumpDiag report - it seems to me that some of the ASP.NET
process is crashing - but how to I move fowards to determine what code/dll
etc is crashing IIS? Any help will be appriciated. Thanks.
Regards,
Shailesh
The Dump below.
Detected a serious critical section related problem in
w3wp.exe__ProductiveTeams__PID__2412__Date__09_13_2007__Time_05_54_36AM__703__IIS_COM+
Hang Dump.dmp
Lock at mscorsvr!CorMap::m_pCorMapCrst owned by thread 15 is Deadlocked with
lock at ntdll!LdrpLoaderLock owned by thread 16
Impact analysis
3.23% of threads blocked
(Threads 16)
The following functions are involved in the root cause
mscorsvr!EE_EnterCriticalSection+c
The following modules are involved in the root cause
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll from Microsoft
Corporation
w3wp.exe__ProductiveTeams__PID__2412__Date__09_13_2007__Time_05_54_36AM__703__IIS_COM+
Hang Dump.dmp
Type of Analysis Performed Hang Analysis
Machine Name PROD0
Operating System Windows Server 2003 Service Pack 2
Number Of Processors 4
Process ID 2412
Process Image c:\WINDOWS\system32\inetsrv\w3wp.exe
System Up-Time 1 day(s) 23:09:21
Process Up-Time 00:02:18
Top 5 Threads by CPU time
Note - Times include both user mode and kernel mode for each thread Thread
ID: 15 Total CPU Time: 00:00:01.077 Entry Point for Thread:
mscorsvr!ThreadpoolMgr::intermediateThreadProc
Thread ID: 16 Total CPU Time: 00:00:00.562 Entry Point for Thread:
mscorsvr!ThreadpoolMgr::intermediateThreadProc
Thread ID: 0 Total CPU Time: 00:00:00.155 Entry Point for Thread:
w3wp!wmainCRTStartup
Thread ID: 9 Total CPU Time: 00:00:00.015 Entry Point for Thread:
w3tp!THREAD_MANAGER::ThreadManagerThread
Thread ID: 5 Total CPU Time: 00:00:00.00 Entry Point for Thread:
ole32!CRpcThreadCache::RpcWorkerThreadEntry
Locked critical section report
Critical Section mscorsvr!CorMap::m_pCorMapCrst
Lock State Deadlocked
Lock Count 1
Recursion Count 1
Entry Count 0
Contention Count 13
Spin Count 0
Owner Thread 15
Owner Thread System ID 4328
Critical Section ntdll!LdrpLoaderLock
Lock State Deadlocked
Lock Count 7
Recursion Count 2
Entry Count 0
Contention Count 51
Spin Count 0
Owner Thread 16
Owner Thread System ID 3776
Thread report
Thread 0 - System ID 4400
Entry point w3wp!wmainCRTStartup
Create time 9/13/2007 5:52:18 AM
Time spent in user mode 0 Days 00:00:00.109
Time spent in kernel mode 0 Days 00:00:00.046
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
w3dt!WP_CONTEXT::RunMainThreadLoop+10
w3dt!UlAtqStartListen+2d
w3core!W3_SERVER::StartListen+bd
w3core!UlW3Start+26e
w3wp!wmain+22a
w3wp!wmainCRTStartup+12f
kernel32!BaseProcessStart+23
Back to Top
Thread 1 - System ID 632
Entry point ntdll!EtwpEventPump
Create time 9/13/2007 5:52:18 AM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForMultipleObjects+c
ntdll!EtwpWaitForMultipleObjectsEx+f7
ntdll!EtwpEventPump+27f
kernel32!BaseThreadStart+34
Back to Top
Thread 2 - System ID 5928
Entry point ntdll!RtlpTimerThread
Create ti