The page we have the image uploader on usually has a URL of:
http://localhost/BibleStudyTools/community/users/
so it goes to the default.aspx page. After uploading an image, the URLchanges on its own to
http://localhost/BibleStudyTools/community/users/default.aspx
and works fine. No problems.
However, we can arrive at the same page another way and the URL shows as:
http://localhost/BibleStudyTools/community/users/debbie/
but thru an ISAPI rewrite rule, this REALLY is:
http://localhost/BibleStudyTools/community/users/default.aspx?username=debbie
After uploading an image, the URL changes on its own to
http://localhost/BibleStudyTools/community/users/debbie/default.aspx
and that page doesn't exist so we get an error. Page Not Found.
Any ideas how to get around this?
THANKS for any ideas!!