K
King Coffee
Hi,
I have PHP installed on my workstation. I create a parent website in
ASP.NET. However, I want to link to a php script page. What can I put in my
web.config file to process php script files. Right now, when I try to run
the php page, with the default web.config file, I get error:
Server Error in '/kcwebapps.com' Application.
--------------------------------------------------------------------------------
The HTTP verb POST used to access path
'/kcwebapps.com/Samples/KingCorp/submit.php' is not allowed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The HTTP verb POST used to
access path '/kcwebapps.com/Samples/KingCorp/submit.php' is not allowed.
Thanks,
King
I have PHP installed on my workstation. I create a parent website in
ASP.NET. However, I want to link to a php script page. What can I put in my
web.config file to process php script files. Right now, when I try to run
the php page, with the default web.config file, I get error:
Server Error in '/kcwebapps.com' Application.
--------------------------------------------------------------------------------
The HTTP verb POST used to access path
'/kcwebapps.com/Samples/KingCorp/submit.php' is not allowed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The HTTP verb POST used to
access path '/kcwebapps.com/Samples/KingCorp/submit.php' is not allowed.
Thanks,
King