Hi Terry,
The virtual directory is correctly configured. But, perhaps I founded the problem: All is caused by sessionState keys cookieless="true" in web.config. After settings cookieless="false", my application works fine. Consequently session ID attached at URL cause the error.
Salvo