|
| I generated the web service proxy for my orchestration. MS documentation
recommends putting the web service in a seperate application pool with the
proper id. In IIS manager I created a new application pool, I then set my
web service to run in the new app pool. As soon as I did this I could no
longer open the web service project in VS. I get an error file path
c:\Inetpub\wwwroot\myproject
does not correspond to the url http://localhost/myproject. ; The two need to
map to the same server location. HTTP error 503 service not available."
Why would assigning the application to a different pool break the url mapping?
Can somebody tell me the proper steps to create the web service and assign
it to an application pool other than the default pool.
Thanks
|
|