The "Integrated JRun" install does not support IIS connectors. If you are using full JRun or Coldfusion, see the link below, and for other application servers see their documentation.
http://www.macromedia.com/go/96611248
There are times when it may be desired to put the MXML pages outside of the Flex web application structure. This TechNote describe how to configure IIS to accomplish that. This TechNote requires that the web server already be configured to communicate with JRun or ColdFusion and MXML pages can be served up correctly via IIS.
MXML pages are usually put under the Flex web application that has been deployed on your application server. For example, in this TechNote, we deploy the Flex samples.war under JRun (C:\JRun4\servers\flex\samples), where flex is a JRun server name and samples is the Flex application name. The context root for this Flex application is /samples.
If we put an MXML page named myfontSize.mxml under the samples directory, then we can access it as follows:http://localhost:8700/samples/myfontSize.mxml (using the JRun internal web server) orhttp://localhost/samples/myfontSize.mxml (using a web server such as IIS or Apache)
If you are using IIS with the web application and want to put MXML pages under the web server root, such as \inetpub\wwwroot or another location that's outside of the web application root, two types of problems may be encountered:
Note: ignoresuffixmap must be set to false in your jrun.ini file. jrun.ini file is usually located under the JRun installation lib directory. For example:, C:\JRun4\lib\wsconfig\1\jrun.ini.
Sample jrun.ini:
verbose=true scriptpath=/JRunScripts/jrun.dll serverstore=C:/JRun4/lib/wsconfig/1/jrunserver.store bootstrap=127.0.0.1:51002 apialloc=false ssl=false ignoresuffixmap=false #errorurl=<optionally redirect to this URL on errors>
Reason: MXML and SWF extensions are not mapped in IIS.
Solution: Follow the steps in TechNote tn_19344 to map MXML and SWF extensions in IIS.
Reason: Home directory in IIS is not configured correctly, or the URL to serve up the MXML page is incorrect.
Solution: To move myfontSize.mxml from C:\JRun4\servers\flex\samples to C:\Inetpub\test, do the following:
myfontSize.mxml should now be accessible at http://localhost/samples/myfontSize.mxml.
Note:
http://localhost/samples/myflex/myfontSize.mxml 你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=3581829
[2005-11-19 22:23:13.0] Flex 2 Announcement
[2005-11-19 22:21:29.0] Flex getURL and Javascript
[2005-11-19 22:45:02.0] Flex 白皮书
[2005-11-19 22:35:02.0] Flex Builder1.5更新说明
[2005-11-19 22:51:52.0] Web 2.0 and Flex(英语)