Jump to content

PHP with ASP.Net


vinsky2002

Recommended Posts

Hello,

I am new at ASP.Net and would like to know HOW to combine PHP and ASP.Net as one(1). I have already installed PHP for IIS 5.0 and it is working fine. I have been running a number of PHP script with IIS 5.0 on my Windows XP machine.

Please advise me and Thank You.....


Cheers !

vins
vinsky2002@yahoo.com
Link to comment
Share on other sites

why would you want to do that?

I suppose you could create a site that uses both, but the two can not work together (they can't share session/cookie data and they can't talk to each other. they can't even exist together on the same page)

you can have .php pages and you can have .aspx pages, but you can not run php pages through the .NET framework. And you certainly can't parse asp through PHP.

Just because they both can run on IIS doesn't mean they are compatable with each other.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.