You'd still have to use cfhttp or something to make a call to the aspx page over http to make the code execute and then the results would be passed back to the cf page in the cfhttp struct. As others have mentioned, you'd have to have BlueDragon .NET to locally just "include" an aspx file and have it execute.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 8:20 AM To: CF-Talk Subject: RE: Including a remote aspx page What about a cfc...aren't you supposed to be able to make an object that can communicate between cf and other web dev languages? Eric -----Original Message----- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Monday, 30 January 2006 13:54 To: CF-Talk Subject: Re: Including a remote aspx page You would need to use BlueDragon .NET edition to execute .aspx pages inside your .cfm pages. >Pedro wrote: > I wonder if this is possible: > > I need to use several include files on my .cfm pages. These files are > in aspx, and are located on a different server in the network. I've > tried using a mapping, but I guess it only works with local files. > > It is possible to include a remote file, isn't it? Thanks in advance. > This may be obvious, but I just can't see it :-) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230825 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

