Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
s'all good man, i understand, but for internal applications on an intranet, or even for external applications, maybe its just our creative minds, wanting to be different...we just cant help it! later tw On Wed, 14 Jul 2004 16:01:39 -0500, Doug White <[EMAIL PROTECTED]> wrote: > I still feel that

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Doug White
I still feel that clients waste tons of money hiring developers who absolutely refuse to code to standards, using best practices, instead putting in their own individuality and customizations which contribute nothing to the performance of the web site, and in fact take quite a bit away from its eff

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
t;index.bmw or home.bmw or whatever. They're actually cfm >files, but I >just want the extensions to appear differently. > > > >  _   > >From: Doug White [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 14, 2004 2:11 PM >To: CF-Talk >Subject: Re: 6.1 and

RE: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Ken Ferguson
iles, but I just want the extensions to appear differently.   _   From: Doug White [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:11 PM To: CF-Talk Subject: Re: 6.1 and 2003 server standard - iis 6 Why on earth would you place the extra load on the server by making CF handle htm

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
Ahh that's what it was...It was driving me crazy. I did this.. notice the order, apparently it makes a difference bc that did not work. Jeremy >CfmServlet >*.htm/* >    > >    >CfmServlet >*.htm* >    On Wed, 14 Jul 2004 15:28:59 -0400 Tony Weeg <[EMAIL PROTECT

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
or what if your server has absolutely NO .htm files?  why not do it? that is no reason not to do it. tony [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
shite... dont forget a closing one for this too... it requires another one...so...just like this for each type of extension...     CfmServlet *.html         CfmServlet *.html/*     sorry, i forgot the closing one. tw On Wed, 14 Jul 2004 15:17:36 -0400, Ton

RE: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Dave Watts
> Why on earth would you place the extra load on the server by > making CF handle htm files? So you can use forms-based authentication to restrict access to those files? I agree that it shouldn't be done lightly, but there are legitimate uses for it. Dave Watts, CTO, Fig Leaf Software http://www

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Tony Weeg
.html files in CFMX Open the C:\CFusionMX\wwwroot\WEB-INF\web.xml . You can modify the extension mappings by adding these lines: CfmServlet *.html and why...doug, you askbecause some people like to have .html/.htm and other extensions for cold fusion applications. no other reason. i have

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Doug White
Why on earth would you place the extra load on the server by making CF handle htm files?   I have seen this once before when a client wanted that set up on a shared server.   IIS 6.0 handles htm files so much easier and with a lot less CPU load. Doug   - Original Message -   From: Jeremy

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Jeremy Bunton
I did that and i get this error Either the Macromedia application server is unreachable or it does not have a mapping to process this request. Is there not an xml file that needs to be unpdated also? Jeremy On Wed, 14 Jul 2004 13:54:22 -0400 "Howie Hamlin" <[EMAIL PROTECTED]> wrote: >Open the M

Re: 6.1 and 2003 server standard - iis 6

2004-07-14 Thread Howie Hamlin
Open the MMC and right-click on a single web site or the global "web sites" item. Click on the Home Directory tab and then the Configuration button. You will see all of the mappings for the web site.   Copy the mapping for .CFM to a .HTM entry. HTH, -- Howie Hamlin - inFusion Project Manager O