Terry, thank you for your prompt reply.
I was still not able to get this working and may be I'm making this more complicated than it should be...
When you say add new domain ... do I have to add a new website under IIS or will a new virtual directory suffice?
Here are the steps I followed.
I have a IIS 6.0 server with no applications..
- I created a new folder in windows "mywebsite" under C:\Inetpub\wwwroot\ and copied files from "Framework 2.0-VB-NoAjax" folder in the zip file.
- Under IIS I said create new virtual directory under "Default Website" and named it "mywebsite". I set the path to it as "C:\Inetpub\wwwroot\mywebsite".
- I have "Enable Anonymous Access" enabled so everything works fine.
- Now I disabled "Enable Anonymous Access" and it prompts me with a dialog for a userid\password when I try to upload.
- So I created a new virtual directory under "Default Website" and named it "mywebsiteupload" and set the path to it same as the previous one as "C:\Inetpub\wwwroot\mywebsite". I have "Enable Anonymous Access" enabled for this virtual directory.. I didn't change this.
- I created a new folder 'UploadService' and put in a blank file "upload.aspx".
- I went thru IIS under "mywebsiteupload" and verified that the directory 'UploadService' has anonymous access enabled and authorization disabled.
- I created a new file crossdomain.xml and placed it in "C:\Inetpub\wwwroot\mywebsite". The contents of this file are <cross-domain-policy>
<allow-access-from domain="rvimgcactest"/>
</cross-domain-policy>
Note: rvimgcactest is my machine name so to access a page I go to http://rvimgcactest/mywebsite/selecting-multiple-files.aspx - I then set the FlashUploadPage to http://mywebsiteUpload/UploadService/Upload.aspx
- At this point I try to upload from http://rvimgcactest/mywebsite/selecting-multiple-files.aspx I get "Flash error- security-errorstring"
What is the difference between "Framework 2.0-VB-MagicAjax" , "Framework 2.0-VB-MicrosoftAjax" and "Framework 2.0-VB-NoAjax".. should I be using the files from "Framework 2.0-VB-MicrosoftAjax" instead??? I tried to look up the difference in the help file but couldn't find any thing.
Any help would be greatly appreciated.
Thanks,
Anzar