Managing Data Between Multipul IIS Server
All,
Currently I have a single IIS server on my network running as a web server. I am planning on adding a new server to function as a backup IIS server. I know what I need to do to be able to setup the new server to work as a backup IIS server, but I am unsure of how to proceed to keep the data consistant between the multipul servers.
I could use a batch or script file, but Im interested to know how everybody else handles this task.
Please advise.
TIA
Drum on .. .. .. .. Tag: Multiple websites on the same serverb Tag: 341331
Don't have Administration Website in IIS 5.0
I just noticed that I do not have an administration
website in IIS 5.0. How do I get that back? Tag: Multiple websites on the same serverb Tag: 341330
Automate site creation
How can i automate my IIS site creation using visual basic 6? Can i run
some type of script previously extracted from IIS? Can i use some
components and/or objects already existing in VB6? If so, what are they?
I have my own server and complete access on my network.
Any help is greatly appreciated.
Jonathan
p.s. i dont want any virtual directory because its a new site creation Tag: Multiple websites on the same serverb Tag: 341327
Server Reboots when accessing IIS sites
I am running Windows 2003 with Exchange 2003 running and Sharepoint Services, everytime we access outlook web access or sharepoint site the server reboots with very little info as to why. Has anyone else experienced this? Tag: Multiple websites on the same serverb Tag: 341325
tracert
when I use tracert on an internet connection I want the details of the route that has been traced to remain on the screen and not immediately vanish. How do I do this? Tag: Multiple websites on the same serverb Tag: 341324
Virtual Server technology
We're planning to migrate our existing eCommerce solution to a new set of
high-end servers. One thing we are considering is the use of virtual server
technology [VM Ware (GSX or ESX)].
We don't doubt that virtual server images offer great flexibility from the
server administrator's point of view. However, I don't have a real handle
on a) the performance hit and b) the robustness involved in using VM
servers.
I'd appreciate any comments from people who have attempted to run "large
scale" applications (applications utilising SQLServer & IIS ideally) on
these virtual platforms.
Thanks in advance
Griff Tag: Multiple websites on the same serverb Tag: 341313
SSL
Hello,
I am only running 1 site on my IIS server.
External URL: http://test1.mydomain.com
Internal URL: http://testserver
I installed the SSL certificate without any problems.
However, when I go and browse to it using https, page
cannot be displayed shows up. I've checked my bases and
still cannot browse to the page. This is checking the
page directly from the web server itself. The common
name for the Cert is testserver. I have tried putting in
other common names and still get no where. Any
suggestions? Tag: Multiple websites on the same serverb Tag: 341309
Tool for statistics ?
Can nayone recommend a client base tool for IIS statistics, I want to be
able to read the file form my workstation an generate the reports without
the need to run in on the server
Thanks Tag: Multiple websites on the same serverb Tag: 341303
WEBDAV: Can't Add Network Place
Whenever I attempt to add A Network Place from a remote
location, I will receive the following message:
"The folder you entered does not appear to be valid.
Please choose another."
This has been working fine for the last two years but no
longer works now.
Please help! Tag: Multiple websites on the same serverb Tag: 341301
=?ISO-8859-1?Q?Cookie_duplication,_the_=91Cookies'_dir?=
I am serving permanent cookies which contain a GUID to uniquely
identify users for subsequent reporting purposes.
Recently I have discovered that on a given machine, while there only
ever seems to be one Cookie referenced in ?Temporary Internet Files'
for my domain (as you would expect), there are sometimes multiple
cookies in the ?Cookies' directory, differentiated from each other by
an integer in square brackets incorporated into the cookie name.
An example I found is as follows:
Cookie:user@mydomain.net/
was in ?Temporary Internet Files', while:
user@mydomain[1].txt
user@mydomain[2].txt
user@mydomain[5].txt
could be found in ?Cookies'
In the above example, user@mydomain [5].txt referenced the actual
cookie in ?Temporary Internet Files' (I know this as they both
contained the same UserID. user@mydomain[2].txt had a different UserID
in it and was 2 weeks older than user@ mydomain[5].txt, and
user@mydomain[1].txt contained nothing (no UserID), and was a couple
of months old.
I have found similar examples on other (though not all) machines.
Also, try as I might, I cant replicate this.
Does anyone know how these apparently orphaned cookies could be ending
up in the ?Cookies' directory?
Any thoughts/ contributions would be gratefully received.
Many thanks,
Jerry Tag: Multiple websites on the same serverb Tag: 341300
Downloading a web player from IIS
I am a consultant who designs and markets web-based
training for client use. I provide to clients a folder
that contains both the training program and a sub-folder
containing an autoinstall ActiveX web player. I am
looking for improved code to download the player. I am
running Windows XP Pro which contains Microsoft IIS. My
clients may have any Windows, Win 95 or newer.
In the primary folder called QS_Trng is the file,
startup.htm and the rest of files for the web-packaged
training program. Also in the same folder is the web
player autoinstall folder, aw52compactautoinstall, with
its sub-folders and files. My client will place QS_Trng
in the wwwroot folder in Microsoft IIS.
The user starts the file, startup.htm, which runs this
code:
<html>
<head>
<title>Quality System Training</title>
</head>
<body bgcolor="#0099CC" text="#FFFFFF">
<span style="left: 316; top: 244; position: absolute; z-
index: -1">
<OBJECT ID="AuthorwareShockwaveControl"
CLASSID="CLSID:15B782AF-55D8-11D1-B477-006097098764"
CODEBASE="file:///C:/Inetpub/wwwroot/QS_Trng/aw52compactau
toinstall/awarewebplayer/download/smart/cab/awswaxc.cab"
width="88" height="77">
<param name="SRC" value="startup.aam">
<param name="WINDOW" value="onTopMinimize">
<param name="PALETTE" value="foreground">
<param name="DEBUG" value>
</OBJECT>
</span>
</body>
</html>
If the user's computer already contains the web player,
the file, startup.aam, runs. If the computer does not
contain the player, CODEBASE downloads the player from
the folder, aw52compactautoinstall. Then starup.aam runs.
Everything runs correctly with the current code, however,
I would prefer CODEBASE to call the folder,
aw52compactautoinstall, using a relative path rather than
an absolute path. Currently, my client needs to
modify the code in CODEBASE so that it refers to the
drive on the client's server. Or, the
client needs to replace the code with
CODEBASE="http://ServerName/QS_Trng/aw52compactautoinstall
/etc". I would prefer a relative path so the code does
not need revision to run on the
client's server. I have experimented with the Microsoft
IIS "mappath" but was unsuccessful. Any suggestions?
Thank you.
Jim Bowman Tag: Multiple websites on the same serverb Tag: 341291
IIS Memory leak ?
I have a problem with IIS 6.0 on Win 2003 server:
This code is executed in 2 minutes and the memory of w3wp.exe is 400 MB !!!!
<%
FOR i = 1 TO 4000
Response.Write( "TEST" )
NEXT
%>
IIS 6.0 on win 2003 server is very slow....the memory increase but processor
and lan activities are null!!!
The pool used is the default pool.
i have try iis 5.0 compatibility mode (high isolation) but the problem is
the same...the DLLHOST.DLL exceed 400 MB of memory
Is correct ?
Any ideas ? Tag: Multiple websites on the same serverb Tag: 341283
IIS5 - RPC server unavailable and all of the sites is stopped
Hi,
When i arrived after my vaccation our dev web server (IIS5 with .NET
Framework) wasn´t working. All the sites were stopped in the IIS and
when i tried to start them an alert told me first that "The remote
procedure call failed and could not execute" or "The RPC server is
unavailable".
Any suggestions anyone?
Best regards / Jens Tag: Multiple websites on the same serverb Tag: 341279
IIS State
Hi all installed IIS State tool copy of the the dlls
needed rund the IIS State tool from the current working
directory and logged into machine with local Admin rights
the command that iam running is
iisstate.exe -p XXX -d -sc
unfortunatly there is no dump files being created to post
on this site from what i understand these files are
supposed to be created in the output subdirectory of the
IISSTATE direcotory,
Help would be appreciated. Tag: Multiple websites on the same serverb Tag: 341278
IIS 6.0 Change in Defalt Web Site properties
I am trying to change the IIS-Defuat Web Site properties
(under the Home Directory tab) like 'Local Path' using VC++.
How can i do that.
Regards,
Gulfam Murad Tag: Multiple websites on the same serverb Tag: 341277
Time to serve page performance monitor
Hi,
Is there a counter on the web service performance object to show how long it
takes to serve a page - I guess not because different pages would take
different time.
However I want do want to see how long it takes to serve a given page - how
should I do this?
Thanks
Martin Tag: Multiple websites on the same serverb Tag: 341276
IIS6 v APACHE when running PHP + MYSQL.
Hi,
A team is putting together an application running on II6 that uses mysql +
php. Someone suggested using Apache to host the application as it free.
Barring the fact I don't have much experience with Apache im finding it
difficult to justify running IIS6 because of the cost implications. Im far
more comfortable with IIS as I have far more experience with it but I could
probably delegate the project over to someone with Apache experience with
reduced cost - although it would have less control over the project.
Thanks for any advice
Ed. Tag: Multiple websites on the same serverb Tag: 341275
Exception C0000005
Does any one help me out of this
The exception generated was c0000005 at address 68c16296
(HTTP_REQ_BASE::OnCompleteRequest
whats the fix? Tag: Multiple websites on the same serverb Tag: 341273
why we need Default Web Site and Administration Web Site in IIS 5.0 ?
Hi,
This question may look silly but want to clear myself in detail. Please give
me reply in ur free time only.
Can anyone tell me the exact difference between Default Web Site and
Administration Web Site in IIS 5.0 ?
In IIS 6.0, Administration Web Site is not provided.
Thanks,
Vasanth Tag: Multiple websites on the same serverb Tag: 341271
ISAPI on IIS5 - memory usage
IIS5, server is also running out COM+ business objects.
Start with a clean booted server.
Start the IIS service in the morning and you can see the memory usage
creeping up as the server gets busier. It eventually levels out and runs
stable with lightly varying memory usage throughout the day.
At night we see the COM+ business objects deactivate as useage stops and
this obviously frees up memory, but when all users have stopped using the
service we are still 40meg down on the amount of free memory there was in
the morning before IIS started.
Does this seem right for a moderately heavy used IIS server ?
We are using Perfmon to gather the stats on the server as this is a live
customer environment and unfortunately we cannot install any additional
non-MS profiling tools on the server.
Martin Tag: Multiple websites on the same serverb Tag: 341270
IIS-> doesnt work
i have XP pro and a IIS v5.1, but when i'm trying to display asp or aspx pages(with disabled antivirus), i get HTTP 500 internal server error message. html files display just correctly. can somebody help me solve this problem? thank you Tag: Multiple websites on the same serverb Tag: 341269
Is it possible to change the domain from which the page is running?
Hi,
IE introduce some restriction regarding scripting between frames and using
behaviors
we would like to find a way with which
we can run a page on server A (which in general serves domain a) while
change the page's domain to other?
where exactly the domain of the page is decided?
can I use isapi in order to return to IE different domain Name?
thanks in advance Tag: Multiple websites on the same serverb Tag: 341268
Location of iisext.vbs/adsuti.vbs
Hi,
The default location of iisext.vbs is windows\system32 as per the documentation. Is it possible for this location to be changed during installation time? What option do I need to change the location where this file is installed.
Also I would like to know how to change the default location of adsutilvbs from Inetpub\AdminScripts
Thanks
Sreejith Tag: Multiple websites on the same serverb Tag: 341259
Multiple Web Sites in IIS 6
Hi all,
I already use host header to create multiple web site.
IP Address TCP Port Host Header Name
61.10.125.10 80 www.example1.com
61.10.125.10 80 www.example2.com
but after test it. It's not work until we add local ip (192.168.2.250).
In IIS5, no need to add local ip. Why need in IIS6. Tag: Multiple websites on the same serverb Tag: 341258
question about multiple website in IIS6
Hi all,
I already use host header to create multiple web site.
IP Address TCP Port Host Header Name
61.10.125.10 80 www.example1.com
61.10.125.10 80 www.example2.com
but after test it. It's not work until we add local ip (192.168.2.250).
In IIS5, no need to add local ip. Why need in IIS6. Tag: Multiple websites on the same serverb Tag: 341257
A process serving application pool 'DefaultAppPool' exceeded time limits during start up. The process id was '216'.
I am getting this error on my web server runnint ASP.NET on Windows 2003, it
kills the serving web pages. The only way to get the web pages to start
serving is to restart the server. I can't find what is causing this.
Any Help would be great!!!
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1012
Date: 7/31/2004
Time: 11:51:47 AM
User: N/A
Computer: WTF207
Description:
A process serving application pool 'DefaultAppPool' exceeded time limits
during start up. The process id was '216'.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: b4 05 07 80 ´..?
Thanks in advance for any help,
Jack Tag: Multiple websites on the same serverb Tag: 341249
Access DB Open Exclusive - ????
I've been using an asp script to 'compact & repair' my access db online.
Using iis on Windows 2000 Server, this has been working fine.
Using the same script on IIS / Windows 2003 server, I get an Open Exclusive
error.
The user name is 'server.administrator'..
Any ideas, how to resolve this ??
Thanks Tag: Multiple websites on the same serverb Tag: 341248
*.html Works; *.asp Doesn't
I'm attempting to access ASP pages on my local system, running Win2KAS/IIS5, with no success.
*.html files have no issues. They word fine.
When I call *.asp files, however, such as http://localhost/test.asp, my browser appears to, briefly, look for the file, then just stops, with no error message, nothing. If the browser is currently displaying home.msn.com, and I call any *.asp file, the result is the original home.msn.com page.
Any ideas? I'm a bit of a novice with IIS5.
Paul Tag: Multiple websites on the same serverb Tag: 341239
iis virgin needs help
I'm about to start a course on asp programming. No problem, I thought, I
have Win/XP Pro and that's running IIS. Unfortunately, I don't seem to be
getting anywhere and don't know where to start sorting the problem out. I
have absolutely no experience of IIS, so am totally stuck!
IIS appears to be running and I can get in to the IIS admin console. In
there is a definition for the "default web site" that describes itself as
"stopped". Any attempt to start it gives me an error:
"The service did not respond to the start or control request in a timely
fashion."
I've checked my services and I note that the World Wide Web Publishing
service is stuck in "starting". I checked my event logs and don't see
anything in there that might tell me why. I checked the dependant services
(IIS Admin, Remote Procedure Call and Security Accounts Manager) all of
which are shows as started.
If I go to my browser and type in "http://localhost/hello.htm" I get a
"cannot find server" error. I am assuming that this has something to do with
the World Wide Web Publishing error??? (Same error if I try
"http://127.0.0.1/hello.htm") I have to say that I'm am not entirely sure
what my ip address is. ipconfig /all returns:
Windows IP Configuration
Host Name . . . . . . . . . . . . : DBYNXL0J
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Network Bridge:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : MAC Bridge Miniport
Physical Address. . . . . . . . . : 52-51-15-DF-C6-3E
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IP Address. . . : 169.254.196.62
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
I've assumed the my ip address is the 169.254.196.62 address... is that
correct?
Can anyone suggest why IIS isn't letting me in to my web pages? How do I get
WWW Publishing started and will that fix the problem?
Many thanks
Steve Barnett
My PC is Windows/XP Pro SP1 + patches. It also has Visual Studio.Net
installed, if that makes a difference. IIS reports itself as being version
5.1. Tag: Multiple websites on the same serverb Tag: 341236
IIS 6.0 and keeping Application State
Hi!
I've made a pretty fancy wap chat-portal with ASP.Net on IIS 6.0 and I'm
keeping a lot of application critical data inside the Application State
(HttpContext.ApplicationInstance) that is used.
My problem is that IIS seems to reboot the webserver (chat-portal) every
night or after a given period and I'm loosing my application state data.
The effect when IIS reboots the application is that all the logged on users
will disappear along with other critical data.
Is there anyway to ensure that IIS doesn't reboot the webserver when there
are users logged on (website is in use)? Tag: Multiple websites on the same serverb Tag: 341233
IIS Spyware Hijacked... Help Please !
I'm running IIS 6 on Windows 2003 Server.
I have run a full antivirus scan, Adaware scan and SpyBot Scan..
Nothing has been found... BUT !
When I try and view a web site on my server, things go a bit strange !
If I try in the full file path.. ie: test.com/list.htm
This works, assuming a file called list.htm exists.
However if the file does not exist or directory browsing is turned off, I
would normally get the standard error....
But I'm getting redirected to a search page, that has nothing to do with
me....The page is : http://296f8.ilxt.info/index.php
Which I believe is used in various spyware apps.
How do I remove this from my server, and how do I stop it happening agian ??
Thanks Tag: Multiple websites on the same serverb Tag: 341230
IIS does not start
Hi all,
this could be a repeat, but am not able to find the solution. i
installed IIS 5.0 but it just does not start, gies the error
"The service did not respond to the start or control request in a timely
fashion" ....
searched the net and found a few things which i tried ..
1. Installed IIS 5.0 with admin rights
2. Installed the Network Adapter (MS Stie) .. but could not find the
"Client with Microsoft Networks" tab in the LAN connection..
Pls help
__________________
Thanks & Regards,
Niraj
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it! Tag: Multiple websites on the same serverb Tag: 341228
IIS and port 1029?
Hi,
on my w2k system I noticed that port 1029 is opened.
TcpView (from SysInternals) reports that the process which listens on port 1029 is inetinfo.exe
Why is IIS listening on this port?
/Tommy Tag: Multiple websites on the same serverb Tag: 341227
IIS slow to open
I am using the IIS that comes with Windows XP Professional. When I try to open the Internet Information Services window it takes 5 - 15 minutes for it to pop up. What could be causing such a huge delay? After it opens I can work within the window just fine. I have very few files being managed- I really only use it to test scripts I'm working on locally. Tag: Multiple websites on the same serverb Tag: 341222
Unable to get IIS services to run without shutting down the firewa
We are currently running a windows 2000 server with exchange and IIS5 and ISA
When the server is rebooted the firewall and web proxy start but the Intranet and the extranet do not. we have to stop the firewall and the web proxy in order to start these services.
How can we get them all to start at bootup? Tag: Multiple websites on the same serverb Tag: 341215
Help with IUSER password?
Hello all..
I run a very small w2kserver, IIS5 to put about 6 websites
onto the internet. This is very new to me, and I've
learned slowly how to accomplish this over the past 2
months.
But as of today, all of my 6 sites, when visited, get a
401: Unauthorized: logon failed error.
In my EventViewer, I note that it says "Warning: The
server was unable to logon the Windows NT
account 'IUSR_KKT-SERVER1' due to the following error:
Logon failure: the specified account password has
expired. The data is the error code" beside the W3SVC
item, event error 100.
Right below on the System Log is another error, that
says "The server failed to load
application '/LM/W3SVC/1/ROOT'. The error was 'The server
process could not be started because the configured
identity is incorrect. Check the username and password"
which is event 36.
I am confused, at what might have happened with no input
from me. But what I'm able to understand here, is that
somehow the user account that I have set up for anonymous
access to my websites on the server is suddenly not
working.
Is that correct?
Why did this happen?
And lastly, of course, how do I correct this and prevent
same from happening...
???
Jim Tag: Multiple websites on the same serverb Tag: 341209
Can't access Active Directory from IIS6/2003 member server
I've got a Windows Server 2003 member server running a clean install of
IIS6 with just Active Server Pages added to the default 'Application
Server' options. When I try to access this page:
<%@ Language=VBScript%>
<HTML>
<HEAD><TITLE>Test AD Access</TITLE></HEAD>
<BODY>
<H4>Team 11 test</H4>
<%
Set objRoot = GetObject("LDAP://RootDSE")
strDomain = objRoot.Get("DefaultNamingContext")
Response.Write ("strDomain = " & strDomain & "<BR>")
%>
</BODY>
</HTML>
from an XPsp1 workstation running IE6, I get an 8007054b error, which
translates as "The specified domain either does not exist or could not
be contacted." which is a bit daft since the point of RootDSE is to find
whatever domain the machine is a member of.
I recreated this as a VBScript and run it under WSH on the IIS member
server and it works, so I know the server can see a Domain Controller.
On a hunch, I installed IIS6 (with ASP) on the 2003 DC. The above page
worked. But not on a member server on the same subnet as this DC.
Has anyone else come across this?
SH Tag: Multiple websites on the same serverb Tag: 341203
XP+ IIS
Can any one tell me IIS 5.0 comes with XP Home addition. i don't find it
find it on m laptop. I got .net sdk kit and wish to practice some
asp.net examples. How could I get IIS 5.0...suggest me any free
downloads Tag: Multiple websites on the same serverb Tag: 341201
Throttle Bandwidth per HTTP download in IIS?
Hello All,
Is there a way to throttle bandwidth on IIS per file download?
I want each HTTP download to be allocated a particular slice of
bandwidth defined by the connection speed of the user, not to exceed
our content data rate.
So, if our content is 100kbps and the user's connection speed is
400kbps, the file will be sent at 100kpbs.
If our content is 100kbps and the user's connection speed is 40kbps,
the file will be sent at 40kbps.
Is there any way to do this?
Thanks in advance. Tag: Multiple websites on the same serverb Tag: 341193
Concurrent Delivery of Many SWF Files
We have a huge library (many thousands) of SWF files. We need to
efficiently deliver/stream these files to as many simultaneous users
as possible.
We have a web site that serves as a menu to all of our content. Our
users click on a piece of content, and we have multiple Microsoft IIS
servers simply streaming these files via HTTP. That is, when a user
clicks on a file in the web site, it begins playing immediately, even
though it has not completed downloading in full. This streaming is
the default behavior of SWF files.
Can IIS be optimized to do this? That is, handle many simultanous
[long] downloads from many users at once. What is the best way to do
this?
Each user should be allocated a slice of bandwidth (this bandwidth
slice should be equal to the connection speed of the user, not to
exceed the data rate of the SWF)
Any help would be greatly appreciated. Tag: Multiple websites on the same serverb Tag: 341191
IIS 5.0 Isolation Mode Broke Our Code
We are migrating an ASP.Net application from IIS 5 on Windows 2000 servers to IIS 6 on Windows 2003. In order to maintain compatibility with the existing code, which depends on receiving the Session_End event, we are continuing to specify In-Process Session. But then in order to avoid unpredictable loss of session, we have to specify IIS 5.0 Isolation Mode.
But now we find that IIS 5.0 Isolation Mode breaks some of our code. In particular we get a "Win32Exception (0x80004005): Access is denied" exception when we call System.Diagnostics.Process.GetProcessesByName from our code.
What do you recommend to fix this?
At present the ASPNET account on that machine is configured to be a member of the Users group. Tag: Multiple websites on the same serverb Tag: 341189
IIS4
Hi could anyone point me in the direction of a fix for
this criptic clue, the server is a standard NT4 with IIS4
running on it the unly third part software on it is
Mcafee AV software the machine is fully patched with all
MS patches i have contacted Mcafee to see if they have
any known issues, the inetinfo service appears to be Ok
and running but in actual fact it is not serving any
requests, it happens totally intermitent and random there
is nothing changed on the server.
The application, exe\inetinfo.dbg, generated an
application error The error occurred on 7/26/2004 @
9:51:49.890 The exception generated was c0000005 at
address 77f7d1d4 (RtlIsValidIndexHandle Tag: Multiple websites on the same serverb Tag: 341186
IIS and Exchange 2000
We are contemplating doing some integration between our intranet on IIS to
our Exchange 2000 public contacts. Is it possible to link the two or
synchronize the data?
Thank you.
Rich Tag: Multiple websites on the same serverb Tag: 341184
php Snapin - security question
On my local XP Pro system instaled the php snapin to test my website
locally. All settings are default and my site works perfectly. However, when
I upload to my hosts site, something is configured strangely with their php
so when people try to login on my site it does't work.
Is there some type of security problem with php snapin that they would have
to have disabled something that affects my website in this way? Tag: Multiple websites on the same serverb Tag: 341181
Performance Monitor - Current Anonymous Users vs. Current Connctions
I've been running Perfromance montior against IIS 6.0 graphing out Current
Anonymous Users & Current Connections. Anonymous Users blips to 1 or 2 and
usually graphs to nothing, but Connections shows anywhere from 4-30
consistently. I must be missing something, what is the difference? I would
guess that if the browser creates multiple Connections per Anonymous User I
would at least show a division of Connections being graphed for Anonymous
Users. Please help me understand this graph.
Thanks...
Dan Tag: Multiple websites on the same serverb Tag: 341180
metadata to have multi sites listed
Hi everyone,
I have win 2K pro and used something I think was called 'metadata' to
add extra sites to IIS (still you can only have one site added at a time,
but it's easier to flick one off and one on than go into the sites
properties and change the path everytime you want to chnage project).
Now, I seem to have misplaced the file and instructions on how to do it
since refreshing my machine. Can anyone advise how to do it and where to get
this 'metadata' tool from (thats if I have the correct name).
Many thanks
Stu Tag: Multiple websites on the same serverb Tag: 341172
Redirect multiple URLs to the same site
Guys,
I am using IIS 5/Win2K. We already have a web site www.abc-company.com running on our server. We have another domain name www.abccompany.com pointing to the same site. I would like to use a 301 redirection for www.abc-company.com and also for www.a-b-c-company.com, www.ab-c-company.com [we own all of these domain names]. How many web sites should I create on the server? What IP address should I assign to all of these new sites.
I am not at all sure how to use 'A redirection to a URL' option in the 'Home Directory' tab in IIS Manager. Any kind of help will be appreciated. Please provide any links that you know of, which may help me.
Thanks again
-Binoy Tag: Multiple websites on the same serverb Tag: 341167
IISState Log: 100% CPU on OWA
Platform: Outlook Web Access (service pack 4 from Exch 5.5 SP4) on
Windows 2000 Adv Server & IIS 5.0 with all Service Packs and Patches.
Problem: Occasionally hit 100% CPU hang.
Action: Used iisstate against the inetinfo.exe PID. Instead of
reporting all 63 Threads here, I found the "one" that was locked up
for over 2 hours. I included a few threads after it as well.
======= BEGIN EXCERPT FROM LOG ========
Thread ID: 50
System Thread ID: 788
Kernel Time: 0:0:2.468
User Time: 2:44:53.406
*** ERROR: Symbol file could not be found. Defaulted to export
symbols for -
Thread Type: ASP
Executing Page: Unable to locate ASP page
# ChildEBP RetAddr
00 0364f0e4 6f06c9fb cdo!CDispatchObj::M_InvalidateObj1+0xb
01 0364f0ec 6f06c969 cdo!CDispatchObj::M_InvalidateChildren1+0x1b
02 0364f0f8 6f08663c cdo!CDispatchObj::M_InvalidateChildren+0x29
03 0364f130 6f083726 cdo!CSession::M_ScLogoff+0x11c
04 0364f134 6f06cd80 cdo!CSession::V_HrInvoke+0xf6
05 0364f144 03264279 cdo!CDispatchObj::Invoke+0xa0
WARNING: Stack unwind information not available. Following frames may
be wrong.
06 0364f1c0 0326866f vbscript!DllCanUnloadNow+0x8e24
07 00000000 00000000 vbscript!DllCanUnloadNow+0xd21a
Thread ID: 51
System Thread ID: 770
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 036aff9c 77f842c4 ntdll!NtDelayExecution+0xb
01 036affb4 7c57438b ntdll!RtlpTimerThread+0x42
02 036affec 00000000 KERNEL32!BaseThreadStart+0x52
Thread ID: 52
System Thread ID: 764
Kernel Time: 0:0:0.0
User Time: 0:0:0.0
Thread Type: Other
# ChildEBP RetAddr
00 03a5ff20 77f838a5 ntdll!ZwRemoveIoCompletion+0xb
01 03a5ffb4 7c57438b ntdll!RtlpWorkerThread+0x6b
02 03a5ffec 00000000 KERNEL32!BaseThreadStart+0x52 Tag: Multiple websites on the same serverb Tag: 341165
Anyone knows where i can find a HOWTO on setting up multiple websites on the same server? I am using Windows Server 2003 - iis v6.0.
"RMASTIN" <RMASTIN@discussions.microsoft.com> wrote in message
news:96AE8BFA-67A3-45D5-B622-99070CC7E668@microsoft.com...
> Anyone knows where i can find a HOWTO on setting up multiple websites on
the same server? I am using Windows Server 2003 - iis v6.0.
>
> thanks