Slow performance IIS 6
Has anyone else than me noticed the slow performance in IIS6 over network?
Check this code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test PHP (for loop)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
for ($i = 1; $i <= 20000; $i++) {
echo "$i<br>\n";
}
?>
</body>
</html>
Run this code on IIS5 and compare to IIS6...
It takes 2 times as long to execute on a IIS6 than IIS5.
Any ideas? Tag: not parsing asp Tag: 315671
installing front page on second web site
I made a second web site on my server, but I cant seen to find how to add
front page extensions?
any help? Tag: not parsing asp Tag: 315669
Setting Environment variable in ASP script on IIS 5
Hello
We developped an WAB application in COBOL linked en CGI
In Unix system, this application (ie : appli1) is launched via a cgi pt shell which set several variables before
Each user over our network connecting to the WEB server is typing this URL : http://serveur/cgi-bin/appli.cg
the script appli.cgi contains this
export WEBPATH=/space/disk1/appli1/we
$WEBPATH/appli1 $
That's how our application appli1 is launched
but we would like to do the ssame on a Windows 2000 IIS 5 server
Is it possible to do so thanks to an ASP VBscript or ASP Javascript
How could we set several variables (on the WEB server) in a script before launching our CGI application
On a Windows 2000 system, our appli is like appli1.exe
If someone can help us with this problem ..
Thanx in advance Tag: not parsing asp Tag: 315663
slow modem users
Hey
After migrating our intranet from IIS5 -> IIS6 the performance of dial in
users has dropped noticeably. The performance is much better for LAN and
broadband users but modem users now spend almost twice the time just to load
the first page. Does anyone know why or can point me out to an article that
describes how to adjust this? Tag: not parsing asp Tag: 315654
Router not translating internal IP (FTP)
I can establish a port 21 ftp connection, but when it switches to PASV mode
my outgoing ip/port for data uses my intranet address (192.168.x.x) instead
of the WAN address.
I'm using the standard port 21, and have followed the DLink support
instructions for setting up a FTP server to a tee. I've searched hi and low
for a setting in the Microsoft IIS Metabase that would allow me to hardcode
the IP address returned to the FTP client, but I've had no luck. Other
products like G6 FTP server do have these options and they work fine behind
my router.
I've come to realize that my router DI-704P is not translating my internal
IP address sent from my FTP server (behind the router) to the WAN Public IP.
Possibly due to a lack of support for ALG??
My question is with a DLink router, with the latest firmware. How do I get
it to translate the intranet address to the wan address?
I've read a few post by Alun Jones, he seems to know quite a bit about NAT
and ALG, I guess he would suggest a better router? I'd still like to know a
little more before I return this hardware. Tag: not parsing asp Tag: 315651
IIS FAILS TO START - WINDOWS XP
I REPRODUCE BELOW FROM MY POSTING OF 29.NOV.2003 & FOLLOW-
UP RESPONSES - AS THE PROBLEM REMAINS UNRESOLVED :
Thanks!
Did as advised.
Still, it did not work.
Of course, one thing that I did not do was
"re-apply patches" after installation.
I installed Windows XP Professional in Sept/2002.
After that only patches auto-downloaded from web get
applied. How to re-apply them?
I reproduce below portions from iis6.log that show "FAIL".
May be this would help diagnose.
SELECT PORTIONS FROM iis6.log :
[12/3/2003 17:50:40] OC_COMPLETE_INSTALLATION:iis_core:!
FAIL!
[12/3/2003 17:50:40] OC_COMPLETE_INSTALLATION:iis_core:!
FAIL!
[12/3/2003 17:50:40]
OC_COMPLETE_INSTALLATION:iis_core:CallProcedureInDll:
Calling 'DllRegisterServer'.End.FAILED.
Err=8009000f.
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:!
FAIL!
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:
[WAMERROR - export.cpp : 00676] FAIL -
MDGetIdentity, Getting the IWAM_* account from the
Metabase - error=80070003
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:!
FAIL!
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:
[WAMERROR - export.cpp : 00743] FAIL -
MDUpdateIISDefault, Updating default application -
error=80070003
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:!
FAIL!
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:
[WAMERROR - export.cpp : 00750] Assertion
Failed: (SUCCEEDED(hrReturn))
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:
[WAMTRACE - export.cpp : 00751] RETURN
- CreateIISPackage, hr=80070003
[12/3/2003 17:50:48]
OC_COMPLETE_INSTALLATION:iis_www:MyMessageBox: Title:IIS
Setup Error, Msg:Error calling
procedure 'InstallWam()' in file 'C:\WINDOWS\System32
\inetsrv\wamreg.dll'.
0x80070003=The system cannot find the path
specified.
[12/3/2003 17:50:48] OC_COMPLETE_INSTALLATION:iis_www:!
FAIL!
[12/3/2003 17:50:48]
OC_COMPLETE_INSTALLATION:iis_www:CallProcedureInDll:
Calling 'InstallWam'.End.FAILED.
Err=80070003.
>-----Original Message-----
>Try resinstall IIS in this steps:
>
>a) uninstall IIS
>b) Remove files and folders
>%windir%/system32/inetsvr/
>/inetpub/
>%windir%/iisx.log (x=5 for w2k, 6 for XP, Win03)
>(use safe mode to delete)
>c) reinstall IIS, repatch machines
>
>if problems occurred, check out iisX.log in %windir%.
>look for failed entry.
>
>--
>Regards,
>Bernard Cheah
>http://support.microsoft.com/
>Please respond to newsgroups only ...
>
>
>
>"Yann Kronberg" <Kronberg_y@yahoo.com> wrote in message
>news:055401c3b6af$82a1ce00$a001280a@phx.gbl...
>> I have exactly the same problem...
>> Let me know if you find a solution.
>>
>> Yann
>> >-----Original Message-----
>> >O/s : Windows XP Professional.
>> >IIS Installed.
>> >However the Web Service fails to run.
>> >I have checked on SERVICES window.
>> >"World Wide Web Publishing" is there,
marked "automatic"
>> >but fails to start, even if you re-try.
>> >I have tried the following:
>> >(A)
>> >Go to Services.
>> >Click on the Service : "World Wide Web Publishing"
>> >It is "Automatic" but has NOT started.
>> >Right Click on the Service : "World Wide Web
Publishing"
>> >Select Start from the Popup Menu.
>> >Error Message :
>> >"Could not start the World Wide Web Publishing Service
on
>> >Local Computer.
>> >Error 3 : The system can not find the path specified"
>> >
>> >(B)
>> >I went to "Add or Remove Programs", Chose "Add/Remove
>> >Windows Components"
>> >Uninstalled the installed "World Wide Web Service"
>> under "
>> >Internet Information Services"
>> >Then re-installed it.
>> >I did NOT reboot.
>> >I went to "Services".
>> >Found that "World Wide Web Publishing" has started !
>> >This is just after re-installation.
>> >(Perhaps "World Wide Web Publishing" Service started as
>> >part of re-installation
>> >- I had not rebooted the PC.)
>> >(B.1)
>> >To test, I go to SERVICES.
>> >(i)I stop "World Wide Web Publishing" Service.
>> >(ii)Then, I again start "World Wide Web Publishing"
>> >Service.
>> >It starts.
>> >(B.2)
>> >To test, I go to SERVICES.
>> >(1)I stop "World Wide Web Publishing" Service.
>> >(2)Then I stop "IIS Admin" Service.
>> >(3)Then I start "IIS Admin" Service. It starts.
>> >(4)Then I start "World Wide Web Publishing" Service.
>> > It FAILS to start. Same message :
>> >"Could not start the World Wide Web Publishing Service
on
>> >Local Computer.
>> >Error 3 : The system can not find the path specified"
>> >(C)
>> >I restart the PC.
>> >I find "World Wide Web Publishing" Service has again
NOT
>> >started.
>> >The problem is same as in (A) above.
>> >
>> >Kindly advise.
>> >Thanks! Tag: not parsing asp Tag: 315632
MIME
Do I have to setup a MIME for PHP?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it! Tag: not parsing asp Tag: 315623
IIS 5 & Multiple SSL Cert w/ Unique IP's Setup Help
I have a dedicated Win2K/IIS 5 server with multiple websites.
Everything has been successfully running on a single IP address and 1
site has used a ssl certificate.
I now have 2nd site that needs dedicated ssl. I got the certificate
for the new (site) domain and successfully installed it. I requested
and recieved a second IP address for this domain.
My problem is getting the new domain to properly display in a browser.
example - https://www.2ndDomain.com will show the original
https://www.1stDomain.com site
If I type https://xx.xxx.xxx.xx (the 2ndDomains IP) it works
correctly.
Steps I took:
1) added the new ip address to the NIC
2) changed the host ip in the DNS for the 2ndDomain to the new IP
3) created a reverse lookup zone in DNS for the new IP
4) change the ip address in the 2nd domain's properties in IIS from
"all unassigned" to the new ip address.
Now for the question.
Have I done everything I need to do? (except maybe needing to wait for
the new DNS setting to propogate to the nets DNS severs)
If not does anyone have any suggestions?
I hope this made sense! LOL.
Thanks,
Ty Tag: not parsing asp Tag: 315622
Php : email() with IIS : how do i make it work ?
I want to use the php function email() . But how do I enable IIS 5.0 to send mail
I see a email confiuration in the http configuration panel but not able to know what i must put in the field : Tag: not parsing asp Tag: 315620
Unable to see the Rename Option in context menu
After I do Web Sharing on to a folder, although I can see
it in the IIS, I dont see the Rename option in the context
menu. Why? Tag: not parsing asp Tag: 315617
Slow graphics/sound in IIS 6
Hello all. I have a website hosted in IIS 6. The website works BUT the background textures and sounds on some of the pages take a LONG time to load up. If you will kindly go to www.tnc.dynu.com, click on Quake Series and then click on any of the Quake games you will see how long it takes for the background textures to load and sounds to play. The strange thing is about all the sounds/graphics are 100KB or less. When I view the page locally everything works fast(makes sense though). I have had my friends try it and most say that the sounds don't play and it takes a little bit of time for the background to show up. Also, I have 384kbps upstream cable(around 48KB/sec) and like 3000kbps downstream so I should have a good enough connection to host a small site. Are there any settings in IIS to change that will improve viewing my site? Thanks!
Tavis Tag: not parsing asp Tag: 315616
link to large output
This is the one with 120 processes or so. I can't get to
it from my newgroup reader, keeps timing out.
http://home.ripway.com/2003-2/1/debugout.txt Tag: not parsing asp Tag: 315614
Restate
Wierd thing is, with these hangs, is that the CPU isn't
being eaten up by these hung w3wp's, but svchost and
system... 90% in this case, on a Dell poweredge 1750 with
dual 2.4Ghz Xeon's. The box is doing nothing else, and no
new traffic is hitting it. Just these 3 w3wp's are hung,
websites won't start, and I can't kill these threads.
If I knew how to kill/stop these w3wp's, that would be a
nice start. At this point I have to call the datacenter
and have them reboot the boxes when this happens. Tag: not parsing asp Tag: 315612
IIS does not work with new user
Here is a simple scenario. I have a XPpro box with my main user on it doing
asp.net development. All is well. When I type in the link below, the page
displays. Very basic.
I add a second admin account to the computer. On this account if I go to IE
and type in the following: http://localhost/postinfo.html I get this error:
HTTP 500 - Internal server error
Internet Explorer
The simple question is, why does it work under one user name, but not the
other. This is a standalone computer. No domain controller.
Thanks,
Marc. Tag: not parsing asp Tag: 315606
IIS ver.5
I am trying to host my website from home, I have Windows
2000 server installed with IIS enabled. I am using G-link
DSL 504 router. Here is my situation.
I have copied my web site file (default.htm) in
c:\inetpub\wwwroot folder.
On the router I have forwarded port 80. I have registered
my domain name and have given my static ip address so it
can point to my web site.
Could you please advice me if what I have already done is
OK and what I need to do next to make my web site display
on the screen. Tag: not parsing asp Tag: 315596
IIS Working on XP
IIS have been installed on my XP computer yet I am unable
to display the web pages by entering
http://dsmith/default.htlm. If I enter for example
\\dsmith\dsmith\vernon.html I can see the web page. Tag: not parsing asp Tag: 315595
Publishing to localhost
Hi,
(Running FrontPage 2002, XP-PRO, IIS 5.1)
I am using FP 2002 just for convenience in writing an ASP web app.
I can publish all files to localhost using HTTP, the files are in inetpub,
and the default.asp page runs. But, what do I use for links to other pages?
Example: what hyperlink do I use in a menu to get to mission.asp, which is
in the root with default.asp?
thanX for your help!
Howie Adams
--
"Before I end my letter, I pray Heaven to bestow
the best of Blessings on this House and all that shall
hereafter inhabit it. May none but honest and wise
Men ever rule under this roof."
John Adams, in a letter to Abigail,
on his 2nd night in the White House. Tag: not parsing asp Tag: 315593
Remote access TSWeb
Hello,
I wanted to know if it is possible to retrieve a file from
one PC or server to the next. Example: Office A PC is in
Miami and Office B is in Chicago both have tsweb installed
and running and each desktop is accessible. So can you
pull a file via the net from one to the other? If so, how?
what security settings must be enabled or disabled for
this to happen if so.
Thanks very much
Joseph Tag: not parsing asp Tag: 315592
IIS 6.0 Fail-Safe Cluster in W2003
Hi,
for some hours now i´m reading white papers, knowledge bases, made searches in search engines but nothing gave me
the answears i´m looking for...
I´m trying to install e Fail-Safe Cluster (2 nodes MSCS) of IIS (not NLBC), but i don´t have any documentation
to start width, every document provided in microsoft website focus the NLBC way of starting the IIS cluster...
can anyone help?
thank´s
PS:This is very importante since me and my team are making an upgrade of all systems to W2003 in the corporation
and i need to avoid all the down time possible.
Pedro Ruivo
Portugal Tag: not parsing asp Tag: 315587
PHP Problem, ACL
This is issue on Windows Server 2003 Enterprise + IIS 6 + PHP
I have follow the instruction and added new "Web Service Extensions" using
"C:\php\sapi\php4ispi.dll", and in home directory folder -> configuration
also "C:\php\sapi\php4ispi.dll" ".php".
However when I try to run PHPNuke (admin.php), I get
You are not authorized to view this page
You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server.
--------------------------------------------------------------------------------
Please try the following:
Contact the Web site administrator if you believe you should be able to view this directory or page.
Click the Refresh button to try again with different credentials.
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Access Control, and About Custom Error Messages.
I am postive the permission is set correctly,
IUSR_Mainframe has been given permission to all the DLL file for PHP, and obviouslly the webdirectory itself.
But the message just doesn't seems to go away.
One side note, I only get this message after I fail the security check (which are not suppose to be there, as I
have the website set to "enable" anonymous access). Tag: not parsing asp Tag: 315580
ASP gets slow
Me and my customers has latly starting to notice some
performance problems with ASP pages and database
connections(doesn't mather what kind of DB). The page
loads slow, if it loads at all, no errors and the memory
and CPU is not peaking or anything. The event logs says
nothing.
It's a Win 2K server with all patches installed, the
latest MDAC 2.8, 1 GB or RAM and a P4 2.6 Mhz CPU
What can be causing this? Tag: not parsing asp Tag: 315577
Error:max pool size was reached
Hi!
Since I installed the Visual Studio 2003 I got a problem:
every few hours I got an error that I can't open the
connection to the SQL Server database:
"Timeout expired. The timeout period elapsed prior to
obtaining a connection from the pool. This may have
occurred because all pooled connections were in use and
max pool size was reached. "
then I must run IISRESET before I can continue.
* I must mention that : All that stuff Worked ok until I
installed the Visual Studio 2003.
Thanks For Eny Help
hergass Tag: not parsing asp Tag: 315574
Cipher strength
I have EI 6 and my cipher strenght shows 0, so I get errors when trying to go to secure sites and I have tried uninstalling and reinstalling but still show zero also tried downloading the encryption pack help please. Tag: not parsing asp Tag: 315564
simple infinite loop crash iis!!! ITS'NT POSSIBLE!
Ok, this is a simple PHP wrong code. It's an infinite loop.
Now if u try the example, IIS will HANG , the CPU will go to 100% and
IIS will not crash, so its'nt possible debug what application has caused
this type of problem.
The same thing is with an ASP snippet. The application is in high isolated
mode.
while (list ($header, $value) = $test){
if ($header!="operazione") {
$INSERT.=$header;
$VALUES.="'$value'";
$test = each ($dati);
if ($test) {
$INSERT.=",";
$VALUES.=",";
}
}
}
Now i can't think that IIS is so idiot that it can't handle this type of
problem. Please tell me that i need to do some configuration or i need
install some SP, please please please....!
jaco@jaco.it Tag: not parsing asp Tag: 315552
Sudden website inaccessability?
Anyone have any idea why I suddenly am unnable to access a couple of web sites that I have never had problems accessing before? I have accessed them on other computers so I know the sites are active. I use Windows 98 Second Edition and I have the latest version of Explorer 6. I have no trouble accessing other sites.
Appreciate any help.
Thanks. Tag: not parsing asp Tag: 315551
Can not turn on Cache
Hello all, I am using a win 2003 Enterpise server for development of a
.NET site, and im running into some problems when i try to view the
pages localy via IIS 6. I am working on a .htm page and i save it and
view in the browers its address via localhost. But the page only shows
changes if i restart 'World Wide Web Publishing Service' otherwise i
have to wait about a few minutes for it to show changes. I first
thought this was a browser problem so i hit control f5 and cleared my
cache in Ie6 but no change. I restarted the browser by closing it out.
opening it then clearing cashe and then going to the page but it
didn't work. I even did the same steps using Mozilla and Oprah but no
change. So i think this is a IIS issue. It never happend when i was on
windows 2000. Does anyone know what may be happening here and what can
i change to make it stop?
here are my settings.
For Web Site Properties under 'Service' i am not running under
Issolation mode(iis 5)
under the sites properties 'http headers' i have 'enable content
expriration' Checked. plus i have 'expire imediatly' checked.
Can some one help?
John
John@ithinkdesigns.com
http://www.ithinkdesigns.com Tag: not parsing asp Tag: 315540
Setting up MSDE 2000 Release A on Windows XP Professional
I recently downloaded and installed (hopefully correctly) MSDE 2000 Release
A. I previously, and still do, have the version of IIS that comes with XP
Professional installed on my computer. I wanted MSDE 2000 Release A so that
I could do database access using ASP from my websites, which are on my
computer. When I went to my first test website, I recieved the following
error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver]Neither DSN nor SERVER keyword supplied
/testDB.asp, line 26
The ASP code that I used on my web to connect to the database (which is
currently just an empty text file) is the following:
Set conn=Server.CreateObject("ADODB.Connection")
Set rs=Server.CreateObject("ADODB.Recordset")
connectstring="Driver={SQL Server};" &_
"DBQ=" & Server.MapPath("testDB")
conn.Open connectstring
The error, obviously, is in the last line I have shown. Because I am
somewhat new to server setup, I am not sure what I need to do to make this
work. If anyone would be willing to help me, I would greatly appreciate it.
Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com Tag: not parsing asp Tag: 315539