Thanks, that took care of the problem.
However, we are still having issues with the InsertImage dialog.
Problem1. We are setting the upload directory dynamically, based on some account settings, in the page_init method:
Me.edHTML.SetSecurityImageGalleryPath(String.Format("/ImgHost/{0}/{1}", Me.GID, Me.BaseAID))
Me.edHTML.SetSecurityTemplateGalleryPath("/ImgHost")
When a fresh browser is opened and goes to the site in question, when they click the InsertImage button an error is generated. "Access to c:\WINDOWS\TEMP is denied".
If you close the insert image dialog and click the insert image button again, everything comes up correctly. But the first time you enter the site it throws the error everytime. Is there some kind of rebind we need to do after setting the above paths to make them take affect?
Problem2. Related to the above i suspect. When the "Upload" button is clicked and an image is selected the same error is thrown saying "Access to c:\WINDOWS\TEMP is denied" however, this one will not go away. Is there a seperate file or virtual directory we need to create for handling the uploads?
Thanks!