Dear all,
I have converted one of my web application from .net 1.1 to 3.5 and added the calendar component out of the ajax toolkit.
The primary web server:
www.domain1.com/project1/folder2/default.aspx
Is working fine and work as expected?
The second domain is redirected to a subfolder on the primary web server:
www.domain2.com/folder2/default.aspx (is pointing to www.domain1.com/project1/folder2/default.aspx)
However the ajax component is not working at all on the second domain. What should I change in order to fix that problem ?
Regards
Stefan