Trend Analysis
Several questions:
1. Has Microsoft come out with a product to do it's own trend analysis on
their web logs?
2. What are some of the preferred log, trend analysis packages? ie: Urchin,
Webtrends, etc...?
I'm a small hosting provider and love the Webtrends type reporting, but boy,
do they charge a premium...
Thanks! Tag: Attenuate III finally available Tag: 369001
IIS 6, XP x64, Framework v2.0
Ciao, I'm trying to run the 32-bit version of ASP.NET 2.0 in a 64-bit
environment. I "cscript adsutil.vbs SET W3SVC\...\Enable32bitAppOnWin64" IIS
to allow the
32-bit env. I register asp: "/v2.0.40607/aspnet_regiis.exe -i -wow64".
This works fine. I can browse my dynamic pages etc... When I go to work on
a new or existing project I can run it without debugging. If I try to debug
I get errors.
Error while trying to run project: "Unable to start debugging on the web
server".
logfiles:
(HTTPERR)
2005-08-25 12:58:10 127.0.0.1 1213 127.0.0.1 80 - - - - -
Timer_ConnectionIdle -
(W3SVC1)
2005-08-24 19:07:59 W3SVC1 127.0.0.1 GET /PodCast/ompholos.aspx - 80 -
127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+WOW64;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215) 200 0 0
2005-08-24 19:07:59 W3SVC1 127.0.0.1 GET /PodCast/Pictures/podlink2.jpg - 80
- 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+WOW64;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215) 200 0 0
When I try "regsvr32.exe mscordbi.dll" in the Framework\v2.0.50215 directory
I get the error: mscordbi.dll was loaded, but the DllRegisterServer entry
point was not found. This file can not be registered.
Now here is where I am stuck. I need (of course) to be able to debug but, I
can't get the debugger working. If someone can help, or lead me in another
direction I will be most grateful. I've been stumbling around with this
problem for a couple days now.
Thanks in advance for any help,
Giancarlo Tag: Attenuate III finally available Tag: 369000
WPAD
I am having trouble getting WPAD hosted on a Windows 2003 web server to
work. If I tick the box in IE that says "Use automatic configuration
script" and fill in the url with http://wpad.my.domain/wpadt.dat then
everything works fine. If I uncheck this box and just tick the
"Automatically detect settings" box then IE fails to configure its proxy.
Any suggestions?
Cheers
Alan Tag: Attenuate III finally available Tag: 368998
Running IIS and Apache on the same server
I am trying to run both IIS 5.0 and Apache on the same server. The
server has 2 IP addresses, and my idea is that IIS should use one, and
Apache should use the other. (Well, in fact the other server is not
actually Apache but a custom one, but that is irrelevant here, so
let's just assume it's Apache)
The server runs Windows 2000 Server SP4
In the IIS console I can specify the IP address. Default is (All
Unassigned), but I can change this to one of the two addresses. Sounds
fine, so I do that for all the virtual servers on the IIS. I then
specify the other address on the 'Apache'.
I have double-checked both, and there is no apparent address-overlap.
Now, this happens:
If I start IIS first, then it apparently grabs port 80 on BOTH the
addresses, so the 'Apache' cannot establish its server socket on port
80 on its 'own' IP address.
If I start Apache first, then IIS says 'Address already in use' when I
try to start it.
Also, I have tried to put 2 Ethernet cards in the server, giving each
one a unique address. Same result.
I have no problem running the 'Apache' server in 2 incarnations, each
on a separate address.
What to do?
Chris Tag: Attenuate III finally available Tag: 368988
IIS Access Problem
Hi,
Why when I'm not connected to the internet via my broadband connection,
I can't open IIS? Therefore I can't work on any of my web projects via
VS.NET.
Thanks in advance.
Jack Tag: Attenuate III finally available Tag: 368981
Multiple service errors when accessing IIS (W3SVC & DCOM)...
I'm running XPpro w/sp2, on the workstation I have running IIS5, FrontPage
2002 Server Extensions, FrontPage 2003, SQLServer2k w/sp4, MDAC 2.8 sp1,
Delphi 2005, Visual Studio. The subject services start up fine however,
when I try to access the web-site I get an error displayed in explorer and
two entries in the system event log which contain...
Source: W3SVC
Category: None
Type: Warning
Event ID: 36
User: N/A
Description: The server failed to load application '/LM/W3SVC/1/ROOT'. The
error was 'General access denied error'.
Source: DCOM
Category: None
Type: Error
Event ID: 10001
User: NT AUTHORITY\SYSTEM
Description: Unable to start a DCOM Server
(99169CB1-A707-11D0-989D-00C04FD919C1) as ./IWAM_TMASKE-XP. The error
"Access is denied." Happened while starting this command
C:\WINDOWS\system32\dllhost.exe /Processid:
(3D14228D-FBE1-11D0-995D-00C04FD919C1)
This problem started occuring after our networking staff rolled my domain
account from the old domain to the new one. While searching the microsoft
soft I found a truck full of information. I found a couple of security
descriptors that were no longer valid for the Machine Debug Manager throught
the Component Services and got them fixed. Using the IIS Diagnostics Auth
Diagnostics 1.0 I fixed the errors (which were all missing rights for the
SYSTEM, Users, IWAM_ accounts). Using the wfetch utility with the resource
kit I get the following response on a simple GET...:
HTTP/1.1 500 Server Error\r\n
Server: Microsoft-IIS/5.1\r\n
Date: Thu, 25 Aug 2005 05:30:57 GMT\r\n
Connection: close\r\n
Content-Type: text/html\r\n
Content-Length: 332\r\n
\r\n
<html><head><title>Server Application Error</title></head>\n
<body><h1>Server Application Error</h1>The server has encountered an error
while loading an application during the processing of your request. Please
refer to the event log for more detail information. Please contact the
server administrator for assistance.</body></html>
WWWConnect::Close("localhost","80")\n
closed source port: 1135\r\n
finished.
I've also tried uninstalling IIS, FPSE(s), FP2003, cleaning the registry,
files that are not removed (I found the KB article don't remember which one
though), then reinstalling all the apps/services. Still no luck...
My laptop actually runs better now but the problem is still not fixed. Does
anyone have any suggetions shy of wiping out the laptop and reinstalling (my
last resort)..?
Thanks in advance for any help/advice anyone can give...!
Anthony... Tag: Attenuate III finally available Tag: 368979
server application error
I use to always be able to view my local ASP pages at http://localhost, but
a few days ago, it started giving me the following notice:
===================
Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance
==================================================
I assume that something is up with IIS, but I don't know where to look. It
happens on each and every ASP page I try to view. I haven't changed
anything, haven't put up any Microsoft patches or anything. I suspect
spyware. I run the usual anti-spyware/adware programs quite often, and catch
one or two items just about every time. That dang Winfixer came in a couple
weeks ago, and it was pretty nasty, but I digress.
Anyone seen this error before? Tag: Attenuate III finally available Tag: 368977
vwdsetup.exe
Installing from http://lab.msdn.microsoft.com/express/vwd/
Icon is removed...
All internet connection is gone...
Total EXPERT cost of re-install is required. Tag: Attenuate III finally available Tag: 368976
Event ID 5: What is this
I have a Windows 2003 server that is generating the following errors. It does
it on startup and every few minutes/hours.
Here is the full error
------------------------------------------------------------------------------------------------
Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 8/24/2005
Time: 5:35:52 PM
User: N/A
Computer: NT-SERVER2
Description:
Error: The Template Persistent Cache initialization failed for Application
Pool 'DefaultAppPool' because of the following error: Could not create a Disk
Cache Sub-directory for the Application Pool. The data may have additional
error codes..
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 05 00 00 00 ....
------------------------------------------------------------------------------------------------
All that is running is SUS server and a FTP site for a insternal scanner for
a copier machine.
Don't know how to get rid of this error message. I cant find anything
anywhere on it.
please help Tag: Attenuate III finally available Tag: 368974
IIS Webcast Series - W3C Centralized Logging
Hello~
Tomorrow, at 11:00 AM PDT, we will continue the IIS Webcast Series. This
series is followed by many and offers you insight into how IIS works and in
particular how you can take advantage of features that are new IIS. In this
case, tomorrow's topic will dig into the new W3C Centralized Logging feature
that is available in IIS 6.0. This logging mechanism builds on the
Centralized Binary Logging that was shipped with Windows Server 2003 RTM.
During this presentation, we will compare and contrast the two similar
logging methods and pay close attention to the methods where they differ.
This presentation will include how to enable CBL, as well as W3C Centralized
Logging, and last how to enable centralized logging for a web farm. Don't
miss this opportunity to learn about this excellent new feature implemented
as part of HTTP.sys and helping IIS 6.0 customers in Service Pack 1!
Time: 11:00 AM PDT
Registration Here
This webcast will be available for those not making it to the Live session
approxiatmely 48 hours after the presentation using the same URL above. For
a list of all previous and future webcasts in the IIS Webcast Series, check
out our website at www.iiswebcastseries.com.
IIS Webcast Team
http://www.iiswebcastseries.com Tag: Attenuate III finally available Tag: 368969
404 Not Found But File is Present
Hello all..
I apologize in advance for posting this question; I've read through
dozens and dozens of similar posts, but nothing seems to work. Here is
my scenario:
I'm running Win XP Pro SP2 with IIS 5.1 on a machine named "OTTO" whose
intranet IP address is 192.168.2.95.
http://localhost/help.gif works fine
All of the following display HTTP 404 Not Found:
http://127.0.0.1/help.gif
http://192.168.2.95/help.gif
http://OTTO/help.gif
Windows Firewall is turned off; not that this should matter since IIS
is serving the 404 not found page, and a telnet otto 80 appears to
connect from another machine (I get a blank screen).
Any ideas? Tag: Attenuate III finally available Tag: 368966
ns.domain.com
I'm sorta new to this but if we have a site that's called ns.domain.com which
ns was meant for "network services" will that have any issue with our name
server for DNS? Tag: Attenuate III finally available Tag: 368961
IIS SMTP not sending e-mails
We are running Windows Server 2003 and are running an ASP application that
sends out e-mails using CDO.Message. I'm not getting any error message
anywhere, but the e-mails are not being sent out.They make it to the Queue
folder, but the are never sent out. The SMTP Server is running, and I can
see no issues with it, however, the messages simply are not being sent out.
Any ideas?
Thanks,
Jesse Tag: Attenuate III finally available Tag: 368952
IIS Metabase Property "FrontPageWeb" worthless?
For the past couple of days I have been searching the internet for a way to
enable FrontPage extensions in IIS through command line and/or VBscript. In
my search I came across the "FrontPageWeb" property which, when set to true
claims to create all of the necessary FrontPage files for a website.
However, setting the property to true does not do anything at all. Does
anyone know how to use this property correctly or if it really will place the
needed files in my site directory? I am really at my wits end and it is very
frustrating that Microsofts documention does not help me in the least. Tag: Attenuate III finally available Tag: 368947
E-mails not working
I'm trying to use CDO.Message to send out e-mails from our web site. It
seems to go through without a problem, however, the e-mails do not appear to
ever be sent. I've checked, and there is nothing in the Queue folder
waiting to be sent (assuming that is where they would go). Any ideas at all
why this would not work?
Thanks,
Jesse Tag: Attenuate III finally available Tag: 368944
high availbility cluster problem...
Hi all...
I know that HA cluster is not the best option, but we needed it for an IIS.
We have a windows 2000 sp4 in cluster with 4 virtual servers, two with IIS,
and one with JBOSS and another with proprietary web server software.
The problem is that IIS is listening at 80 port, and JBOSS and the other
software fail to start at this port.
I have been looking for a solution and I have found something that could be
what I need: Disable socket pooling.
Can I use it in a cluster environment?
Thanks in advance... Tag: Attenuate III finally available Tag: 368943
IIS Changing a META Tag?
I noticed a quirk and made a very simple page, no ASP, just html. You
can hit it as http://earth.sitepros.net/test.htm
Now look at the source code, and see where it changed content-type to
content-typ!.
Any idea on how this is happening? I dropped the same html file onto
another IIS server, and it did not do the same thing. Odd eh?
TIA Tag: Attenuate III finally available Tag: 368939
Displaying hostname instead of IP Address
Hi, Everyone:
I am using Win 2003 Server SP1 and IIS 6.0. I designed a website, when I
access it, it displays http://12.12.12.12/mywebsite.aspx on the explorer
Address bar, how can I display the hostname like:
http://www.aaa.co.uk/mywebsite.aspx?
Any info is greatly appreciated! Tag: Attenuate III finally available Tag: 368929
Credentials Prompting
We recently migrated an app from IIS5 to IIS6. One strange thing is
periodically occuring. Some users are getting prompted for credentials in
areas of the app when they are already authenticated. This is a windows
authenticated app. It has not rhyme/reason. Different users, different pages,
different data within the pages, different offices. On potential commonality
is the sluggishness of the page just before the prompt. Does anyone have any
clue?
Thanks in advance,
Jim Tag: Attenuate III finally available Tag: 368926
Help please!!!
Hi, Gurus:
I am running Windows 2003 Server and IIS 6.0. I have a static IP which
points to a default website on the server. Before I could access the server
remotely and could access the website by using the IP address, for example:
http://23.23.23.23/mywebsite
but once I used the Host Header Names to configure the web site, like this:
IP Address TCP Port Host Header Name
23.23.23.23 80 www.example1.com
23.23.23.23 80 example1.com
Nothing is working, I can not use the IP address to access the server
remotely or I can not use the hostname.
What is wrong, can anyone help me out?
Another question, I don't want to show my IP address in the IE Address area,
how to do this?
Thanks Tag: Attenuate III finally available Tag: 368923
scripting AppPool setting and config
Hi!
Do anyone know of any sample vbscripts or documentation describing how to
script
the creation and settings for new AppPools ?
I need this script to automate new server builds.
Thanks
Regards
Peter Schmidt Tag: Attenuate III finally available Tag: 368922
Re-installing Office 2003 Professional
Due to some probs ,I was advised to uninstall and then reinstall MS Office
2003 pro.
Every thing appeared to be running fine then suddenly it all stopped and I
am told the installation failed and to send error report. I have previously
carried out this procedure without any probs. Now after several failures I'm
at a loss.
Anybody out there that can help? Tag: Attenuate III finally available Tag: 368916
IIS shut down
Somethimes my IIS hangs and I can't cose it using "Services" MMC snap-in. Is
there a way to shut it using Task Manager? Which processes I should (try to)
kill? Tag: Attenuate III finally available Tag: 368912
Can't log in to FrontPage Server Extensions 2002 Administrator
Note: I posted this to the microsoft.public.frontpage.extensions.windowsnt
newsgroup as well.
Hello-
I've noticed this question was asked, but there wasn't a satisfactory
answer. I have a Windows 2003 Standard Server that hosts several sites.
Each site is on the same IP and port, but they respond to different host
headers. Whenever I try to log into a web site (by going to
Properties->Server Extensions 2002->Settings), other than the default web
site, I cannot log in. I am presented with a password dialogue box, but
entering my server's administrative password doesn't work. Ultimately, I am
given the message:
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
When I initially extended the virtual server, I indicated my server's
administrative account should be the administrative account for the virtual
server. I've verified the ACLs on the directories and files, made sure my
web site had the same directory permissions, and a hundred other things.
Yet, I still can't log into the server.
Does someone know what the problem might be? I'm running out of ideas.
Regards-
Eric Tag: Attenuate III finally available Tag: 368898
Site Cookie
Hello Everyone,
I am using IIS 5.0 and was wondering what was involved to set up a site
cookie? is this something you purchase or is it something that can be set up
using IIS or is it something that can be set in asp code. My reason for
asking this is because I would like to track users who visit our site by a
site cookie and was wondering what was involved to do this?
--
J. Daly Tag: Attenuate III finally available Tag: 368895
HELP!
Hi All,
I enabled Buffering and Parent Paths on the Default Web Site on my IIS 6.0
box (Windows 2003, SP1) to try and get a website working which wasn't, but
this as well as NOT fixing my original problem (HTTP 404 cannot find page or
directory) has knocked out my WSUS admin console that was running on the same
box. This now comes back with 404 - cannot find page errors.
I have disabled Buffering and Parent Paths so it *looks* how it did
previously, but the same fault occurs.
I'm an IIS noob so any help would be appreciated.
Cheers! Tag: Attenuate III finally available Tag: 368888
cgi error
Hi.
have been given the task of getting all our cgi and perl apps off a 2k
server up and running on a 2003 server. I am unable to get a simple test file
working in the cgi-bin directory.
All I get is 404, page not found.
Have turned off friendly URLs in IE to uncover more info, but nothing extra
is displayed.
HTTP Error 404 - File or directory not found.
The file is *definitely* there, permissions on the file and directory are
RX, web extensions allowed are perl, cgi, php. (have tried unkown CGI
extensions briefly, to no avail)
Normal html files can be displayed successfully from the bin directory.
The only difference I get while trying to process a test .pl file from a
form elsewhere on the site is the method:
404 on GET and 405 on POST...
Hoping someone can point out an obvious process that I am simply
overlooking...
thanks Tag: Attenuate III finally available Tag: 368886
ASP App not responding
We have a domain which we "hang" several applications off in separate
folders. In other words:
www.mydomain.com/app1
www.mydomain.com/app2
www.mydomain.com/app3
Each application functions differently. App1 may access a Microsoft Access
database through regular ASP pages while app2 accesses a MS SQL database
through ASP.NET, and app3 access a MS SQL Server database through regular
ASP. The MS SQL Server is running on a different server within the same
LAN. Our web server is running Windows Server 2003, and the server hosting
the database is running Windows Server 2000.
What is happening is after a few hours of running, the application that
accesses MS SQL Server through ASP (App3) starts slowing down, and will
eventually stop responding all-together. The progress bar in the browser
will just move very slowly, and never get there. I've let it run for
between 5 and 10 minutes with no response. We reboot the web server (which
I really hate to do, but don't have a choice), and the application starts
responding again.
When App3 stops responding, I can still go to app1, and it works just fine,
no problem. App2 (accessing SQL Server through ASP.NET) will not respond
either. However, when App 3 stops responding, I can't access anything in
that folder at all, not even a standard .asp page that contains no code at
all, let alone a SQL Server connection. So, I'm not sure if it's got
anything to do with SQL Server or not. The only thing that makes me suspect
that is that the ASP.NET which access SQL Server also has stopped
responding.
Does anyone know any reason the application would do this? It just started
doing this recently. We have had some changes, including having to rebuild
our domain controller, which is also the machine that hosts our SQL Server
database. We also recently bought a new router, and we also installed all
of the latest patches and updates on our Windows 2003 server (this is the
most recent change). I tend to suspect the updates as causing the problems,
because we ran fine all last week, which is after our router upgrade, and
the server rebuild. But I desperately need to figure this out. This
application is a national application, so could have hundreds of users
ticked off at us for this problem.
Any help or hints that anyone can give us is really appreciated.
Thanks,
Jesse Tag: Attenuate III finally available Tag: 368885
ftp 425 timeout error
Using IIS6.0 on server 2003, running a ftp site, we've got a client that
keeps getting timed out as soon as they try to connect. We've tried
toggling on and off the passive ftp, different ftp client software and
internet explorer. All get the same error. They say that they can get to
other ftp sites with no problem. So what do I need to check on our end that
could be causing the problem?
Ray Tag: Attenuate III finally available Tag: 368876
IIS not in services
Hi there,
I am trying to install a program that requires IIS to be started; however,
when I go to Services to start it - it's not there. Where can I find it?
Cheers,
-Kev Tag: Attenuate III finally available Tag: 368873
Server error: Web server is too busy
Server error: Web server is too busy
Users received that when trying to access ASP pages, but not static HTML.
The server is Windows 2003 Standard SP1 with ISA 2004. I ran iisreset and
everything appeared to be fine again. What causes this? How can I prevent it
in the future????
--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com Tag: Attenuate III finally available Tag: 368872
ASP error in IIS 6
I recently moved a website from IIS 5 to IIS 6 and now I cannot login to an
ASP login page. I keep getting the following error message:
Active Server Pages error 'ASP 0131' Disallowed Parent Path
/destinations/EditPages/Master.asp, line 2
The Include file '../Connections/connBestCruises.asp' cannot contain '..' to
indicate the parent directory.
I did some research and found that there was a security setting that didn't
allow IIS to run certain types of ASP files based on how they were written so
I followed the insructions from KB article 226474 and enabled parent paths
which according to the KB article should of fixed the issue, but did not I
still get the message when trying to login. If anyone could help out I would
appreciate it. Thanks, Tag: Attenuate III finally available Tag: 368871
Clusters IIS and FPSE
What are the best practices for running IIS on Windows 2003 Server with the
site roots on a separate file server cluster (Windows 2003 SP1 Enterprise)?
This IIS installation also has FPSE 2002. Are there any KB articles
concerning this sort of configuration? Tag: Attenuate III finally available Tag: 368870
IIS 6.0 not reading 1.0.3705 machine.config file
I have an application that uses the 1.0 Framework that I am trying to
get to run on Windows 2003 Server and IIS 6.0 using the 1.0 Framework.
I have done the following:
Installed .NET Framework 1.0.3705
Installed all patches
Configured IIS 6.0 to use IIS 5.0 isolation mode
Added the 1.0 aspnet_isapi.dll as an allowed Web Service Extension
When I reboot the server and access my applications web page, I see
that the system reads the 1.1.4322 machine.config file, not the
1.0.3705 version. I need the information in the other machine.config
file to be read.
I could make my changes to the 1.1 machine.config file, but how do I
know that my application is using the 1.0 framework?
Scott Tag: Attenuate III finally available Tag: 368869
SE 2002 and Host Headers
I have a 2003 server running 4 websites using host headers to direct requests
to the right site. Problem i have is, that i can't login to Server extensions
admin pages if the host header is filled in. If i delete the host header i
can access server extension 2002 admin page. How do i get around this or is
this normal practise. I'm new to IIS so any advice and patience would be
gratefully received.
Thanks
Ross Tag: Attenuate III finally available Tag: 368868
iis 6 multihomed server on single ip
I wish to setup multihomed websites on a 2003 server running IIS 6. I would
like to use a single IP if possible. One of the sites uses SSL. Can some one
tell me how this should be done? Tag: Attenuate III finally available Tag: 368864
Faulting application w3wp.exe
This is a multi-part message in MIME format.
------=_NextPart_000_0013_01C5A7BF.8C7CABE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello,
I'm receiving this on our webserver (Windows 2003 Standard SP1, ISA =
2004)
Event ID: 1000
Source: Application Error
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module =
ntdll.dll, version 5.2.3790.1830, fault address 0x0002fc3e.
I posted another error that I am receiving in the inetserver.asp.general =
group subject "ScriptEngine threw exception 'C0000005'" The event log =
listed many (about 50) of these errors then displayed the above error. =
Are they directly related? If so, if I resolve the other ASP error this =
error will disappear as well???
Thanks!!
--=20
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com
------=_NextPart_000_0013_01C5A7BF.8C7CABE0
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.2722" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I'm receiving this on our webserver =
(Windows 2003=20
Standard SP1, ISA 2004)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Event ID: 1000</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Source: Application Error</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Faulting application w3wp.exe, version=20
6.0.3790.1830, faulting module ntdll.dll, version 5.2.3790.1830, fault =
address=20
0x0002fc3e.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I posted another error that I am =
receiving in the=20
inetserver.asp.general group subject "ScriptEngine threw exception =
'C0000005'"=20
The event log listed many (about 50) of these errors then displayed the =
above=20
error. Are they directly related? If so, if I resolve the other ASP =
error this=20
error will disappear as well???</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks!!</FONT></DIV>
<DIV><FONT face=3DArial></FONT><FONT face=3DArial></FONT><BR><FONT =
face=3DArial=20
size=3D2>-- <BR>David Lozzi<BR>Web Applications Developer<BR></FONT><A=20
href=3D"mailto:dlozzi@(remove-this)delphi-ts.com"><FONT face=3DArial=20
size=3D2>dlozzi@(remove-this)delphi-ts.com</FONT></A></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial><BR><FONT =
size=3D2></FONT></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0013_01C5A7BF.8C7CABE0-- Tag: Attenuate III finally available Tag: 368847
503 Appoffline
Hi All,
I am trying to connect to a web site on my iis server and I just keep getting
"Service Unavailable"
In the httperr log iger a 503 appoffline error
Can anyone help me with this
Thanks
Rohan Tag: Attenuate III finally available Tag: 368842
virtual directory naming question
hi all,
i have this scenario...
i have a web product which has 4 virtual directories (IIS5.0/IIS6.0)
let us say..http://localhost/productMain/
http://localhost/productSub/
http://localhost/productAdmin/
like this..
since i am going to have another set for another company planning to have
like this..
..http://localhost/CompanyAproductMain/
http://localhost/CompanyAproductSub/
http://localhost/CompanyAproductAdmin/
..http://localhost/CompanyBproductMain/
http://localhost/CompanyBproductSub/
http://localhost/CompanyBproductAdmin/
my questions are,
1. is it recommended to have more than 10 characters in vir dir.?
2. also when i map this with domain name... is this a best/standard
practice.. let us say
companyA.product.com
companyB.product.com
Any directions would be helpful
regards
Sahridhayan Tag: Attenuate III finally available Tag: 368840
IIS 5.0 stop intermittently
I've a IIS 5.0 running on Windows 2000 server SP4. Recently, it stopped
intermittently. And there were no response either running the Internet
Services Manager or MMC with Internet Services Manager. Having analysed the
IIS Log file, but nothing special. Sometimes, before the service is stopped,
there may be a lot of HTTP request from a single IP.
Everything resumes normal after restarting the server. Please kindly help.
Thanks in advances
Alan Tag: Attenuate III finally available Tag: 368839
How can I point to Host Header without specifying it in browser
I'm sure this has been answered before, so apologies 4 asking again:
My IIS setup is as follows:
identifier host header
-----------
--------------
default web port 80 1
sharepoint port 9485 71792911
TECH port 80 87255933 tech
I created a virtual web called TECH. This is the directory I want to use to
host my default website to the outside world. This server also houses virtual
websites for Exchange/ OWA.
Currently when a client wants to reach my 'tech' website they have to type
in www.website.com/tech - I dont wish for them to have to type in 'tech'.
I'd like to know the best way of achieving my goal of not having to have
external users type '/tech' at the end of the URL, but also allow me enough
flexibility to secure my website.
What I've thought of doing so far:
a) I've thought about giving the default website a host header name and
removing the host header from my 'tech' webiste.
b) I've also thought out changing the IP address of my 'tech' website, but I
think that would defeat the goal of usability.
Could someone suggest options on what I should do / consider please.
Thanks in anticipation of ALL replies.
ED Tag: Attenuate III finally available Tag: 368836
IIS showing source code of Default page
I have installed IIS and when I type locahost in IE, it doesnt show the
default page but shows the source code of the page. Tag: Attenuate III finally available Tag: 368830
Concurrent Connections on IIS are increasing suddenly !
Hi All,
We are using CMS as content management server. We have developed two
applications using CMS. One is used to upload the contents and other consumes
the same. We have some text data in Channels and respective images are in
resource gallery.
Same web server is being used in both web applications. Actually both web
applications, which are using CMS and CMS Server are on same physical machine
(server).
Seperate DB Server contains App DB as well as CMS DB.
The diagrammatic representation is as follows:
Web Server (IIS & MCMS 2002) DB SERVER
Consists of APP 1/ APP 2/ CMS Server --> Consists of App DB as well as
CMS DB
As mentioned above, Application 1 (Frame based strucure as far as Uploading
or editing is concerned) creates the information and Application 2 consumes
it.
The problem we faced is as follows:
There are around 300 connections for application 2. There is already content
uploaded, which they are consuming.
For Application 1 (Frame based structure) , creating the contents, following
steps are used:
1. Upload the DOC file using WordConverter (written by us) to convert DOC
to
HTML.
2. Seggregate the text and images.
3. Store text in channels and respective images in resource gallery ,
with the
path in text file .
So, when the Application 1 is used only by 1 user(at the time when there are
300 connections of application 2 ), the spike of 300 more connections is seen
(in server performance monitoring tool). So making total of 600 connection on
the Web Server.
Expected total no of connections : 301 - 305.
Once the upload completes, it again comes back to around 300.
This has been observed in case of whenever there is any update operation
related with CMS. (The no of DOC files in the respective channels are in some
thousands.)
So we are not able to understand why the spike comes. If anyone has observed
similar problems or aware of the possible solutions, please let us know at
the earliest.
Thanks
Harshal Tag: Attenuate III finally available Tag: 368823
IIS not working
Hi,
I have IIS5.1 loaded on windows XP, with ASP.NET 1.1.
When I open an ASP application it gives "Server Application unavailable".
How can I solve this? Also when I try to open ASP project from framework it
gives 1.500 error. server not found.
Please help me.
Thanks in advance.
K_ Tag: Attenuate III finally available Tag: 368822
How many worker process are needed?
I have a server with 2 CPU and with hyper threading it shows 4 CPU.
This server has a IIS with sharepoint application.
The current worker proccess is set to 1.
Someone in my company suggested that since the server has 2 CPU, the worker
process need to set to min 2, for robustness.
So, is it true? If i have 4 CPU, then I need to set the no of worker process
to 4?
Any articles show that worker process is set according to number of CPU?
Any advise?
Thanks Tag: Attenuate III finally available Tag: 368820
Looking for suggestions on dynamically linking home drive as a web
We have a school that wants to let the student bring in their wireless
laptop. Pretty common these days, but they want to add a twist:
The machines will be segmented from the network, but they'd like to have
them access their home drives via a web page. Sharepoint could do it in a
snap, but this is a very small school that doesn't have a server.
Any thoughts or sample scripts that foks have seen?
Security doesn't have to be too crazy - its a middle school Tag: Attenuate III finally available Tag: 368815
Upgrade to IIS 6.0 web pages not returning
I have upgraded from Server 2000 to Server 2003. Just copied 2 website
over to new server. I am using port 80 with multiple headers. I have i
set up virtually the same as I did on the old server, but can't bring u
the either website that are hosted on the new server. Is there somethin
different on IIS 6.0 that I am missing (security setting or something)
--
andren
-----------------------------------------------------------------------
andrena's Profile: http://www.highdots.com/forums/m41
View this thread: http://www.highdots.com/forums/t278660 Tag: Attenuate III finally available Tag: 368814
Attenuate III, bandwidth control for IIS, is finally released.