Is there any way around fixing the proxy setting without using Flex Builder. I know that line 147 needs to be commented out in MapManager.mxml. Any help is appreciated.
If you are just talking about your development machine for now then the answer is:
1. If using IIS then open IIS manager 2. Expand the (local computer) leaf 3. Expand Web Sites leaf 4. Right click the Default Web Site and choose New > Virtual Directory... 5. Click Next in the Wizard 6. Give it an alias like "FlexViewer" (make sure you remember this alias) 7. Click the Browse button and navigate to the folder of your flex viewer project (i.e. C:\Flex Stuff\flexviewer1.3\flexviewer1.3 where ever your proxy.ashx file and index.swf are) 8. Make sure Read and Run Scripts are checked. 9. Click Finish 10. Use your new virtual directory url like http://localhost/FlexViewer/index.html
That worked I will have to check if all the widgets work. Do you know of any other bugs that need to be fixed. You have been very helpful on several occasions in this forum.