Code no longer works
I have a machine that I was using as a web server that I
recently changed the operating system from Windows 2000
Professional to Windows Advanced Server 2000, (not ideal
but I had no choice). Well now I have website code that
hangs up and give me an error message, when it was working
perfectly before. This is the code:
set fsObj = server.createobject
("Scripting.FileSystemObject")
set myFile = fsObj.CreateTextFile(fileName, True)
I had been sending results returned to the browser to an
excel file and now it now longer works. I now get the
following error message :
Error Type:
Microsoft VBScript runtime (0x800A004C)
Path not found
/ticketinfo.asp, line 140
The line referenced in the error message refers to the
line where the file is created.
I am not sure what happened? Tag: Changing Text of "Service Unavailable" Tag: 335690
IIS Lockdown Problem
I just installed IIS on Windows 2000 Advanced Server. After installing IIS
LockDown, I got the error message when I opened the Internet Explorer (6.0)
and typed http://localhost. The error message was "error '80070003'
/localstart.asp, line 19 ". If I open Internet Services Manager, I got the
following error "Error connected to servername. The system cannot find the
path specified. Do you wish to continue to attempt to connect to it in the
future? Yes or No" I answered "yes", it opened IIS Management Console.
However, I can't expand.
What am I doing wrong when I installed IIS LockDown? Is it necessary to
install IIS LockDown? If I applied all Windows security patches, is my
server secured from vulnerability?
Please let me know if you need additional information.
Thanks. Tag: Changing Text of "Service Unavailable" Tag: 335689
IIS Index Service - Do you need a Catalogue define for it to work
I have two different websites which use the Index Service. One has a catalogue defined and sets the catalogue name in the object used for the search. The other does not define a Catalogue name. Both appear to work fine. I have read that in the Catalogue properties there is a default catalogue directory (Web) created. If no other catalogue is created does IIS automatically store all the index information in that "Web" catalogue directory
My question is
Do you need to define/configure a catalogue to have the search to work? Tag: Changing Text of "Service Unavailable" Tag: 335688
OWA Title Bar Change
Does anyone know how to change the title bar of Exchange 2003 Outlook Web Access to read the site name instead of "Microsoft Outlook Web Access"? I have not been able to locate this string or any TITLE field in the ASP files on the server.
I would really appreciate your help. Tag: Changing Text of "Service Unavailable" Tag: 335687
problem with website
When using an application (the website ASP pages copy a
word file to the server and then opens it on the server
to parse through it), that runs on IIS5 from a client PC,
you receive the following error
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/*.asp, line 102
The call to Server.CreateObject failed while checking
permissions. Access is denied to this object.
I tried the fix mentioned in Microsoft article 198432 but
this has not made any difference. (Do you need to reboot
the server for this to take effect?) Tag: Changing Text of "Service Unavailable" Tag: 335680
IIS 6.0 - Memory problem in "Worker process isolation mode"
I have an ASP (classic) application that works fine using IIS 5.0. When
using IIS 6.0 I have no problems when in "IIS 5.0 Isolation Mode", but when
IIS 6.0 is using "Worker process isolation mode" I get an "Out of memory"
error in one of my COM components when it is called from an ASP page. There
is no error being generated in an event log or from IIS, the only sign that
something has gone wrong is that the COM component reports that it
encountered an internal "Out of memory" error during processing (which at
that point involves getting some data from a database, analyzing it and
generating a chart image).
This particular COM component does tend to use a lot of memory - when I use
it in a standard windows application the task manager memory usage goes up
to around 26 MB at that point in the processing.
I'm guessing that the total memory available to my COM component when
running in "Worker process isolation mode" is less that that available in
"IIS 5.0 Isolation Mode".
Are there any adjustments that can be made to affect how much memory is made
available to my application when running in "Worker process isolation mode"?
Or, does anyone have any suggestions on how to get this application to run
in "Worker process isolation mode"? Tag: Changing Text of "Service Unavailable" Tag: 335679
IIS 6.0 & Permissions
After reinstalling IIS 6.0 anonymous user have to enter a username &
password to access our site. I had this problem with IIS 5.x and ran the
permissions wizard and it corrected the problem. I can't seem to find the
wizard for IIS 6.0. How do I restore the default permissions? Tag: Changing Text of "Service Unavailable" Tag: 335678
IIS 5.0 REDIRECTING url
Hi
am in process of transferring my site from java to aspx..
M using win2k/sp4/iis 5.0/with dot.net framework 1.1.
I want my old java url to redirected to the new url...
my java url is
https://www.abc.com/prod/servlet/ShareWeb?name=EBPLogin
to my new aspx url
https://www.abc.com/Global/EBP/Login.aspx
I have tried all the option in IIS seems not to be working.....
Any other way, like writing scripts etc.. then how to would be helpful
regds
RamP Tag: Changing Text of "Service Unavailable" Tag: 335671
string compare in asp
Hi there,
I am trying to compare two strings and get the differenc
in vbscript.
Example: Str1="This is a test text"
Str2="This is a fine test text but a little long"
I like to compare str1 with str2 and get the difference.
Above example the difference will be "fine" and "but a
little long"
How do I do that? A sample code would be apprciable.
Thanks for your time
Jyoti Tag: Changing Text of "Service Unavailable" Tag: 335670
Filtering IIS
Hallo,
I 'm pretty sure that, in some cases, my 500 sites IIS 5 - w2k server sp4
is under DDOS.
How can I do to monitor, manage and filter traffic IN and OUT from IIS?
Please any help MUCH MUCH appreciated. :-\
Best regards.
--
Fabrizio Maccarrone
--
YAMSSQLU
(Yet Another MSSQL User) Tag: Changing Text of "Service Unavailable" Tag: 335669
URLSCAN on IIS6 config
I am having some problems getting URLScan 2.5 running
properly on IIS6. I can't get the default doc to display
unless it is written out in the url. If I remove urlscan
from the server it is okay. The urlscan logs looks like
it is seeing a . in the url and rejecting the request
there is obviously no period in the url
Help please
Mike
http://ricweb3/default.asp output: Boo
http://ricweb3/ output: The system cannot find the file
specified.
code in default.asp
<%
response.write "Boo"
%>
----------------------------------------------------
From urlscanlog:
[06-04-2004 - 09:08:20] Client at xxx.xxx.xxx.xxx: URL
contains extension '.', which is not specifically allowed.
Request will be rejected. Site Instance='599050834', Raw
URL='/'
------------------------------------------------
urlscan.ini settings
UseAllowExtensions=1
[AllowExtensions]
;
; Extensions listed here are commonly used on a typical
IIS server.
;
; Note that these entries are effective
if "UseAllowExtensions=1"
; is set in the [Options] section above.
;
.htm
.html
.txt
.jpg
.jpeg
.gif
.asp
------------------------------------------ Tag: Changing Text of "Service Unavailable" Tag: 335668
IISBITS Service
Good morning, I am trying to install SMS Server and it is needing something
called IISBITS Service up and running. It references IIS so though maybe
someone here would know what the heck that is and how I can start it?
Thanks!
Derek Tag: Changing Text of "Service Unavailable" Tag: 335667
http conf. and client side issues
Hi,
I am writing a "Process" (Client) which communicates with a "HTTP Server"
In my model, Client sends a number of files to server (HTTP) using HTTP
protocol. I am planning to use the Avl Windows API. If u know of any
suitable API/Lib. Please Let me Know.
When i send a File. I want some executable to execute.
How do i do it using HTTP. I know there is some way of doing it. But I
Dont know how to do it. I would appreciate if some one could explain
with an example. It will be very very helpful.
Since i am using HTTP for file transfer. Can I place any timeout on the
transfer. ie. If i am not able to send the file to server due to
network problem. i must be able to come out and inform the user of it.
as soon as possible. How to set a time out in HTTP CLient.
Any Help is appreciated.
Thanks,
james Tag: Changing Text of "Service Unavailable" Tag: 335664
HTML file access
is there an effective means either though IIS or base Win32 that one can monitor when a HTML page has been opened for display
I want to have a background Service monitoring such activity for one or more web pages
Thank
Philip Tag: Changing Text of "Service Unavailable" Tag: 335663
IIS 5 and Logs
I set on of my sites on IIS 5 on w2k server sp4 to log monthly.
When I try to open log and go to eof (end of file) I see logged only access
of about 2 hours ago...:-(
Ex: I analyze txt log file of site A on 11:40 AM.
The last line I can see on that file has 09:40 as time information....
What is happening ?
Any help or suggestions much appreciated.
Best Regards.
--
Fabrizio Maccarrone
--
YAMSSQLU
(Yet Another MSSQL User) Tag: Changing Text of "Service Unavailable" Tag: 335643
Creating Web Sites Programmatically in IIS 5 with ASP
I found a solution to this problem below but I need some help to get it to support multiple host names. Does anybody know how to add additional host headers to a virtual website through a script? The article demonstrates how to create an ASP application to setup a new website. The script is based on mkw3site.vbs. I got it working but I need help to modify the script to support additional host headers. I am trying to setup and app that adds for example www.mycompany.com and mycompany.com at the same time. Currently it takes forever for me to add new customers
http://www.winnetmag.com/Articles/Index.cfm?ArticleID=2155
The following article demonstrates how to create a web site with multiple host headers using a modified version of MKW3Site.VBS.
http://www.iisfaq.com/default.aspx?View=A399&P=10
I tried using the code in the article above to update MKW3Site.ASP file from the 1st article with no success at all
Any help would be appreciated
Thank
Vlad
vlad@myetrac.co Tag: Changing Text of "Service Unavailable" Tag: 335642
ASP CLASSIC UNDER IIS 6
hi to all. i have ASP based web site wich works corecctly under win 2000 pro ( iis 5)
but i dosnt work in win 2003 server (iis6 )
i have been enabled ASP server extension ( changed it from prohabit to allowed)
but i still have a problem with starting site...
it said Bad Request.. any one have a suggestion to solve this problem ?
thanks . Tag: Changing Text of "Service Unavailable" Tag: 335629
IIS
Suddenly the pages on my IIS are not coming in
completely. Previously it has always been working very
well. I did not do anything to change it. For example
this page is very incomplete http://www.unifon.org. It
should have the same layout as this page
http://www.unifon.org/Bett-on-Unifon.htm This is the only
page that is coming in correctly. Anyone have any ideas? Tag: Changing Text of "Service Unavailable" Tag: 335626
Default WEb Site won't start
I have searched on this and couldn't find anything. I have IIS 4
running on NT4 Server (SP6a). When I try to start the default web
site in IIS it doesn't work. I don't get any error messages either.
I checked the event viewer logs and nothing turns up in any log. I
also checked the IIS logs and nothing is there.
I have tried changing it to a different port (from 80 to 8080) and
still nothing. ANy suggestions?
Thanks! Tag: Changing Text of "Service Unavailable" Tag: 335625
cannot start the IIS
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C44A2F.407A1F00
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: quoted-printable
how come i cannot start my IIS?? I have installed all the options. the =
IIS was work properly before, it cannot work after I restart the PC
------=_NextPart_000_0008_01C44A2F.407A1F00
Content-Type: text/html;
charset="big5"
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=3Dbig5">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>how come i cannot start my IIS?? I =
have installed=20
all the options. the IIS was work properly before, it cannot work after =
I=20
restart the PC</FONT></DIV></BODY></HTML>
------=_NextPart_000_0008_01C44A2F.407A1F00-- Tag: Changing Text of "Service Unavailable" Tag: 335624
Conncurent Connections in 2003 server
I recently migrated my server over from 2000 to 2003. I am running ColdFusion 6.1 on the IIS server. I know I would rather be using ASP.NET but we will get ehere in time. I have tried 2003 web eddtion and and Standard addtion.
Here is what happens I maintain an easy 30 to 70 current anynomus users according to performace monitor on the 2000 box. I swap over to the 2003 bos and the site traffic drops big time I'm lucky if I see between 6 and 10 continues users.
Now I checked what I thought would be the obvious with license mode and have set the serer up in device/user mode and per server mode. I have pulled my hair out for days on this with no sucess. it's got to be something simple with 2003 I'm missing
Please help Tag: Changing Text of "Service Unavailable" Tag: 335622
ANN: Perl module Win32::EventLog::Carp 1.30 released
The latest version of Win32::EventLog::Carp has been uploaded to PAUSE and
should begin showing up in a CPAN mirror near you at
$CPAN/authors/id/R/RR/RRWO/Win32-EventLog-Carp-1.30.tar.gz
NAME
Win32::EventLog::Carp - for carping in the Windows NT Event Log
REQUIREMENTS
Carp
Win32::EventLog
REVISION HISTORY
Changes since Win32::EventLog::Carp v1.21. (Note: potential
incompatabilities are marked with '*'.)
1.30 Thu June 3 2004
- added tests
- fixed issue with uninitialized values (RT#5408).
- added Build.PL as alternative to Makefile.PL
- added META.yml to distribution
* source registration disabled by default; must be enabled in import
- renamed global variables with initial caps
- added note in POD about Windows 2003/IIS security policy
- added require for Carp::Heavy because of longmess_heavy and
shortmess_heavy routines
- added note in POD about warnings from Win32::EventLog
A detailed revision history is in the Changes file included with
this distribution.
SYNOPSIS
use Win32::EventLog::Carp;
croak "We're outta here!";
use Win32::EventLog::Carp qw(cluck);
cluck "This is how we got here!";
DESCRIPTION
`Win32::EventLog::Carp' traps warnings and fatal errors in Perl and
reports these errors in the Windows NT Event Log. This is useful for
scripts which run as services or through the scheduler, and for
CGI/ISAPI scripts.
The interface is similar to `Carp': the `carp', `croak' and `confess'
functions are exported (with `cluck' being optional). You need only
change references of "Carp" to "Win32::EventLog::Carp" to begin using
this module.
A more detailed description can be found in the module's POD docu-
mentation.
AUTHOR
Robert Rothenberg <rrwo at cpan.org>
LICENSE
Copyright (c) 2000-2004 Robert Rothenberg. All rights reserved. This
program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. Tag: Changing Text of "Service Unavailable" Tag: 335617
Using IIS6 with UNC
Just installed a few IIS6 (2k3 Web Edition) Servers and looking to get them up and running with our NAS. While all documentation says it should be easy as pie, it never is when you try to work with it. So far I think I've tried every possible combination of authentication mechanism's and ways to specify the UNC without any luck
This works perfectly under IIS5. Using existing sites that work with IIS5 return HTTP 401.3 errors. Permissions appear correct. Sites fail regardless of Anonymous or using the domain admin account to connect via HTTP. I have tried allowing the local IUSR_Machinename account and even setup using the IUSR_domainaccount for anonymous and it absolutely bombs out. Event logs show no errors only successful authentication requests for Anonymous or the Admin account, yet the filer seems to cause the 401.3 errors
I'm at my wits end. Help?! Tag: Changing Text of "Service Unavailable" Tag: 335615
Can't get my website to display
I've followed all the directions for setting up a virtual site at least several times and I'm not getting any results.
"Page cannot be displayed."
The virtual directory I've created points to where the file lives, and the file it's pointing to, is verified in the directory. When I click on the Virtual Directory that I created from the details pane, I see all the files that live in that directory it's pointing to. When I right click on the file I'm trying to show and choose browse I get a url of http://localhost/dls/<filename> (dls being the virtual directory) with a page cannot be found error
I have unchecked the option in my browser internet options "show unfriendly http: errors" already and that doesn't help
Any other ideas? I am running Windows 2000 server, with IIS 5.0 (but you guys all aready know that :-)
Are they any known facts, commom mistakes or tips about IIS 5 that I'm overloooking? Tag: Changing Text of "Service Unavailable" Tag: 335614
IIS Digest Authentication compatible with non-MS browsers?
Dear Community,
While researching authentication options for my Windows
2000 IIS web server I encountered a few articles dated
from 2002 that described incompatibilities between Apache
and Microsoft implementations of of the Digest
Authentication protocol.
http://www.eweek.com/print_article/0,3668,a%3D24177,00.asp
At the time, it was discovered that the Microsoft IIS
version of Digest Authentication worked only with
Microsoft's Internet Explorer browser. All other, non-MS
browsers such as Mozilla, Netscape, etc., could not
authenticate with a Windows web server using digest
authentication. (The reverse was also true--IE could not
authenticate with Apache servers.) Does anyone know if
this incompatibility has since been resolved?
Thanks,
Kerry Tag: Changing Text of "Service Unavailable" Tag: 335613
Remove IIS 6.0 to create clean slate?
I've been exploring Windows SharePoint Services with Separate Active
Directory Directory Service Organization Unit Deployment.
In the process I've renamed my SharePoint server a couple of times, created
various applicaton pools and maybe messed things up a bit. For example the
first computer name is still used in the metabase.
I don't have any sites I plan to keep. Now that I'm getting the hang of
things it would be nice to start over, but not go all the way to
reinstalling the server OS.
Is there any problem with removing and reinstalling IIS 6.0 to get a clean
slate? Or will it not clean the slate or create other problems I don't
anticipate?
THANKS! Tag: Changing Text of "Service Unavailable" Tag: 335612
TerminateExtension called unexpectedly
I've got an ISAPI extension that uses the TerminateExtension call to
clean up any threads I've created before exit. My thread clean-up
routine in TerminateExtension can only complete once all threads
created by my extension have stopped. Because of this, it's important
that TerminateExtension is only called when the web server is shutting
down and is therefore not accepting new requests.
I have ISAPI extension caching set to 'on', so I expect that
TerminateExtension is only called when the web server is stopping.
But from a stack dump, it looks like a large number of threads sitting
in my TerminateExtension function even though my web server is not
shutting down at all.
What I'm wondering is: with ISAPI extension caching on, are there
conditinos other than server shut-down under which TerminateExtension
will be executed? Is there a way to ensure that it only gets called
on shut-down?
I'm not overly experienced with web server administration, so any
insight into this would be appreciated. It may be something as simple
as a configuration parameter.
Thanks,
scott Tag: Changing Text of "Service Unavailable" Tag: 335610
Moving frontpage intranet website directory to new server
Hi,
We are in the process of migrating from an old SBS2000 box to a new
SBS2003 box. A user has created an intranet website with Frontpage and
has it stored in a directory called intranet under the user share. I
need to move this directory to the new server where the user will be
able to continue to work on it and the intranet can still function.
How do I accomplish this? Copy and paste? Xcopy? Backup and Restore?
IIS migration tool? I'm a little confused about this and could really
use some help. :)
Thanks.
Steve Tag: Changing Text of "Service Unavailable" Tag: 335609
Unable to post multipart/form-data
I really need help with a strange problem.
i have a page having ONLY this cleaned and washed HTML code, no client
scripting at all and "some" folks are unable to post any file till
"some" are able. All using IE6 (SP1 or not)
Leaving the <input type="file"> unassigned is ok for everyone but when
you select a file, even a SMALL SMALL SMALL 10 bytes almost empty txt
file, the form fails to be submitted.
I've installed a packet sniffer software on the server and looked
carefully at the packets reaching the server on this specific port
(not 80).
It appears that, for some reasons i realy dont know of, the client
response to the "HTTP/1.1 100 Continue" never reach the server. Client
seems to time-out waiting for an ACK, server seem to time-out waiting
for the data.
There is a NAT/Router (SMC) involved and an ADSL modem using PPPoE.
IIS is running on a Win2000 SP4, no script blocking (NAV).
Here is the WHOLE (HTML 4.01 transit) code of the non working page.
- - - - - 8< - - - - - - - - - - - - - - - - - - - - - - - - - -
<HTML>
<BODY>
<FORM ACTION="Document_Save2.asp" METHOD="post"
ENCTYPE="multipart/form-data">
<INPUT TYPE="TEXT" NAME="NAME"><BR>
<INPUT TYPE="FILE" NAME="Binary"><BR>
<INPUT TYPE="SUBMIT" VALUE="Send">
</FORM>
</BODY>
</HTML>
- - - - - 8< - - - - - - - - - - - - - - - - - - - - - - - - - -
the pages called by this one is simply <BODY>SAVED</BODY>
Any help will be appreciated.
Please reply to both this message and my not so private email address.
You'll find an account called "doltharz" on hotmail's servers. Tag: Changing Text of "Service Unavailable" Tag: 335606
IIS not rendering CSS and background images
Hello,
My IIS (5.01) server is no longer serving up any images or CSS sheets,
whether I use relative or absolute paths.
Two things have changed, one I installed an online game (city of
heros) and the new version of Zone Alarm.
I tested the zone alarm, and that is not inhibiting anything.
I can see all public pages normally.
I cannot connect to the server at all using VS.NET. I can connect
using Dreamweaver, but the pages still don't render correctly.
All sites under IIS are like this.
I'm figuring some DLL got corrupted during the game install, but I
don't know which one.
Any help or suggestions would be great. Tag: Changing Text of "Service Unavailable" Tag: 335602
ADPlus Log for IIS AV
Hi,
I have an IIS site hosting a combination Visual Basic/Visual C++ web app
for e-commerce. I've been having random crashes lately so I hooked up adplus
and got the following for the access violation. I just triple checked all my
VB DLL's for Retain In Memory/Unattended Execution and they are all set
correctly. I just thought I would post this up to the NG and see if anyone
has any pointers before I call PSS.
Thanks!
Jeff
Thu Jun 03 04:49:26 2004: (76c.6b0): Access violation - code c0000005 (!!!
second chance !!!)
--- 2nd chance Acess Violation - Faulting stack below ---
. 41 Id: 76c.6b0 Suspend: 1 Teb: 7ff91000 Unfrozen
Start: comsvcs!CTransactionResourcePool::PutResource+2e (787c27de)
# ChildEBP RetAddr Args to Child
WARNING: Frame IP not in any known module. Following frames may be wrong.
00 02b4fb28 660292dc 04cfb468 1100ff70 1100ff54 0x405daf7
01 02b4fb50 660158c8 04dd7bb8 1100ff70 02b4fb84
MSVBVM60!RESDESCTBL::DestructItem+0x88
02 02b4fb70 6602e6bd 04dd7bb8 00000003 1101ff53
MSVBVM60!RESDESCTBL::DestructModInst+0x43
03 02b4fb8c 6602e64c 04dd7bb8 041163b8 04dd7bb8
MSVBVM60!RUN_INSTMGR::DestructModInstance+0x32 (FPO: [1,0,2])
04 02b4fb9c 660157a7 04dd7bb8 00000000 1100ad18
MSVBVM60!RUN_INSTMGR::DestructObjInstance+0x2a (FPO: [1,0,2])
05 02b4fbbc 66015295 1100ad18 00000040 00000001
MSVBVM60!RcmSemiReset_606+0x224
06 02b4fbd4 660151ef 1100ad18 00000000 00000000
MSVBVM60!RcmShutDownProject+0x3f (FPO: [2,0,2])
07 02b4fbec 660150ef 1100ad18 00000000 030d1e94
MSVBVM60!RcmResetProject+0x1b (FPO: [2,0,3])
08 02b4fe68 66016ed9 04123c30 11000000 66014f6b
MSVBVM60!EbResetProjectNormal+0xd5
09 02b4fe74 66014f6b 11000000 041b5acc 030d1e94 MSVBVM60!EbResetProject+0x27
(FPO: [1,0,0])
0a 02b4fe8c 66016cfb 041b92d4 00000000 00000001
MSVBVM60!CThreadPool::ResetProject+0x5a
0b 02b4fea8 6608846f 041b92d4 00000001 00000000
MSVBVM60!CVBThreadAction::CleanupProjData+0x46
0c 02b4feb8 6603ebac 030d1e94 02b726d0 02b4feec
MSVBVM60!CThreadPool::CleanupAtDllDetach+0x14 (FPO: [1,0,0])
0d 02b4fed0 77f830e6 11050164 11050160 11000000 MSVBVM60!UserDllMain_38+0x39
0e 02b4fef8 77f837f5 110033f0 11000000 00000003 ntdll!ZwReplyPort+0xd (FPO:
[2,0,0])
0f 02b4fef8 77f837f5 110033f0 11000000 00000003
ntdll!RtlDeleteCriticalSection+0x31 (FPO: [Non-Fpo])
10 02b4ff4c 7c5745e7 ffffffff 010cece0 010cf02c
ntdll!RtlDeleteCriticalSection+0x31 (FPO: [Non-Fpo])
11 02b4ffb4 7c574391 00000000 ffffffff 010cece0
KERNEL32!NlsAnsiToUnicode+0x12e (FPO: [Non-Fpo])
12 02b4ffec 00000000 787c27de 010cf02c 00000000 KERNEL32!MapCase+0x21 (FPO:
[Non-Fpo])
Creating
C:\PROGRA~1\DEBUGG~1\CRASH_~2\PID-1900__INETINFO.EXE__2nd_chance_access_viol
ation__full_2004-06-03_04-49-26-184_076C.dmp - mini user dump
No export elog_str found
quit:
eax=0405da00 ebx=1100ff54 ecx=04cfb468 edx=00000003 esi=1100ff70
edi=00000000
eip=0405daf7 esp=02b4f81f ebp=02b4fb28 iopl=0 nv up ei pl nz na po
nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00000206
0405daf7 000c08 add [eax+ecx],cl
ds:0023:08d58e68=?? Tag: Changing Text of "Service Unavailable" Tag: 335601
How to figure out which site is using all the ram.
We have a Win2K3 Server with about 20 .Net sites running on it all in their
own process. I can see in task manager all the w3wp.exe processes running
with the various amounts of ram being used for each. In task manager I have
a PID number for each, but nothing that jumps out and says "it's this site".
How do you tell which site is using what resources?
Thanks Tag: Changing Text of "Service Unavailable" Tag: 335599
Page Content does not change in IIS
This is my second post regarding this problem. I am
running IIS 5.0 with Windows 2000 Advanced Server. Most
of the site pages are in ASP but some are html. I have
checked the directory in IIS and the fact that there is
only one copy of the website on my machine. I am making
changes to my code and they are not being reflected in the
web browser, only the old site information can be seen. I
have the following code in my asp and html pages :
ASP
<%
response.expires = 0
response.expiresabsolute = now()-1
response.addheader "pragma", "no-cache"
response.addheader "cache-control","private"
response.cachecontrol = "no-cache"
%>
HTML
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Pragma" content="-1"/>
I have the HTTP Header for the web site set to expire the
content immediately. I have also followed the
instructions in the Microsoft Knowledge Base Article
319384 titled Pages do not Expire as Expected After Web
Site Content Change.
I have even cleared the cache IE and hit f5 to refresh. Tag: Changing Text of "Service Unavailable" Tag: 335597
IIS ODBC logging with extended stored procedure on a trigger
Hello,
I passed several days with this problem, may be someone already tryed
something like this.
What I want to do is to log data from an IIS using ODBC logging but in a
diferent way, I mean to a different table structure, so my idea is to create
the standard table that IIS needs to log and insert an instead of trigger
that collect and transform some of the columns of the standard table and
insert the processed results to my new table. I'm using SQL Server 2000.
Up to here this worked perfectly, I was able to use the instead of trigger
functionality and insert to my table with no problems.
The problem comes when I try to use an extended stored procedure called from
the trigger, this procedure is responsible to do the transformation IP to
country code, it works very nice outside the trigger.
To sumarize, the weird thing is the following :
On the trigger code, if I comment the line that calls to the extended
sotored procedure, all works ok.
But whenever I try to call it, it seems that the trigger aborts the
execution, and nothing is inserted to my table.
Also IIS raise this error on event logs :
"IIS ODBC Logging failed to log data to data source WEBSTATS. For
additional information specific to this message please visit the Microsoft
Online Support site located at:
http://www.microsoft.com/contentredirect.asp"
All the permissions on tables and the extended stored procedure are the more
relaxed as I can configure...
If someone can give me some advice, I would really apresiate it !
Thanks ! Tag: Changing Text of "Service Unavailable" Tag: 335590
inetinfo
hi,
im running IIs5 on a W2k server sp4 for WEB outlook only
all updates and upgrades are done but still the inetinfo
process is at 100% even after a reboot
my server is very slow because of that
any reason why it is at 100% all the time ??
thanks Tag: Changing Text of "Service Unavailable" Tag: 335589
set ScriptTimeout
All,
I would like change the ScriptTimeout from 90 seconds to
100 seconds which will be effetive for my website on the
IIS (i.e. on all the folders and subfolders for my
website).
I am aware that this limit can be set on the individual
ASP page viz. Server.ScriptTimeout = 100. I do not want
to take this route as it would mean code change and
regression testing.
I have also seen references to change the ASPScriptTimeout
value from IIS Configuration. I don't know how does this
translate into the default Server.ScriptTimeout of 90
seconds.
My question is: Where is this 90 seconds value stored and
how can this be changed WITHOUT changing any ASP code? Pl
note that the IIS hosts few other websites and I would
like to change this only for my website (IFFFF possible).
Thanx in advance!
-j- Tag: Changing Text of "Service Unavailable" Tag: 335557
IISSTATE and ASP.dll symbol
Hallo,
I want to track which one ASP/ASP.NET page is pumping the w3wp.exe to
use more than 95% of the CPU... When I read the dump file I come to a
line which saids:
------------------
Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable
to locate ASP page. Continuing with other analysis...
------------------
so in the iisstate\symbols\ folder/subfolders is no ASP.dll file. What
should I do in order to track the page which causes the hangout?
Thank you in advance!
Nikoi ;)
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it! Tag: Changing Text of "Service Unavailable" Tag: 335554
IIS Won't Let Me Browse My Own Web Sites!
This has to be a classic blooper. I get 403 - Forbidden when I try to
access my webs either from within the IIS manager or from a local browser.
I have admin privilege.
Jeb. Tag: Changing Text of "Service Unavailable" Tag: 335541
Code Red Worm
Is there any option to recover from the Code Red
infection other than to re-install the entire system.
The virus has infected our web server. IIS keeps
shutting down. Tag: Changing Text of "Service Unavailable" Tag: 335538
How to
Ok guys ... I have NT4 running IIS4 hosting 10 websites and planning a
upgrade this week to Win2000.
I have a seperate PC installed with Win2000 Server and IIS on it.
My question is how do I move all the IIS metabase from NT4 - IIS to th
new Win2000 - IIS Server?
Do I have to create the all the stuff again?
I know there is a backup file for the IIS metabase but I have learn
that will not be used for restore on a different server.
Please advice what will be the safest and easit approach to acquir
this
-
pand
-----------------------------------------------------------------------
Posted via http://www.webservertalk.co
-----------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message249533.htm Tag: Changing Text of "Service Unavailable" Tag: 335536
sql database access from windows 2003 webedition
We have a web server that is set up in the DMZ of our firewall.
It of course is on a seperate subnet from the internal SQL server.
Our network is Windows 2000 with active directory.
The web server is windows 2003 web edition.
We are having trouble getting the ASP.net web application to authenticate or
establish it's connection string to the SQL server and associated databases.
We had it working when the server was setup temporarily on a XP desk top
with IIS.(it was a little inconsistent)Now that it is installed on a 2003
web edition server, it will not establish a connection to the database.Nic
settings the same as working XP setup. Firewall settings the same. Maybe
2003 has different default setting or will not handle SQL the same.
Webserver is correct in DNS and WINS.
Does anyone know how to resolve this issue? Tag: Changing Text of "Service Unavailable" Tag: 335535
IIS 6.0 caching
I have an IIS 6.0 machine with Windows Server2003. We are
making changes constantly to the website and they are not
automatically updating, previously it was updating
properly without having to restart IIS on the old
server. I turned off that ISAPI Caching in the
configuration. Well now if they delete something it
doesn't go away either Tag: Changing Text of "Service Unavailable" Tag: 335534
iisstate log inspect: help needed. (100% CPU utilization spikes)
Halo.
I'm having a problem with one of two processes that is heavily
utilizing a server of mine's (dual) cpu's. The memory usage is normal.
The cpu spikes are not constant, but it occurs every couple of
seconds.
There are two processes from which I cannot pinpoint the culprit since
both of them it looks are keeping the cpu very busy. (DLLHOST &
INETINFO)
I've run the iisstate tool on both processes and posted the results
here:
http://chenome.homelinux.org
Greatly appreciating any help.
Derek Tag: Changing Text of "Service Unavailable" Tag: 335532
HTTP Error 500-12 Application Restarting
I have a website (win2k server, iis5) that is experiencing the 'HTTP
Error 500-12 Application Restarting' problem. According the microsoft,
virus scanner can be causing this. (Microsoft Knowledge Base Article
- 248013). We do have a global.asa file.
We have excluded global.asa from the virus scan, but it hasn't fixed
the problem.
The twist in our case is that the content for the website is not
located on the webserver itself, but on a share located on another
computer (the Home Directory tab, share located on another computer
radio button). We have turned off virus scanning both on the webserver
and the other computer which hosts the content with no result.
As a test, I moved all the content local to the webserver and changed
the Home Directory properties, and immediately the problem went away.
So, it appears having global.asa hosted on a another machine is
causing IIS to think it is being changed every few minutes, and IIS is
restarting the application.
But, we really need to keep the content on another host, since we will
have multiple webservers accessing the same content files.
Does anyone know why this is, or how to fix it? Is there a way to have
global.asa local but all other content remote? TIA... Tag: Changing Text of "Service Unavailable" Tag: 335529
There are too many people accessing the Web site at this time - with only one user - and HTTP keep-alives = false
Hello
I'm writing a web user interface for a process control system. It has different pages displaying charts and numerical data that is continuously being updated. The updating of chart images (typically four images per page) is done by javascripts that sets the images' "src" property over and over again at intervals of about 5 seconds. On the server side there is a FAST active-x control that draws the charts and sends them as gif images. When the user "stresses" the app by changing pages rapidly, the app stops with the following error message
"There are too many people accessing the Web site at this time
This happens even though there's only ONE user. And the web server is a brand new fast PC with lots of RAM, running Windows 2000 Professional. The applications calculating/supplying the data are located on other PC's in the LAN, and is not the bottle neck
A similar question has newly been posted by someone else, and the solution was to disable "HTTP keep-alives". However, that doesn't help in my case
If you have an idea of how to solve this problem: Please respond
By the way, I'm also interested to know why there's such long response time on HTTP requests from web servers in general, even when referring to "localhost" or a host in the LAN
Thanks ;o
Geir Tag: Changing Text of "Service Unavailable" Tag: 335528
Pages not being updated in IIS 5.0
I upgraded machine using Windows 2000 Professional to
Windows 2000 Advanced Server (clean install of course)
that is used as a web server. Since the upgrade I have
asp code on my server that no longer works and none of the
code changes I make to the web site are reflected in the
browser. I went into the web site in IIS 5.0 and under
HTTP
headers I set the web site content to expire immediately
and I even have no caching code on a few pages but still
none of the changes I have made are visible to the web
browser. I even cleared the temporary files in IE but
still the old site comes up. The code changes I make to
the web pages (those with a .asp extension and those with
a .htm extension) do not seem to take any effect when the
page is viewed in a web browser. I am at a loss! Tag: Changing Text of "Service Unavailable" Tag: 335518
iis 4.0 service stop
i have an NT 4.0 server with IIS 4.0 running on it. once a week the world wide web publishing service stops for no apparent reason. i have checked the event viewer and there are no errors reported. any one know how to fix this issue
thank
joe Tag: Changing Text of "Service Unavailable" Tag: 335515
Examples of ISS and IFilter
Does anyone know of any good examples of syntax used for indexing and searching pdf files. Platform is Win2k, IIS5. I have installed IFilter on the server and the dll appears in the registry. Bit lost with what to do next
Any help would be appreciated. Tag: Changing Text of "Service Unavailable" Tag: 335507
The requested resource is in use
Dear sir,
I met this problem for too many times already. I am running IIS under my xp
laptop, I often met an error of "The requested resource is in use".
Does anyone has an idea how can I fix this?
--
Kind regards
Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com Tag: Changing Text of "Service Unavailable" Tag: 335505
Is there a way to change the text of the "Service Unavailable 503" message
to something different? I did not see it listed in the Custom Errors tab.
Re: Changing Text of "Service Unavailable" by David
David
Tue Jun 08 01:08:34 CDT 2004
It cannot be changed on IIS6.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Mikey_B" <@> wrote in message
news:OdRXC%23kSEHA.544@TK2MSFTNGP11.phx.gbl...
Is there a way to change the text of the "Service Unavailable 503" message
to something different? I did not see it listed in the Custom Errors tab.
Re: Changing Text of "Service Unavailable" by HoTShoT
HoTShoT
Sun Jun 13 21:55:00 CDT 2004
Oh well.
--
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:uWG6yESTEHA.2236@TK2MSFTNGP09.phx.gbl...
> It cannot be changed on IIS6.
>
> --
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Mikey_B" <@> wrote in message
> news:OdRXC%23kSEHA.544@TK2MSFTNGP11.phx.gbl...
> Is there a way to change the text of the "Service Unavailable 503" message
> to something different? I did not see it listed in the Custom Errors tab.
>
>
> --
> Mike
>
>
>