Requirement: You have an IIS web server. You want to host all Php as well as ASP.Net developed web pages from the same web server and further with the same site name. Thus you end up need to configure both Php as well ASP.Net pages from the same IIS site.
Options:
This can be setup by ensuring below configuration for both of the technologies:
- A Proper Handler Mapping
- for *.aspx the respective handler will be auto configured
- for *.php you need to ensure a proper handler is setup if you are installing it manually
<
p>