0

I have created one application in the IIS. And then configure my wordpress site successfully and mapped my url as http://testwordpress.com

Inside that app I have created two sub-app and then publish my angular js app and
web API. After creating it URL of app is http://testwordpress/myapp. But my login from API is not working

But I was configuring html site inside http://testwordpress.com means my app and API working

So I don't know what is the issue?. Any Suggestions ?????

Nirmohi
  • 128
  • 1
  • 10

1 Answers1

0

PHP and .net not support inside IIS as it is sub folder logic. So one solution is here. Solved my Problem. Follow this link and read out third answer ....

Can PHP and ASP.Net run together within the same web site in IIS 7.5?