in IIS6 you can 'recycle' the 'application pool' - faster and kinder on the
system then restarting iisadmin
--
Louis Solomon
www.SteelBytes.com
""Frank M. Kromann"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Restart the IIS Admin Service.
>
> This will restart the web servic
Restart the IIS Admin Service.
This will restart the web service and any other service under it (ftp,
smtp) and you should be good to go.
- Frank
> I've modified some enxtensions lines in php.ini but the isapi dll seems
> to be cached, i've restarted the iis service but still cached, did
> som
Hi!
I'd like to be able to run a program from a php-script. I've tried running
the following command, and it works when I run it from the Run-dialog:
D:\Cygwin\bin\bash.exe --login -i script.sh arg1 arg2
(the shell script runs another program (fontforge) which too runs a script)
However, when I
I've modified some enxtensions lines in php.ini but the isapi dll seems
to be cached, i've restarted the iis service but still cached, did
someone know what service to reload isapi module ? (of course I cannot
restart the server )
Best regards Juan
--
PHP Windows Mailing List (http://www.php.
Hello,
I been learning PHP from a Wrox book called beginning PHP 4. There was an xml
parser, I typed out the code and it worked ok. I than installed german version
of windows on my PC, PHP Apache etc. and now it doesn't work. It has problems
when tags or text contained with in the tags has germ
> Can someone answer a MySQL question for me? I'm trying to do a self join
on
> my category table and I'm only coming up with 2 fields in my recordset
when
> I know I should have 5 fields. Here is the code I'm using.
>
> >SELECT Cats3.CatId, Cats.Cat, Cats1.Cat, Cats2.Cat, Cats3.Cat
> >FROM (((Cat