smtp service not working
Whatever I do, I can't get the SMTP service working.
If I connect through telnet and send mail, the message pops up in the drop
directory and stays there. The same when I use the cdonts.NewMail component.
No errors in the event viewer, nothing and nothing on the internet either.
Anybody know what to do? Tag: IIS and PHP Tag: 304293
Restricting Login to IIS websites to one user
I would like to restrict logins via Windows Authentication in IIS to
only one login. So someone cannot log in twice using the same user
account. Is there a way to do this through IIS or Active Directory?
Thanks! Tag: IIS and PHP Tag: 304286
security certificate does not match the name of the server
I have W2K server with IIS5, service pack 3 installed.
Created certificate request file and received from
ComodoSecurity the certificate and installed. I have the
above error when I enter the site. Does anyone have the
same error ? Thanks a lot, mike Tag: IIS and PHP Tag: 304281
Securing downloads with iis
Hi
I saw a topic ages ago on a site about how to secure
downloads on a web page, but I can not remember where, it
involved loging in to a site by any means, then if you
loged in successfully (asp pages) the site would start a
download, but it could time out, and the directory kept
changing e.t.c. basically it is secure
if anyone knows of anything that is similar please tell
me as i really need to secure downloads on my web site
Thanks
William Hilsum Tag: IIS and PHP Tag: 304280
winxp IIS
I have a problem that i'm using windows 2000 server on
Server and winxp on clients. when any domain user logon
from the client computer where IIS is installed, they
cannot access the defaults website.
Is this users rights problem or any thing else.
Please help me in this matter. Tag: IIS and PHP Tag: 304277
Inetinfo and OWA
Guess my post was removed...I'll try again.
I see tons of posts for inetinfo.exe taking up 50% of the CPU and OWA
crapping out but no real fix or workaround.
I have Exchange 5.5 SP4 on Win2k SP4. Only running OWA.
I have to use kill.exe to get OWA to work again.
Any thoughts much appreciated.
Randy Tag: IIS and PHP Tag: 304272
can't access QUERY_STRING
hi.
I'm trying to run CGI scripts in JavaScript using IIS 5.1
on Win XP Pro. Actually, they run fine except when i'm
trying to pass arguments, which makes it pretty useless
so far.
The problem i noticed when trying to process a form that
used the GET method is that the QUERY_STRING variable
doesn't show up in my list of environment variables.
I'm using CScript.exe, the commandline version of Windows
Scripting Host as my JavaScript interpretter, so i'm
accessing the environment variables from the Environment
property of the WshShell object.
I wrote a script that prints out all the environment
variables and their values; it works from both the DOS
command line and from the webserver. When by the
webserver, it shows server related environment variables
as it should, such as HTTP headers, etc., but
QUERY_STRING is not available. In fact, when i run this
script (or any other) with a GET request it crashes.
I've actually come to discover that the POST request
doesn't work with my scripts either.
I've been wondering if the problem is my Application
Extension Mapping in IIS. Right now i have the following
line:
C:\WINDOWS\System32\CScript.exe "%s" %s
I received advice for running this line when the pathname
alone wouldn't work; however, i have no idea what the %s
means, and i wonder if this is somehow causing problems.
I'm wondering if somehow the query string is somehow
being passed to the script as a parameter instead of
being made available through the environment variable.
If there's anyone out there with some knowledge of
running CGI scripts from IIS, or someone who can tell me
how these commandline instructions such as "%s" are
suppossed to work, i would be greatly appreciative of any
help you can give me.
I'm going to include my script for displaying your
environment variables, in case anyone wants to
experiment. Keep in mind that it must be run from
CScript.exe. Most computers are set-up to automatically
run scripts from WScript.exe, which cannot handle the
StdOut object, and will give you an error if you run this
script.
thanks
~b
======================================================
/*
* copy and paste this into notepad
* and then give it a name with at .js extension
*
*/
var out = new String;
out += "Content-type: text/plain";
out += "\n\n";
var envTypes = new Array
("SYSTEM","USER","VOLATILE","PROCESS");
for(var i=0;i<envTypes.length;i++){
var objShell=new ActiveXObject("WScript.Shell")
var env=objShell.Environment(envTypes[i]);
out += envTypes[i] + "\n";
out += "-----------------------------------";
for(var e=new Enumerator(env); !e.atEnd(); e.moveNext())
{
out += e.item(e) + "\n";
}
out += "\n";
}
WScript.StdOut.Write(out); Tag: IIS and PHP Tag: 304268
Inetinfo.exe
I see tons of posts for inetinfo.exe taking up 50% of the CPU and OWA
crapping out but no real fix or workaround.
I have Exchange 5.5 SP4 on Win2k SP4. Only running OWA, no third party
asapi stuff going on.
I have to use kill.exe to restart OWA.
Any thoughts much appreciated.
Randy Tag: IIS and PHP Tag: 304259
Using PhP.
I'm trying to setup phpBB forum software on my PC's local IIS folder. I've
copied all the files to the IIS folder (c:\InetPub\wwwroot\MyForum). The
readme says:
1.. Using your web browser visit the location you placed phpBB 2 with the
addition of install/install.php, e.g.
http://www.mydomain.com/phpBB2/install/install.php,
http://www.mydomain.com/forum/install/install.php etc.
Where I am to fill in the forms. But I can't open the php file. I put into
the address bar of IE6:
http://127.0.0.1:8080/MyForum/install/install.php
and nothing happens.
I'm using WinXP and I'm a noob when it comes to IIS, so please be gentle~!
--
Julian Milano Tag: IIS and PHP Tag: 304257
Website Stats
Does anyone know of a good stats program that will
automatically create an html page that customers can view
to see their site traffic. This is for a 2000 Web Server.
Thanks Tag: IIS and PHP Tag: 304253
How to get out of this error message "Database or object is read-only"
After I moved my ASP pages and an Access database from
PWS in NT 4.0 to IIS 5.0 in XP Pro, I can't edit data in
the database through the ASP web application.
The error type is...
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
However, the database is not read-only,
and Object (I guess it's a "Recordset Object") is not set
as read-only.
(The connection path is correct, I can still display the
data from the database.)
If somebody knows what's going on here, please help me
out!
Best regards, Tag: IIS and PHP Tag: 304252
ASP and IIS and SSI - please help
Hi - I'm using SSI in some .asp pages... the SSI works perfectly on my web
host, but when I try to test locally, IIS is complaining that it can't find
the included file. I'm sure that it has something to do with setting a
"root" directory properly, but as far as I can tell, I have it set ok. Any
hints? I'm running IIS under XP Pro...
My SSI line looks like this:
<!--#include virtual="\mainpages\includes\ServicesCustomized.htm" -->
The actual path is:
c:\Document and Settings\S\My
Documents\dotDigerati\Website\mainpages\includes...
In Internet Information Services the virtual directory is set to point to:
C:\Documents and Settings\S\My Documents\dotDigerati\Website\
Anything else I need to do?
Thanks in advance,
Sheryl Tag: IIS and PHP Tag: 304247
upgrading SP3 to SP4 on Win2k Terminal Server
Hello,
I am keep getting an error when upgrading from SP3 to SP4
on Win2k Terminal Server. Here is the error "SP4IIS unable
to connect metabase, setup failed to remove ISM.dll script
mapping (select terminal server). Please help.
Thank you,
James Tag: IIS and PHP Tag: 304245
Security on IIS 5.0
I am running IIS 5.0 and trying to access a website that
I maintain. When I try to open the web I get the generic
>> The folder 'http://www.blahblah.com/' isn't
>> accessible. The folder may be located in an
>> unavailable location, protected with a password,
>> or the filename contains a / or \.
I have used the security wizard inside of IIS on the main
web, which is the one I am trying to open, with no luck.
I have looked at security on the web itself and
Administrators have permission for everything but logging
on as them no luck. I can open the site on the server by
going to c:\inetpub\wwwroot, but cannot by going to the
actual site. I have even removed the frontpage extensions
and then reloaded them. Any ideas I am clueless. Let me
know if I can give any other details. Thanks for any help. Tag: IIS and PHP Tag: 304242
Multi-DLL ISAPI application.
I have an ISAPI application that until recently consisted of a single,
self-contained DLL. I added dependencies on a few other DLL's and now
it won't run at all; the server returns error 500 ``Internal Server
Error''. I can't even invoke functions that don't depend on any of the
new DLL's and whose code hasn't changed at all!
I opened the installed DLL with DEPENDS.EXE; according to that, all
the DLL's are located and the dependencies resolve nicely.
Are there some special steps needed for deploying an ISAPI application
that is broken into multiple DLL's? Tag: IIS and PHP Tag: 304240
Security for multi-domain setup
Hello,
I've scoured the Web but found no answers to this riddle:
I have a WAN with three domains (say, A, B and C). Domain A and B have
Windows 2000 Server ADCs and Domain C has a Windows 2003 ADC. Everything's
in Native Mode. Trust relationships are established between each domain.
Now, I have an IIS 6 server in domain A on (obviously) a Windows 2003
server. I have an intranet I wish to make available to users in domains B
and C. The virtual directory for said intranet is configured per KB168908
(Basic Authentication with the '\' in the Domain box).
If I log-in locally on the IIS server with a user from Domain B or C, I can
display the pages just fine. Of course, users from Domain A have no
problems.
However, if I try to access the page from a PC located in Domain B or C,
sometimes the page appears fine, sometimes it partially loads (text,
graphics) and then a login prompt pops-up. Sometimes, the login prompt only
appears. Typing the correct credentials dosen't seem to work. I've tried
Windows Integrated Authentication and get similar results.
I would really like for authentication to work and be transparent for users
of all 3 domains. The 3 Domains are on different networks connected through
VPN (a, gasp!, Linux solution using cipe). The VPN does not block any
traffic between the networks.
Any thoughts?
Thanks!
Jonathan Kelly
j.kelly@julien.ca Tag: IIS and PHP Tag: 304239
IIS6 terrible performance probably related to install errors
recently upgraded one of four load balanced servers to
W2k3/IIS6 from W2k/IIS5. lockdown and upgrade seemed to go
ok but afterward ASP execution time (calling a VB dll) on
the IIS6 takes on average twice as long as on the IIS5
machines. tried all different settings (5.0 mode, worker
process mode, etc), on a tip reinstalled IIS6 - but still
the same terrible slowness. recently checked iis6.log and
setuperr.log.
items of interest:
from iis6.log:
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Executing
PreUnInstall of WWW Component...
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling
RemoveAppropriateFileAcls
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling RemoveOurAcls
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling RemoveOurAcls
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling
SetPassportAcls
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling
SetIISTemporaryDirAcls
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:Calling
SetAspTemporaryDirAcl
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:!FAIL!
[7/23/2003 11:5:58] OC_QUEUE_FILE_OPS:PreUnInstall of
Component 'iis_www' FAILED
from setuperr.log (compressed):
Setup failed to install the Microsoft MDAC Response Files
package (version 2.71) on your system.
Setup failed to install the Microsoft MDAC Setup Files
package (version 2.71) on your system.
Setup failed to install the WebData Setup Exception Package
package (version 2.71) on your system.
Setup failed to install the Mdac 2.7 Exception Package
package (version 2.71) on your system.
Setup failed to install the MSXML 3.0 Exception Package
package (version 2.71) on your system.
Setup failed to install the SQLXMLX Exception Package
package (version 2.71) on your system.
Setup failed to install the Microsoft SQL Server Net Libs
package (version 2.71) on your system.
Setup failed to install the Microsoft SQL Server ODBC
Drivers package (version 2.71) on your system.
Setup failed to install the Microsoft SQL Server OLEDB
Provider package (version 2.71) on your system.
one theory i had after watching perfmon for a while is that
as a result of the install not going so well, ASP requests
are failing causing the overall poor performance.
the weirdest thing is that everything WORKS, it's just
SLOW. if we bypass the load balancer and go straight to the
IIS6 machine, all of the ASP pages and db calls work, no
errors come back.
has anyone had any similar issues with performance or
installation?
any idea how much this has to do with the failed
SetIISTemporaryDirAcls and SetASPTemporaryDirAcl? are these
something i can change or set manually?
if/when i install IIS6 AGAIN what can be done to increase
chances of a successful install?
thanks in advance.
(please respond here. that's obviously a fake email
address)
dane Tag: IIS and PHP Tag: 304238
IIS 5.1 help please
Hello there,
I am new to IIS so I hope someone can help me. I need to install it on
windows xp pro, I have service pack 1 installed already but when I try to
install IIS 5.1 I get the message that I need to insert the Service Pack 1
CD. The problem is I dont have the service pack 1 cd and windows doesnt
seem to have it available on their website. Could someone please help me
out with how I can go about installing IIS 5.1? Any help would be greatly
appreciated. Thanks in advance.
Peter Tag: IIS and PHP Tag: 304229
Controling the order of starting and stopping services
We have a performance app. that interacts with the
performance api just like perfmon.exe however we are
getting many errors. See the error message below that I
went and looked up on microsofts support site.
Is there a way to get our application to start up at the
end of all the services.
It must be after the IIS service starts...
Thanks for your help!!!
Take Care,
Linh....
Multiple Event Viewer ID 1003 Messages from Counters
Applies To
This article was previously published under Q201638
SYMPTOMS
In the Event Viewer logs, multiple instances of the
following events occur:
The description for Event ID ( 1003 ) in Source (
IISInfoCtrs ) could not be found. It contains the
following insertion string(s): (Data is 0x000006b5)
Unable to query the W3SVC (HTTP) service performance
data. The error code returned by the service is data
DWORD 0. (Data is 0x00000426)
Unable to collect the FTP performance statistics. The
error code returned by the service is data DWORD 0. (Data
is 0x00000426)
In addition to these events, the IIS Admin service may
not be able to be stopped or the Event Viewer may become
temporarily locked.
CAUSE
These errors are caused when a server is being analyzed
using Performance Monitor and the IIS Admin Service is
stopped or restarted, or when the IIS counters are added
when the IIS Admin Service is not running.
RESOLUTION
When you analyze a server using Performance Monitor, it
is necessary to stop Performance Monitor before stopping
or starting the IIS Admin service. Tag: IIS and PHP Tag: 304226
IIS6 and application restart
Hello,
I noticed that in my log files on IIS6 application is
being restarted every now and then even though none of
application pools are configured to do so.
I see in W3SVC logs line telling me about server version
and time etc immediately preceding actuall log lines which
usually happens when process is recycled.
Also I noticed that new log files are written in some
weird order when originating IP is somewhere in the middle
of line when previously it was in one of the first fields.
Am I missing something? Tag: IIS and PHP Tag: 304217
second IP addresses not visualy in IIS 6 ;(..
Hi,
We have acquired an extra IP address for our existing - and functioning -
webserver running Windows 2003 with IIS 6.
The new IP address has been added into the TCP/IP protocol configuration of
the netwerk adapter, and is also displayed with "ipconfig /all" in a dos
window.
However, when we create a new site in the IIS 6 manager, and want to select
the IP address the new address is not shown. We have ofcourse restarted the
server (complete reboot) but that had no effect.
We've already searched some forums and the MS Knowledge Base but without any
luck. We hope posting in this forum may bring us the answer.
Please help!
begin 666 smil3dbd4d99c6eaa.gif
M1TE&.#EA$0`1`-4``/_DE/_=A?_==OO=@__9??O0;?[.;O[.8?C.4_O*9_C,
M8O7+3_?'7/W$4OW"3O+%1?W 2?/#3N_!0/BZ0OJZ./2[.?JV,?2T.?>S+OJR
M)N:T./>O)/>N(?2L(?&M*>FN*/2K'MFP.]JM-_"H'O"G&MRJ,>FE(>VC%^BC
M&<ZE-.B?$N.<%N6<#^2<$N*:$-.<'M&<(^&8"]N6$,N:(]Z5"LB7(MJ2"-"3
M%LB4'=2."<R.#LZ(!<F'!V9F9@```/___R'Y!/T4`#\`+ `````1`!$`0 :6
MP)]P2"P.>PS/Z>1;,I<K4<](I?8""9_/DLEH*8CI42++:6DVLTYJ[/4`@0!!
MX"[V!HP+R ?J\T$>"V(]#R@LAXB',C<A8D<](C.2*755/VZ8EF\$!@T-$ T'
M='8%$Q@<J*D<%8X]"A<>)#XDM+,D*!J#$28JO;Z^,B6M'RX^,3%:/C0Y,(Y"
1/2$O.CL[/#PXE)J8SD)!`#L`
`
end Tag: IIS and PHP Tag: 304214
HTTP Error 404 - File or directory not found.
We recently installed IIS 6 and in an ASP page are trying
to make a self extracting .exe available by download
using:
http://www.url.com/downloadfile.exe
...however now getting a "The page cannnot be found"
message or HTTP Error 404 with the text "The page you are
looking for might have been removed, had its name
changed, or is temporarily unavailable."
Can someone please help with how a file can be made
available?
Thanks,
Bill Tag: IIS and PHP Tag: 304198
POST problem with ASP script
Hi all !
I have looked my ass off to find a solution for my problem, but could not
find it. The problem is :
I have created a page with a form script with action "POST", and on one
webserver it works, but on another one it will not work. The page is
searching, and will finally show the linked page with empty content and a
"0" value in the top corner, this even if the file does not exist.
When using GET this page works fine, so my conclusion is that the server
needs either configuration to support POST, or it needs a upgrade of some
component to support POST form method.
Any ideas are highly appreciated !
Best regards
Leif Tag: IIS and PHP Tag: 304197
VS 2003 and ASP.NET error
I have an IIS 5.0 web server with .NET Framework 1.1
installed. When trying to create a project with Visual
Studio 2003 getting error that "Web server is not running
ASP.NET version 1.1". I found Technet article 306005 and
followed instructions to fix IIS mapping. All indications
are that .NET Framework 1.1 is installed and registered
properly but problem still exists. Any ideas? Tag: IIS and PHP Tag: 304196
Server Suddenly Goes Down
I seem to have a reoccurring problem with my win2k server where suddenly ASP
pages become inaccessible along with all FTP, Email and Terminal Services.
When this occurs once every few months, the only thing the server seems
capable of achieving is serving up static html content along with associated
images & other static files, but even that could be some kind of caching
issue I suppose. Since I can't even Terminal Service in when this happens,
the only cure is to call the folks I colo with and ask them to manually
re-boot the system for me.
I'd like to, at the very least, be able to diagnose the problem which seems
difficult since nothing at all seems to show up in the System Event Log
about it.
Any ideas would be greatly appreciated. Tag: IIS and PHP Tag: 304194
Process Server Application pool Terminated Unexpectedly
Hello,
We are getting 40 of these per second on one server from a lot of different
sites. What causes it?
Robbie
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1009
Date: 9/22/2003
Time: 8:25:09 AM
User: N/A
Computer: XXXXX
Description:
A process serving application pool 'xxxxxxxxx' terminated unexpectedly. The
process id was '3084'. The process exit code was '0x80'.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp. Tag: IIS and PHP Tag: 304164
changing background in directory browsing
Hi.
i would like to know if its possible to change the background in a dir that
has directory browsing.
//jonas
ps. post a reply to jorreman@spray.se Tag: IIS and PHP Tag: 304162
Pushing a Crystal Reports Viewer to a client PC
We are attempting to implement a third-party web site that
uses Crystal Reports 8.5 for reporting the statistics.
Upon requesting a report, the site should check the client
PC for the appropriate viewer and if it is not found, push
an install out to the client.
The problem is the client never gets a prompt to download
and install the client whether the viewer IS or IS NOT on
the client PC. We have worked with the vendor and setup
the IIS 5.0 server to his specifications but still nothing.
I am neither an IIS administrator nor developer;
therefore, can anyone give me some guidance on this issue?
Very Sincerely,
Gary C. Infinger
US Centers for Disease Control and Prevention Tag: IIS and PHP Tag: 304159
Windows NT authentication
can we perform windows NT authentication if web application is deployed for
use on internet?
Rohit Tag: IIS and PHP Tag: 304153
dialup logging in to our site
Some of our clients are having trouble logging into our
inet system on our intranet. They are using the correct
platform and IE versions AND settings including cookies on
their side and are using the correct username and
password. But they remain having problems. Inet/IIS 6.0
returns a "You are not authorised to view this page". I've
checked the logs for anything suspicious but nothing of
interest shows up.Any ideas? Tag: IIS and PHP Tag: 304151
IIS5 & Visual Interdev RAD
We are just moving over to Win2k running IIS5. The
server I am currently building a server for development
work, and need to have Visual Interdev RAD Remote
Deployment System enabled. According to the books I have
it is an installable option when you install IIS5, but it
doesn't appear on my list of options. Anybody got any
ideas?
TIA
NigelQ Tag: IIS and PHP Tag: 304143
On Win2K Runnig IIS , ASP Pages Are not working
In Event Viewer we are getting folowing err.
DCOM got error "Overlapped I/O operation is in progress. "
and was unable to logon .\IWAM_XPRESSION in order to run
the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1} Tag: IIS and PHP Tag: 304134
Can I list active HTTP sessions on IIS5+?
Hi.
My problem is recurrent on a Windows XP Pro. I'm developing web applications
with MSDEV and I sometimes get a HTTP error message saying "Too many users
connected". But I'm the only one using the machine :-|... I never get this
under W2K.
So I'd like to know how I can list active HTTP sessions on IIS 5+.
Thanks.
Vince C. Tag: IIS and PHP Tag: 304114
adding custom http header - enlarging max character length
Hi,
I am trying to insert a compact privacy policy text
string into a custom HTTP header in IIS6.0 on Server2003,
but the text field is not accepting the full text
string. I am not aware of a property available to
increase this field length - is there a max length now?
Any assistance appreciated.
Mark
P.S. I didn't have this problem with IIS on Server2000 Tag: IIS and PHP Tag: 304112
RE URGENT : HOW TO HOST MY WEB APPLICATION
hi,
thanks for i did not get it.
i have the following
PUBLIC IP ADDRESS,
LOCAL IP ADDRESS,
GATEWAY ADDRESS,
IIS 5.0+ DNS SERVER,
DATABASE SERVER,
AND MY WEB APPLICATION.
PUBLIC IP ADDRESS IS SOMEWHERE OUTSIDE.
BUT THE WEB NEEDS TO ACCESS THE APPLICATION FROM MY SERVER.
I THING YOU GOT IT NOW.
PLEASE URGENT,
THANX IN ADVANCE,
REGARDS,
MADHUSUDHAN Tag: IIS and PHP Tag: 304090
updating drivers
I just installed SBC DSL and am getting a message that my
device driver for "Effiecient Networks Enterne P.P.P.oE
Adapter" is preventing the machine from entering standby.
How do I update this driver. I am not very computer savvy
so any help is greatly appreicaited. Thanks a ton. Tag: IIS and PHP Tag: 304085
Receiving Suspicious Emails After Posting To This List
This afternoon I posted a message to this newsgroup for
the first time and ever since then I've been receiving
emails with .exe's attached to them. The emails "look"
like they're coming from Microsoft, and they have subject
lines like "Network Critical Path" and the From line reads
things like "Internet Security Section" and "Microsoft
Internet Security Division."
I'm receiving 3 messages at a time, all with exe's
attached. The exe's are
named "gppitll.exe" "Install9.exe" and "update11.exe".
Is anyone else having problems like this? Any suggestions
for dealing with and stopping this?
Thanks in advance-
-Robin Tag: IIS and PHP Tag: 304079
Please read
All,
This may seem inappropriate but my butt is on the line, so
please read on.
I have 2 developers who have domain admin rights in a
windows 2000 environment. I discovered on Friday that
these 2 have been creating a VPN tunnel to another
companies network and having several machines on that
network interact with one of our machines on the internal
network.
I escalated this issue to our collective supervisor. I
know what his response was and I also know what mine was.
I can guarantee that there is going to be a big turf war
over this one and so I seek your oppinions.
Does this have the potential to become a large security
issue?
Thanks all. Tag: IIS and PHP Tag: 304073
Change to web page did not work. very strange
HI, I have 2 computers:
1 with winxp home.
1 with winxp pro.
winxp home is the one I'm connected to the net at this moment.
winxp pro is connected via this computer to the internet.
winxp pro has had iis 5.1 installed, I changed the default page that it
starts with to a test page I made to I could test is I could view the page
on winxp home, YES it worked with no problems at all.
So for next I wanted to try a more complex web page (s) on this winxp pro so
I did, BUT so some reason when I view the page it still shows the same old
test page which is not even there no more.
Hummm maybe I left it in the folder by mistake, so I deleted all the files
in the folder, went to see what it did on the winxp home pc, and it shows a
message telling me there is nothing to view.
So I place a new test page in there on its own, and test again, the old test
page is back.
Any ideas????????????
All I want it to do is update the changes.
Thanks all the best Jonathan :o) Tag: IIS and PHP Tag: 304069
IIS needs Keep-Alive??
I have an application that works on various versions of Apache on various
Unix flavors as well as Win32..
I send an inline file on Post/get commands. The file is dynamic so I buffer
the output and send it in one blast. The size is rarely more than 500 to
1000 bytes. Under IIS/PWS this does not work with IE. Needless to say, it
will work with any other browser just fine and dandy.
I tried variations like sending a content-length as part of my headers. I
disabled chunked encoding (had to for IIS) but to no avail. I sniffed the
output and compared it to Win32/Apache and found that IIS was sending a
"connection:close;"
If I add a "Connection: Keep-Alive;" as my last header, everything works
fine - BUT is this the right solution??
I want my code to be as portable as possible. I can detect if I am running
under IIS or make it a config option, but before I run down that path, I
want to make sure that I am doing the right thing. Any thoughts??
Peter Tag: IIS and PHP Tag: 304061
OWA doesn't work (ASP pages are not working properly on IIS)
Hi,
I have installed MS Exchange Server 5.5 (SP4) on Win NT 4.0 Server with SP
6a.
After that I decided to install OWA so I have installed IIS + Win NT 4.0
Option Pack from Microsoft and after this I tried to install OWA.
After all IIS is working because I can access the webpage on my serwer
www.myserwer.com but when I try to open www.myserver.com/exchange it jumps
into http://www.myserwer.com/exchange/logon.asp and the "Page
cannot be displayed" appears with "HTTP 500 - Internal server error".
I have discovered together with a friend from other newsgroup that IIS
doesn't run ASP pages.
How can I diagnose it and make it to work properly?
Thank you in advance for any help
Michal Z. Tag: IIS and PHP Tag: 304058
Problems Installing IIS on Win2K
I'm trying to install IIS on my Windows 2000 platform and
I'm running into all kinds of problems with missing dll
and ini files. The problem is... I don't have the Win2K
install disk because I purchased the computer from a
company that I was working for (it folded), and the OS was
already installed when I got it.
I'd really like to avoid installing a new OS right now. Is
there any way I can I can get IIS installed - or get the
missing files?
Thanks in advance,
-Robin Tag: IIS and PHP Tag: 304057
local security policy
hi
i have deleted tht account administrator,and i add a
account admin that is a member of group
administrators,when i want to open "Local security
policy",it pop up the message "you have no privilege to
access",why?,i have set "everyone" has full control
privileges to access C:
any help will be appreciated
thanks Tag: IIS and PHP Tag: 304045
IIS not responding (xp professional)
I just set up a new machine and installed VID 6.0. I am
unable to browse any page...IE just hangs waiting for a
reply??I have gone directly to IIS and attempted to
browse a page in IISHelp Virtual Directory with the same
result. Please help?! THanks Tag: IIS and PHP Tag: 304044
CGI and IIS
How do I get IIS to recognize CGI files so it's displays them, not downloads
them? This problem has been driving me nuts... anyone have any ideas?
Thanks,
Justin Tag: IIS and PHP Tag: 304042
A Problem in IIS
hello, i have insatlled IIS before an Year, and it worked perfect.
before a week its starts to die, and the internet service was stopped!
i have formatted my computer and installed XP and IIS5.1 again, and it was
ok,
now today its again not working!
somebody have IDEAs? Tag: IIS and PHP Tag: 304038
IIS doesn't serve ASPs
Installed IIS 5.1 on XP Professional. HTML pages are
served ok, but ASPs are not served. I don't get any
timeouts or errors. Have tried changing some of the
settigns in IIS, but still have this problem.
Any Suggestions?
regards,
ed Tag: IIS and PHP Tag: 304034
host headers doesn't work, why? plz help!
hi there!
i am using iis 6, and set up a new web site on port 1080, giving it a host
header value "mail.myhost.net".
but, when i type http://mail.myhost.net in my browser, it came up with the
default web site, not my new one!! instead, i have to use
http://mail.myhost.net:1080 to access it!! why is it like that?? please give
me some instructions! thanks in advance! :)
lu Tag: IIS and PHP Tag: 304027
IIS on Win XP Pro problem
I am having problems setting up my web server! Here is
what I have so far:
1.Have A DSL Router to the internet
2. Have configured Nat/Napt to allow HTTP thru to my web
server
3. Can type in webserver internal IP and can bring up
site.
4. Can type in http://computername/default and site will
come up
5. if i type the external IP on the router does not find
site.
6. by default my DSL provider closes port 80 from the
outside. I have contacted them and they say they have
opened it.
What am i missing? Any help would be great. thanks
Chris Tag: IIS and PHP Tag: 304024
I am trying to add a new ISAPI filter but OK button is gray out.Any ideas.
thanks