what happens to requests inside apppool when apppool crashes?
hi,
i have the following question: let us assume that my application pool in iis
6.0 has crashed due to i.e. faulty isapi filter. what happens to all the
requests already "handled" inside this apppool, but not "re-delivered" to
http.sys? will http.sys hands-over these un-answered requests to the recycled
apppool? or will these requests "die"? if they die, what error message is
sent back to the clients - 503 / service unavailable?
thanks in advance, fritz
--
Fritz Theiss Tag: accessing FTP server via Windows Browser Tag: 399802
Hosts File resolution
I have recently configured a Win Server 2003 box as a development web server
on my small home based LAN behind an ADSL modem/router/firewall. All boxes on
my LAN have fixed internal IP addresses. Under IIS 6 I have created 4 web
sites. All share the same internal IP number. My router is configured to
route all external traffic coming in to my public IP address to my web
server. All my public web site names will resolve to the same external IP
address. Initially, I do not want to set up my own DNS server. I want to use
the Hosts file on my XP Pro to resolve the web site requested by my browser
IE 7. Firstly, I configured Hosts to resolve the first web site with an entry
[192.168.10.2 example.co.uk] and this works fine if I type in
example.co.uk as the url. But when I try [192.168.10.2 www.example.co.uk]
this does not work. Neither does it work if I substitute the external
address. As I understand from the various explanations on this topic, my
browser will try to resolve using Hosts before going off to find a DNS
server. Have I misunderstood? I want to type in www.example.co.uk and let
Hosts resolve to my web server without going out to DNS. I do intend to set
up my own DNS but I want to flog Hosts a bit first! Tag: accessing FTP server via Windows Browser Tag: 399790
MIME MAPS
Our site is hosted on IIS 6, by a popular web hoster. Recently I asked them
to apply MIME MAPS as follows:
cod application/vnd.rim.cod
jad text/vnd.sun.j2me.app-descriptor
They applied these maps and indeed files with a "jad" extension are now
received with the desired content type. However, files with the "cod"
extension are arriving as "image/cis-cod". This seems to be the IIS default.
For some reason the map applied for our site is not overriding the default
IIS setting.
Ideas anyone?
Thanks,
Jamie Tag: accessing FTP server via Windows Browser Tag: 399788
Application Pool Limits
Hi,
I have a web server that hosts more than 200 websites and has about 200
Applications under Default Application Pool.
Since last few weeks I have noticed that the Default Application Pool is not
terminating properly during Worker process recycling events (after certain
time).
I can see messages like:
"A process serving application pool 'DefaultAppPool' exceeded time limits
during shut down. The process id was '3236'." in the event log, right before
the IIS stops responding.
What might be causing the problem ?
* Over loaded DefaultAppPool ( about 200 Apps)
* Buggy Code in Applications (causing memory leaks ?? )
Thanks in advance :) Tag: accessing FTP server via Windows Browser Tag: 399787
IIS 6 ASP (not DOT NET) and Impersonation
Hello,
Is there a way to authenticate a user against AD to allow access to
the web site and then impersonate to another user who have the right
to complete a specific operation? Tag: accessing FTP server via Windows Browser Tag: 399785
IIS Syncing
I have Windows 2003 Enterprise and 2 Web servers in a load balance. Is
there a tool or Microsoft utility that will allow me to keep the two web
configurations in sync? So, if I update one IIS configuration, web,
apppool, it will update WEB02? I'm having a problem keeping my webs in sync
on WEB01 and WEB02.
Thanks. Tag: accessing FTP server via Windows Browser Tag: 399783
What's the maximum web sites IIS 6.0 support on a single machine?
Hi,
I'm planning NLB for our business environment. My CTO asks how many web
sites can a single machine support with IIS 6.0 if the server is power
enough?
Thank you, Tag: accessing FTP server via Windows Browser Tag: 399771
SMTP server sizing
Hello Everyone,
Is there some general guidlines for sizing an SMTP server, and when it might
be recommened to use another SMTP product other than IIS's SMTP service?
I have a server that gets hit with a bout 6000 emails at a time, and it
appears to have trouble relaying. Overall perfomance to the server is very
good, with no issues.
Thank you in advance Tag: accessing FTP server via Windows Browser Tag: 399764
Invalid progid - iis 5.1
I am trying to setup my website on my XP Pro machine.
RUnning IIS 5.1, classic ASP website
My website contains custom dll's for connection to the db and session
state.
These components are registered via component services.
I have checked in the registry to confirm they are there.
I continue to get the following error:
=B7 Error Type:
Active Server Pages, ASP 0134 (0x80004005)
The object has an invalid ProgID of 'brantleyWebState.CSession'.
/ASPTemplate/common.asp, line 1
Line one is below:
<OBJECT RUNAT=3Dserver PROGID=3DbrantleyWebState.CSession id=3DobjSession></
OBJECT>
can anyone help? Tag: accessing FTP server via Windows Browser Tag: 399758
Setup SQL connection on IIS7
Hi All,
I am new to IIS and am trying to write a simple ASP.NET application.
My ADO.net code works fine in the development environment (outside IIS); but
I can't get it two work within IIS7. This is all on my local machine not a
production web server.
I tried removing the default connection, which is the localSQL connection
and create a new one attaching to my SQL Server on the network, but it fails
when launching the web page indicating that it can no longer find the
localSQl connection. It's odd to me because I never, in any place, wrote
code using any local connection.
Anyway, if someone would be so kind and steer me in the correct direction
for setting up a proper connection to my sql server on IIS7 I would
appreciate it.
Thanks. Tag: accessing FTP server via Windows Browser Tag: 399755
External Disk for asp pages
Hy !
In a Server 2000 and IIS vers 3. I need to move all database and asp pages
in a Network Disk.
So that directory '\site\ with all data inside, db and asp pages, will
physically stay in a network disk '\192.168.1.100\site that I
have map as disk 'X:\
I have tried to create a Virtual Directory in my IIS serv. and point it on
disk 'X:\ as first and directly on IpAdress in second test
but none is working.
First question, is it possible to configure such situation ? eventually
..how ??
thanks in adv
Mirco Tag: accessing FTP server via Windows Browser Tag: 399751
Impact of SSL
Hello all,
I administer servers that run a busy web application. The IIS servers
are load balanced, currently Windows 2000 Advanced Server but upgrading
to 2003 very soon.
At the moment, only the login process is always secured. A fully SSL
secured session is an optional extra that the user can choose at logon.
We're looking to move to forcing SSL across the whole application and
removing the possibility of a plain HTTP session.
We need to be sure that we still have the capacity to cope after the
switchover. Does anyone know what kind of performance/capacity impact
this might have on our webservers? I guess it's probably hard to gague
without some kind of stress testing tool - can anyone recommend anything?
Thanks in advance,
--
Chris M.
Remove pants to email me. Tag: accessing FTP server via Windows Browser Tag: 399749
worker process time limit
Hi,
Just about every 29:07 hrs I get:
----------<quote>---------------------------------
Event Type: Information
Event Source: W3SVC
Event Category: None
Event ID: 1074
Date: 13-11-2007
Time: 8:18:57
User: N/A
Computer: WEBBIE11
Description:
A worker process with process id of '960' serving application pool
'DefaultAppPool' has requested a recycle because the worker process reached
its allowed processing time limit.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
----------<quote>---------------------------------
So I need to find out which process this is. How do I do that? Where can I
find out which process has which Process ID? Is there a HOWTO for this?
Bonno Bloksma Tag: accessing FTP server via Windows Browser Tag: 399745
Javascript vs C# for Web Apps
We have IIS 6.0 and I know our web devs talk about writing in C# and
Javascript. So my question is why do they write in both languages ? Do they
complement one another and if so on what areas ? I am new to Web apps but
want to learn how to administer web servers
Thanks Tag: accessing FTP server via Windows Browser Tag: 399744
Install issues
I am trying to install IIS on a 64bit Win2K3 Enterprise edition. During the
install I receive the following message
Configurations for an Application Server
IIS could not be installed on this server.
To install IIS, try running the Configure Your Server Wizard again, or use
Add or Remove Programs.
We have gone through both methods of trying to install IIS. Add windows
components and the configure server wizzard.
Any one have any ideas? Tag: accessing FTP server via Windows Browser Tag: 399735
can't access website unless exception added under proxy settings
we have to websites both https:// our customer can access one without issue,
the other one they have to add the website name in their proxy exception list
in their IE settings. Is there any settings in IIS on the actual website I
could update or look at? all firewall rules appear to be fine. Using IIS 6.0
running on a windows 2003 sp2 server. Thanks Tag: accessing FTP server via Windows Browser Tag: 399734
IIS 6.0 cals
Hello,
I am a little confused with Cals, of course you need to purchase the server
2003 standard comes with IIS, however does it come witih 6.0? does it require
a user cal? more importantly, if I am going to make a intranet and also an
internet site, do I only need to purchase the cals that users are going to
be accessing the server internally on the network (i would assume yes but
making sure)? lets say I have 60 users, do i need to purchase 60 cals for IIS
6.0 and 60 cals for server 03?
Thank you
--
You say that voices in my head is a bad thing? Tag: accessing FTP server via Windows Browser Tag: 399732
HTTPS selection dims out...
Hi there,
When I go to add a new site in IIS7, it is dimmed out where I select the
site and the HTTP or HTTPS down button...I select HTTPS and after that I
can't continue due to the OK button being dimmed out...
Any ideas?
Thanks,
Gordon Tag: accessing FTP server via Windows Browser Tag: 399728
IIS Install
We just deployed a 2003 enterprise 64 bit server. We are trying to install
IIS on it now and we are receiving a message saying it can not find
appsrv64.msc and asking for the cd. We have copied the i386 folder to the
C:\drive already and have been pointing there but it still says it can not
find it. I have done a physical search on my Enterprise cd and I can not find
the file either. I am not in the same location as the server but is this one
of those weird things were we actually have to have the cd in the drive Tag: accessing FTP server via Windows Browser Tag: 399722
Question with HTTP Headers
This is a multi-part message in MIME format.
------=_NextPart_000_0014_01C825E4.EF05B900
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I run an ecommerce site on my Win2003 server with IIS6, the server see =
request's with http and without http as seperate sessions, which means =
if a customer adds some item to the cart while they were shopping with =
www.domain.com and return to the site using domain.com the server see =
that session as a different session which results in that cart being =
empty, how do I make IIS forward a user to www.domain.com if they =
request domain.com.
Thanks in advance,
Ayokunle.
------=_NextPart_000_0014_01C825E4.EF05B900
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2995" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Century Gothic" size=3D2>I run an ecommerce site on =
my Win2003=20
server with IIS6, the server see request's with http and without http as =
seperate sessions, which means if a customer adds some item to the cart =
while=20
they were shopping with <A =
href=3D"http://www.domain.com">www.domain.com</A> and=20
return to the site using domain.com the server see that session as a =
different=20
session which results in that cart being empty, how do I make IIS =
forward a user=20
to <A href=3D"http://www.domain.com">www.domain.com</A> if they request=20
domain.com.</FONT></DIV>
<DIV><FONT face=3D"Century Gothic" size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Century Gothic" size=3D2>Thanks in =
advance,</FONT></DIV><FONT=20
face=3D"Century Gothic" size=3D2>
<DIV><BR>Ayokunle.</DIV>
<DIV> </DIV>
<DIV></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0014_01C825E4.EF05B900-- Tag: accessing FTP server via Windows Browser Tag: 399713
IIS Service Unavailable
Hello all. IIS is on a domain / exchange 2003 box and all has been well until
yesterday. Web and pop3 stopped working well got the pop3 backup and working
and the apps work but if you browse a web you recieve an service unavailable.
Have been searching for hours found great tools to trouble shoot iis but no
luck. I check security and that seems to be fine. Here is an event error
Source W3SVC
Event ID 1039
A process serving application pool 'DefaultAppPool' reported a failure. The
process id was '21456'. The data field contains the error number.
AND EVENT 1002
Application pool 'DefaultAppPool' is being automatically disabled due to a
series of failures in the process(es) serving that application pool
OWA works and smtp seems to be fine so any help would be greatly a appreciated Tag: accessing FTP server via Windows Browser Tag: 399712
Ampersand in URL
I have a strange problem with IIS 6 (Server 2003) and IIS 7 (Vista).
I have a site with a web.config as follows:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpHandlers>
<add verb="*" path="*.*"
type="TrafficLogger.GetFile,TrafficLogger" />
</httpHandlers>
</system.web>
<system.webServer>
<handlers>
<clear />
<add name="HTTPServer" path="*.*" verb="*"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET
\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" />
</handlers>
</system.webServer>
</configuration>
There is a TrafficLogger.dll in the bin folder.
This program logs the request and returns a stream.
When I request a missing file, it returns a 404 error.
For example, when I request http://localhost/Test/toto.zip
I get a 404 error.
But when I request http://localhost/Test/toto&.zip
I get a 400 error, and the DLL is not called, and the URL is not
logged in Windows\System32\LogFiles\HTTPERR\
Doing more tests, I discovered that the following characters were
refused by IIS:
" % & * : < > ? |
plus ASCII codes 0 to 31 and 127, 129, 141, 143, 144 and 157
I have no doubt this is a security feature of IIS, so my question is:
how could I catch requests with these characters ?
(And no, don't suggest %26 for &, it doesn't work either !).
Am I missing a hidden setting in the web.config ?
JC Tag: accessing FTP server via Windows Browser Tag: 399711
Monitoring APP Pools
Does anyone know of a utility/app that I can use to monitor app pools while
offline?
I want to be able to setup a monitor so that it can tell me of app pool
recycles and what app that pool is. Since they all start a new SID after
recycle, I need to know what app is recycling. I want this to be setup as a
routine, so it can generate email alerts and let me know when these recycles
are happening.
Any suggestions? Tag: accessing FTP server via Windows Browser Tag: 399710
Problem opening .xls files in IIS 6.0
We recently switched from an IIS 5.0 box to IIS 6.0. The IIS 5 system hosted
xls spreadsheets downloaded by authenticated clients. Now that we have moved
to IIS 6.0, when the client clicks on the link in IE the xml code for the
spreadsheet is displayed.
I got around this by adding xls as a mime type (application/ms-excel) so
they can at least choose to save the file by choosing that option when they
click the link. If they choose â??Openâ?? though (which many of them are used to
doing) they are continuously prompted to authenticate again. If they enter
the correct credentials, they login screen comes up again and again. If they
hit cancel, the spreadsheet will open.
Anyone have any ideas? Tag: accessing FTP server via Windows Browser Tag: 399708
metabase.bin partially not there in iis 6.0
hi,
on some w2k3 machines i see the "old" iis 5.x metabase.bin in the \inetsrv
folder, in some not. what is the reason behind? is it due to any servicepack
of w2k3 does not include it anymore or so?
thanks in advance, fritz
--
Fritz Theiss Tag: accessing FTP server via Windows Browser Tag: 399707
perfmon
Hi
trying to measure how many users theres online in my CMS - so trying to use
sessions in Perfmon - but don't have any under Internet information Services
can someone assist ? Tag: accessing FTP server via Windows Browser Tag: 399704
GUI For ISAPI Module - Good Idea? Bad Idea? How?
Hi All,
It my intention to make an ISAPI module that requires significant
configuration. The nature of the defining the configuration strongly
suggest that a GUI is necessary, yet I would very much rather avoid
making a separate tool just to allow the user to define configuration
files to be loaded by the module when it starts.
What framework does IIS provide, if any, for allowing modules to have
their own GUI?
TIA,
-Le Chaud Lapin- Tag: accessing FTP server via Windows Browser Tag: 399699
IIS W3C Extended Log File Format subclassing...
I am trying to subclass the above file format so that I can add custom code
to filter out certain HTTP requests. My code works on my workstation XP SP2,
however, when I move it to a 2003 server, it hangs on the call to
IntializeLog. Below is my code:
HRESULT CEclaimIISLog::InitializeLog(/*IN*/ LPCSTR SiteName, /*IN*/ LPCSTR
MetabasePath, /*IN*/ PCHAR pvIMDCOM)
{
HRESULT phrtResult = S_OK;
if ( milpIISLog == NULL )
{
CoCreateInstance( CLSID_EXTLOG, NULL, CLSCTX_INPROC_SERVER,
IID_ILogPlugin, (LPVOID*)&milpIISLog );
if ( milpIISLog != NULL )
milpIISLog->AddRef();
}
if ( milpIISLog != NULL )
phrtResult = milpIISLog->InitializeLog( SiteName, MetabasePath, pvIMDCOM );
return phrtResult;
}
The end result is to not change the format of the log file but just to
exclude certains requests. If this is not the correct approach can someone
recommend another?
Thanks in advance.
--
Robert Tag: accessing FTP server via Windows Browser Tag: 399678
working with wsus 3.0
I just installed wsus 3.0, and when I try to access http://localhost:8530,
where I installed it, it errors http 403 "this website requires you to log
in." I checked all the permissions. Is there something I'm missing?
Thanks,
Mike Tag: accessing FTP server via Windows Browser Tag: 399677
IIS 5.1 error 127- The specified procedure is not found
Hello everyone
I am heving problem with IIS 5.1.
I have Windows Xp professional 2002, and IIS 5.1 installed.
After searching on internbet and trying different solutions I am
posting it here
when I try to run WWW publishing service it is giving an error :127:
the specified procedure is not found"
the IIS admin and RPC service is running
And I open the InetMgr, and right click the Website to see proprty it
is giving ans error " the metadata was not found" and it crashes the
IIS
I have uninstall and reinstalled iis 3-4 times, but does not help me.
Please help me to figure out this problem Tag: accessing FTP server via Windows Browser Tag: 399676
IIS response slow when directories are used inside web pages
Hello,
I am using directories inside the web area which I am serving out with IIS
6.0. If I do not use directories and if I put all *.asp files under the root
page no problem. But if I use directories and place some of the *.asp files
and include these files with #include, IIS response get very slow and
consumes lots of CPU before giving the page. What could it be? I have enabled
parent paths.
Thank you in advance
Erhan Tag: accessing FTP server via Windows Browser Tag: 399675
inetinfo.exe accessing ndwjn.dll
Hi!
We are running HIPS on our internal web servers, and I dont seem to be
able to find out any information regarding the below:
HIPS (Cisco CSA) Alert:
"TESTMODE: The process 'C:\WINNT\system32\inetsrv\inetinfo.exe' (as
user NT AUTHORITY\SYSTEM) attempted to access a resource which would
have resulted in the user being asked the following question. 'The
process C:\WINNT\system32\inetsrv\inetinfo.exe is attempting to modify
the system file C:\WINNT\system32\ndwjn.dll. Do you wish to allow
this?'"
I cant find any information about ndwjn.dll. I am guessing that it may
have something to do with Dr Watson, as I believe inetinfo is used for
debugging but cant get confirmation of this anywhere?
Extra info if this helps:
Server: WindowsNT 5.0.2195 Service Pack 4 [tS] (English)
Any help would be greatly appreciated!
cheers, Tag: accessing FTP server via Windows Browser Tag: 399671
New to IIS and need your help
If my boss comes to me and asks me how many concurrent sessions we are
seeing on our Web Servers, how do I do so ?
Also what are some useful perfmon counters to check health of our IIS Web
Servers ?
If there is a link, could you send it to me ?
Also, what info is in the IIS Logs ? Where is it located? How can I parse it
and save it in a db ?
Any other question I need to be asking ;) ? Tag: accessing FTP server via Windows Browser Tag: 399665
Problem serving ASP.NET pages
hi
I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
installed Sharepoint 2007 on it. But it was not serving content So i
uninstalled it. I tried to check if IIS is working right BUT even a simple
ASPX page was not being served. After checking various security settings and
granting IIS_WPG launch access in DCOM I was still not able to get it work.
IIS ERR log shows Connection_Dropped errors.
Since then i have reinstalled IIS no less than 3 times but didnot help. I
even re-installed .NET frameowrk just to make sure BUT still it is the same
error Connection_Dropped. Sometimes the App Pool just shuts off as well.
Normal html pages are served right. Plz help.
regards
irfan Tag: accessing FTP server via Windows Browser Tag: 399649
Unable to access localhost through ISS after moving web directory
After reinstalling Vista, I tried to set up IIS, and ran into a problem I
know I've run into before, but can't seem to get it working this time. I am
using a folder inside Documents as my web folder for localhost (this makes
backing up easier). I was able to add the IIS_USERS group to that folder,
but still wasn't able to browse from ISS. Instead of getting the ubiquitous
error 500, I now get an error 401.3, that the web server does not have
permissions to open the file. (There is no file in that directory, they are
in the subdirectories of it, but directory browsing is turned on). There is
also something about checking ACLs, but I have no idea how to do that. Any
ideas that will let me use the directory I have chosen as my localhost, and
be able to browse that for development purposes, will be appreciated.
--
Larry S Tag: accessing FTP server via Windows Browser Tag: 399645
How to alias a site off of a portal top level site?
Hi. I have a SharePoint 2007 intranet portal top level site which is
accessible at http://servername.domain.org. There is a site below the root
like http://servername.domain.org/app. How can I set up an alias to access
that site directly? For example, I want to use "myapp" or "myapp.domain.org"
to alias http://servername.domain.org/app. Can it be done with host headers,
alternate access mapping (a SharePoint 2007 feature), DNS alias, or
combination of all?
Thanks!
(Cross-posted in the SharePoint newsgroup also.) Tag: accessing FTP server via Windows Browser Tag: 399641
IIS 5.o Admin Rights
Is there a way to grant a user admin permission to IIS without
granting the user admin rights on the machine? Tag: accessing FTP server via Windows Browser Tag: 399636
Help with DiagDebug report
I have been having intermittent hangs on iis6 in my envirorment. The server
runs a combination of asp.net applications and ISAPI extensions. The asp.net
applications are DotNetnuke, and there are about 20 sites running on this
server. We are running a modified version of DNN 3.2.2, and the most used
component is a custom iFrame module that makes web calls to both local and
remote servers. I mention this as I'm wondering if this is a result of
hanging because it is running out of connections.
Here is the summary from the report:
Detected a serious critical section related problem in
IIS_COM+__Date__11_06_2007__Time_06_19_51PM__w3wp.exe__DefaultAppPool-DNN__PID__8640__509__Manual Dump.dmp
Lock at mscorsvr!CorMap::m_pCorMapCrst owned by thread 31 is Deadlocked with
lock at ntdll!LdrpLoaderLock owned by thread 30
Impact analysis
0.47% of threads blocked
(Threads 19 30 32)
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
Here are the threads mentioned, if more are needed, i'll gladly post.
Thread 19 - System ID 8232
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:19 PM
Time spent in user mode 0 Days 00:00:01.453
Time spent in kernel mode 0 Days 00:00:03.453
This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst
owned by thread 31.
Thread 31 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
mscorsvr!EE_EnterCriticalSection+c
mscorsvr!CorMap::Enter+13
mscorsvr!CorMap::OpenFile+73
mscorsvr!RuntimeOpenImageInternal+1c
mscorsvr!GetAssemblyMDInternalImport+5f
mscoree!GetAssemblyMDImport+45
fusion!CreateMetaDataImport+1d
fusion!CAssemblyManifestImport::CopyMetaData+1e
fusion!CAssemblyManifestImport::Init+8d
fusion!CreateAssemblyManifestImport+36
fusion!ValidateAssembly+61
fusion!CAssemblyCacheItem::MoveAssemblyToFinalLocation+272
fusion!CAssemblyCacheItem::Commit+24f
fusion!CAsmDownloadMgr::CreateAssembly+4db
fusion!CAsmDownloadMgr::DoSetupPushToCache+50
fusion!CAsmDownloadMgr::DoSetup+225
fusion!CAssemblyDownload::DoSetup+7a
fusion!CAssemblyDownload::DownloadComplete+b6
fusion!CAssemblyDownload::KickOffDownload+1a1
fusion!CAssemblyName::BindToObject+404
mscorsvr!FusionBind::RemoteLoad+a6
mscorsvr!FusionBind::GetAssemblyFromFusion+5e
mscorsvr!AssemblySpec::GetAssemblyFromFusion+154
mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d
mscorsvr!AppDomain::BindAssemblySpec+50
mscorsvr!AssemblySpec::LoadAssembly+98
mscorsvr!AssemblyNative::Load+407
0x030fbaac
0x03aad23e
0x02fdf804
Back to Top
Thread 20 - System ID 844
Entry point mscorsvr!DebuggerRCThread::ThreadProcStatic
Create time 11/6/2007 5:44:19 PM
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
kernel32!WaitForMultipleObjectsEx+11a
kernel32!WaitForMultipleObjects+18
mscorsvr!DebuggerRCThread::MainLoop+90
mscorsvr!DebuggerRCThread::ThreadProc+68
mscorsvr!DebuggerRCThread::ThreadProcStatic+b
kernel32!BaseThreadStart+34
Back to Top
Thread 21 - System ID 3548
Entry point mscorsvr!gc_heap::gc_thread_stub
Create time 11/6/2007 5:44:19 PM
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!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
mscorsvr!gc_heap::gc_thread_function+2f
mscorsvr!gc_heap::gc_thread_stub+1e
kernel32!BaseThreadStart+34
Back to Top
Thread 22 - System ID 2652
Entry point mscorsvr!gc_heap::gc_thread_stub
Create time 11/6/2007 5:44:19 PM
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!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
mscorsvr!gc_heap::gc_thread_function+2f
mscorsvr!gc_heap::gc_thread_stub+1e
kernel32!BaseThreadStart+34
Back to Top
Thread 23 - System ID 9432
Entry point mscorsvr!gc_heap::gc_thread_stub
Create time 11/6/2007 5:44:19 PM
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!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
mscorsvr!gc_heap::gc_thread_function+2f
mscorsvr!gc_heap::gc_thread_stub+1e
kernel32!BaseThreadStart+34
Back to Top
Thread 24 - System ID 9744
Entry point mscorsvr!gc_heap::gc_thread_stub
Create time 11/6/2007 5:44:19 PM
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!NtWaitForSingleObject+c
kernel32!WaitForSingleObjectEx+ac
kernel32!WaitForSingleObject+12
mscorsvr!gc_heap::gc_thread_function+2f
mscorsvr!gc_heap::gc_thread_stub+1e
kernel32!BaseThreadStart+34
Back to Top
Thread 25 - System ID 4300
Entry point mscorsvr!Thread::intermediateThreadProc
Create time 11/6/2007 5:44:19 PM
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
kernel32!WaitForMultipleObjectsEx+11a
kernel32!WaitForMultipleObjects+18
mscorsvr!WaitForFinalizerEvent+5a
mscorsvr!GCHeap::FinalizerThreadStart+96
mscorsvr!Thread::intermediateThreadProc+44
kernel32!BaseThreadStart+34
Back to Top
Thread 26 - System ID 1468
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:19 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
This thread is waiting on critical section ntdll!LdrpLoaderLock owned by
thread 30.
Thread 30 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
ntdll!LdrpGetProcedureAddress+128
ntdll!LdrGetProcedureAddress+18
kernel32!GetProcAddress+44
mscorsvr!__delayLoadHelper2+1ed
mscorsvr!_tailMerge_ole32+d
mscorsvr!ThreadpoolMgr::intermediateThreadProc+44
kernel32!BaseThreadStart+34
Back to Top
Thread 27 - System ID 6796
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:19 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
This thread is waiting on critical section ntdll!LdrpLoaderLock owned by
thread 30.
Thread 30 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
ntdll!LdrpGetProcedureAddress+128
ntdll!LdrGetProcedureAddress+18
kernel32!GetProcAddress+44
mscorsvr!__delayLoadHelper2+1ed
mscorsvr!_tailMerge_ole32+d
mscorsvr!ThreadpoolMgr::intermediateThreadProc+44
kernel32!BaseThreadStart+34
Back to Top
Thread 28 - System ID 6720
Entry point mscorsvr!ThreadpoolMgr::TimerThreadStart
Create time 11/6/2007 5:44:19 PM
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!NtDelayExecution+c
kernel32!SleepEx+68
mscorsvr!ThreadpoolMgr::TimerThreadStart+23
kernel32!BaseThreadStart+34
Back to Top
Thread 29 - System ID 7300
Entry point ntdll!RtlpWorkerThread
Create time 11/6/2007 5:44:19 PM
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!ZwRemoveIoCompletion+c
ntdll!RtlpWorkerThread+3d
kernel32!BaseThreadStart+34
Back to Top
Thread 30 - System ID 4976
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:20 PM
Time spent in user mode 0 Days 00:00:00.343
Time spent in kernel mode 0 Days 00:00:02.250
This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst
owned by thread 31.
Thread 31 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
mscorsvr!EE_EnterCriticalSection+c
mscorsvr!CorMap::Enter+13
mscorsvr!CorMap::OpenFile+73
mscorsvr!PEFile::Create+43
mscorsvr!AssemblySpec::LowLevelLoadManifestFile+ad
mscorsvr!AppDomain::BindAssemblySpec+50
mscorsvr!AssemblySpec::LoadAssembly+98
mscorsvr!Assembly::LoadExternalAssembly+1a8
mscorsvr!Assembly::FindExternalAssembly+3c
mscorsvr!Assembly::FindAssemblyByTypeRef+be
mscorsvr!ClassLoader::LoadTypeHandle+8c
mscorsvr!ClassLoader::LoadParent+54
mscorsvr!ClassLoader::LoadTypeHandleFromToken+a5
mscorsvr!ClassLoader::LoadTypeHandle+2ee
mscorsvr!ClassLoader::LoadTypeHandle+23a
mscorsvr!EEClass::InitializeFieldDescs+2fe
mscorsvr!EEClass::BuildMethodTable+46c
mscorsvr!ClassLoader::LoadTypeHandleFromToken+636
mscorsvr!Module::BuildClassForModule+ae
mscorsvr!Module::SetContainer+71
mscorsvr!Assembly::AddModule+19f
mscorsvr!BaseDomain::SetAssemblyManifestModule+21
mscorsvr!BaseDomain::LoadAssembly+f8b
mscorsvr!ExecuteDLL+281
mscoree!CorDllMainWorker+6c
mscoree!_CorDllMain+106
ntdll!LdrpCallInitRoutine+14
ntdll!LdrpRunInitializeRoutines+367
ntdll!LdrpLoadDll+3cd
ntdll!LdrLoadDll+198
kernel32!LoadLibraryExW+1b2
mscorsvr!WszLoadLibraryEx+5f
mscorsvr!CorMap::BaseAddress+8b
mscorsvr!PEFile::Setup+45
mscorsvr!PEFile::VerifyModule+195
mscorsvr!PEFile::Create+11a
mscorsvr!SystemDomain::LoadFile+184
mscorsvr!AssemblySpec::GetAssemblyFromFusion+630
mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d
mscorsvr!AppDomain::BindAssemblySpec+50
mscorsvr!AssemblySpec::LoadAssembly+98
mscorsvr!AssemblyNative::Load+407
0x030fbaac
kernel32!WaitForSingleObjectEx+dc
Back to Top
Thread 31 - System ID 4060
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:24 PM
Time spent in user mode 0 Days 00:00:00.343
Time spent in kernel mode 0 Days 00:00:02.218
This thread is waiting on critical section ntdll!LdrpLoaderLock owned by
thread 30.
Thread 30 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
ntdll!LdrUnloadDll+35
kernel32!FreeLibrary+41
mscorsvr!CorMap::ReleaseHandleResources+70
mscorsvr!CorMapInfo::Release+63
mscorsvr!CorMap::ReleaseHandle+e
mscorsvr!PEFile::~PEFile+37
mscorsvr!PEFile::`scalar deleting destructor'+b
mscorsvr!BaseDomain::LoadAssembly+28b
mscorsvr!AssemblySpec::LoadAssembly+4da
mscorsvr!AssemblyNative::Load+407
0x030fbaac
kernel32!WaitForSingleObjectEx+dc
Back to Top
Thread 32 - System ID 9172
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:25 PM
Time spent in user mode 0 Days 00:00:00.328
Time spent in kernel mode 0 Days 00:00:01.703
This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst
owned by thread 31.
Thread 31 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
mscorsvr!EE_EnterCriticalSection+c
mscorsvr!CorMap::Enter+13
mscorsvr!CorMap::OpenFile+73
mscorsvr!RuntimeOpenImageInternal+1c
mscorsvr!GetAssemblyMDInternalImport+5f
mscoree!GetAssemblyMDImport+45
fusion!CreateMetaDataImport+1d
fusion!CAssemblyManifestImport::CopyMetaData+1e
fusion!CAssemblyManifestImport::Init+8d
fusion!CreateAssemblyManifestImport+36
fusion!CAsmDownloadMgr::CreateAssembly+ab
fusion!CAsmDownloadMgr::DoSetupPushToCache+50
fusion!CAsmDownloadMgr::DoSetup+225
fusion!CAssemblyDownload::DoSetup+7a
fusion!CAssemblyDownload::DownloadComplete+b6
fusion!CAssemblyDownload::KickOffDownload+1a1
fusion!CAssemblyName::BindToObject+404
mscorsvr!FusionBind::RemoteLoad+a6
mscorsvr!FusionBind::GetAssemblyFromFusion+5e
mscorsvr!AssemblySpec::GetAssemblyFromFusion+154
mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d
mscorsvr!AppDomain::BindAssemblySpec+50
mscorsvr!AssemblySpec::LoadAssembly+98
mscorsvr!AssemblyNative::Load+407
0x030fbaac
kernel32!WaitForSingleObjectEx+dc
Back to Top
Thread 33 - System ID 10036
Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc
Create time 11/6/2007 5:44:27 PM
Time spent in user mode 0 Days 00:00:00.00
Time spent in kernel mode 0 Days 00:00:00.00
This thread is waiting on critical section ntdll!LdrpLoaderLock owned by
thread 30.
Thread 30 in turn is deadlocked with another thread.
Function Source
ntdll!KiFastSystemCallRet
ntdll!NtWaitForSingleObject+c
ntdll!RtlpWaitOnCriticalSection+1a3
ntdll!RtlEnterCriticalSection+a8
ntdll!LdrLockLoaderLock+133
ntdll!LdrGetDllHandleEx+94
ntdll!LdrGetDllHandle+18
kernel32!GetModuleHandleForUnicodeString+20
kernel32!BasepGetModuleHandleExW+17f
kernel32!GetModuleHandleW+29
mscorsvr!COMSecurityConfig::GetMachineDirectory+49
mscorsvr!COMSecurityConfig::EcallGetMachineDirectory+22
0x037a060b
mscorsvr!CallDescrWorker+30
mscorsvr!MethodDesc::CallDescr+1b8
mscorsvr!MethodDesc::Call+c5
mscorsvr!Security::ResolvePolicy+a5
mscorsvr!SecurityDescriptor::ResolveWorker+202
mscorsvr!AppDomainNative::SetupDomainSecurity+e4
0x037a0586
0x10224970
0x000e44c8
Back to Top Tag: accessing FTP server via Windows Browser Tag: 399635
Change time that is recorded in the log files from GMT to current
I am sure there is a very good reason why the log files all use GMT time when
recording in IIS log files however it is a royally pain to always convert it.
Is there a way to make it so that it time stamps the serversâ?? current time
instead of using GMT time inside the log file? I know that I can change the
time when it create