Can a website have both .net and php pages both in it
raj1094
9:59 am on Jul 27, 2012 (gmt 0)
Can a website have both .net and php pages both in it.
g1smd
11:04 am on Jul 27, 2012 (gmt 0)
Yes, as long as the URLs contain something that allows the server to select which processor to use.
But why would you want to mix technologies? Or are you just talking about what appears in the URLs and not how the pages are actually generated?
scooterdude
11:46 am on Jul 27, 2012 (gmt 0)
Methinks that would only work on a properly configured IIS7 server
I don't think linux/unix servers come loaded with .net
g1smd
12:00 pm on Jul 27, 2012 (gmt 0)
The question said "website" not "web server" and so it is quite possible.
A website can be spread over many servers. Many sites have images on a different server than is used to serve pages.
You can slice and dice it however you like.
raj1094
2:19 pm on Jul 27, 2012 (gmt 0)
I am working on a website were few modules developed in .net and few modules like store they used .php. but the .php pages are redirecting to diff domain. Now should i treat them a diff websites integrated in together.
coopster
3:11 am on Aug 2, 2012 (gmt 0)
Not necessary, but that is entirely up to you. You can always make the experience seamless to your end user, whatever you decide.