I have a very strange issue. My appplicaiton works fine on my PC (as usual), but when I deploy it to production, it does the following:
- When I access site by typing http://localpet.cloudapp.net/ then when I select item from dropdown list which is meant to load another dropdown list, value gets cleared from the first dropdown, as if it is not posting back but rather redirects to the same page or refreshes it
- When I access site using http://localpet.cloudapp.net/Default.aspx then everything works fine, all postback function as expected
You can try it for yourself, got to my url and try to pick Animal Type from dropdown box. Value gets cleared. But if you specify page "Default.aspx" it works fine. I am not doing any explicit page redirects. On my local PC I tried with both Casini and IIS and it works fine. Please help