> I have a ColdFusion server running over IIS on a Win2k3 machine and I wanted > to know how to restrict someone from running a > CFM file unless it is executed locally or within my firewall. > > For instance, imagine someone executes http://mywebsite.com/test.cfm in their > browser. Is there anyway to restrict access to > test.cfm either through CF Admin or is this an IIS issue?
You can use IIS and standard filesystem permissions to control access to any page, including CF pages. You can also build session-based forms authentication into your CF application. You can't just block access via CF Admin, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337758 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

