Hi,
I have 2 sites, "Default Web Site" and "Default Web Site Test" in which I have one application "application (prod)" and "application (test)".
I have 2 application pools: "application (prod)" and "application (test)"
"Default Web Site" --> "application (prod)" --> pool: application (prod)
"Default Web Site Test" --> "application (test)" --> pool: application (test)
The configurations of pools "application (prod)" and "application (test)" are the same.
The application "application(prod)" work perfectly.
When I try to access to application (test), i have an "HTTP Error 503. The service is unavailable." and the pool is automaticaly stopped.
When I assign application(test) to pool: application (prod) it works (without changing anything else).
That just make me crazy because i have compared the configuration of the 2 pools and it's exactly the same.
Do you have any idea?
Thanks for your answers.