Can php execute separte .net file

Can php execute separte .net file

am 07.08.2007 03:57:58 von Tony Trapp

------=_NextPart_000_0386_01C7D874.D9AC9280
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hey guys wondering a php can execute again a asp.net file like =
myfile.aspx?

Thanks guys.

Tony...

------=_NextPart_000_0386_01C7D874.D9AC9280--

RE: Can php execute separte .net file

am 07.08.2007 08:09:00 von Gustav Wiberg

Hi!

My question is: What are trying to achieve? Why do you want a PHP-interpret=
er do execute asp.net - files?

Best regards
/Gustav Wiberg
=20

-----Original Message-----
From: Tony Trapp [mailto:tonyt@designbytony.com]=20
Sent: Tuesday, August 07, 2007 3:58 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Can php execute separte .net file

Hey guys wondering a php can execute again a asp.net file like myfile.aspx?

Thanks guys.

Tony...

No virus found in this outgoing message.
Checked by AVG Free Edition.=20
Version: 7.5.476 / Virus Database: 269.11.6/938 - Release Date: 2007-08-05 =
16:16
=20

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Can php execute separte .net file

am 07.08.2007 14:48:46 von Bill Bolte

That would depend. If you're running on IIS with ASP.Net enabled, then
you could run both scripts in your environment. Apache - no. PHP can't
include a .net script either.=20

-----Original Message-----
From: Tony Trapp [mailto:tonyt@designbytony.com]=20
Sent: Monday, August 06, 2007 8:58 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Can php execute separte .net file

Hey guys wondering a php can execute again a asp.net file like
myfile.aspx?

Thanks guys.

Tony...

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Can php execute separte .net file

am 07.08.2007 14:55:35 von Tom Hearn

Tony,
Not sure really what you're asking here, but if you're asking can a
..NET language execute PHP inline or vice versa, then the answer is
somewhat.

Check out http://www.php-compiler.net/doku.php

The reason I say somewhat is because this is a MSIL extension of PHP.
It cannot generally execute any PHP scripts, but it can execute some
with little change in the codebase.

Tom

Tony Trapp wrote:
> Hey guys wondering a php can execute again a asp.net file like myfile.aspx?
>
> Thanks guys.
>
> Tony...
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php