The web application at [URL] could not be found. Verify that you have typed the url correctly. If the url should be serving existing content, the system administrator may need to add a new request url mapping to the intended application
Error : The web application at [URL] could not be found. Verify that you have typed the url correctly. If the url should be serving existing content, the system administrator may need to add a new request url mapping to the intended application.
I am trying to create a web service that will retrieve the data from the SharePoint List Item details but when SPSite object constructor its throwing the above exception.
Solution :
Then i did the following changes :
1. Publish the web service.
2. Disable all authentication except windows authentication.
3. Change the Application pool Account to Farm Admin Account
I am trying to create a web service that will retrieve the data from the SharePoint List Item details but when SPSite object constructor its throwing the above exception.
Solution :
Then i did the following changes :
1. Publish the web service.
2. Disable all authentication except windows authentication.
3. Change the Application pool Account to Farm Admin Account
Comments
Post a Comment