Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-14 Thread Robert Rhodes

Hello Russ.

I see the handler mappings as the site lever.  There are 5 entries.

Are you saying adding those entries at the root will prevemt hte problem I
described, where any change in webroot or adding a site takes down all
sites?

RR

On Fri, May 13, 2011 at 6:04 AM, Russ Michaels r...@michaels.me.uk wrote:


 you just go into the handler mappings at root or site level and add the
 handler yourself rather than let the web config tool do it.
 the advantage is that you canuse the same connector for all site, whereas
 the config tool creates a new connector for each site, which is pointless
 on
 a standard install.

 On Fri, May 13, 2011 at 6:08 AM, Robert Rhodes rrhode...@gmail.com
 wrote:

 
  Hello Russ.  How would I do it manually?  Are there instructions
 somewhere?
 
  It sure feels like that's the problem (connectors not being installed at
  the
  root level).
 
  There just has to be a decent workaround for this problem.
 
  On Thu, May 12, 2011 at 2:08 AM, Russ Michaels r...@michaels.me.uk
  wrote:
 
  
   I haven't actually tested it yet as we are still running IIS6, however
 if
   the problem is that the web config tool is not applying the connectors
   correctly at root level then you can try doing this manually and see if
   that
   resolves the problem.
  
   On Thu, May 12, 2011 at 6:38 AM, Andrew Scott andr...@andyscott.id.au
   wrote:
  
   
Yes, this is a known issue.
   
What happens is that when you do it in this manner, you are telling
ColdFusion to run in IIS7 mode. The connectors don't install to all
 the
websites when you do this, what you need to do is add a connector to
  each
site individually.
   
This blog might shed some more insight.
   
   
   
  
 
 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
on-9-then-updating-to-901
   
Regards,
Andrew Scott
http://www.andyscott.id.au/
   
   
 -Original Message-
 From: Robert Rhodes [mailto:rrhode...@gmail.com]
 Sent: Thursday, 12 May 2011 4:30 AM
 To: cf-talk
 Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)


 Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server
   Edition.as
a
 standalone installation.

 I then ran the 9.01 updater and he 9.01 hotfix.

 Finally, I ran the webserver config tool and selected IIS all
 sites.

 Now when I load a cf template I get a 404.3 error and this message:

 HTTP Error 404.3 - Not Found
 The page you are requesting cannot be served because of the
 extension
 configuration. If the page is a script, add a handler. If the file
   should
be
 downloaded, add a MIME map.

 I am sure I did something wrong.  Any suggestions

 RR
   
   
   
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344509
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-14 Thread Andrew Scott

That is correct, and this is what my blog post highlights Adobe need to fix.

All the ALL option does is go through each defined site (currently setup in
IIS), and then apply what is needed. Instead of applying at the top level.
Hope that clears it up some more.

However, I have found the most simplest solution is to copy the web.config
file from a known working site over to the one you have created. This stops
you having to run the webconfig connector setup again as well, having said
that I would still like to be able to set it up at the top level to be
inherited down to the new website.

This is something that would be nice for everyone to jump up and down with
Adobe.

Regards,
Andrew Scott
http://www.andyscott.id.au/



 -Original Message-
 From: Robert Rhodes [mailto:rrhode...@gmail.com]
 Sent: Saturday, 14 May 2011 4:50 PM
 To: cf-talk
 Subject: Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
 
 
 Hello Russ.
 
 I see the handler mappings as the site lever.  There are 5 entries.
 
 Are you saying adding those entries at the root will prevemt hte problem I
 described, where any change in webroot or adding a site takes down all
 sites?
 
 RR


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344510
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-14 Thread Russ Michaels

If the problem is causex by something the web config is doing then yes, why
not just give it a try and see.
On 14 May 2011 07:50, Robert Rhodes rrhode...@gmail.com wrote:

 Hello Russ.

 I see the handler mappings as the site lever. There are 5 entries.

 Are you saying adding those entries at the root will prevemt hte problem I
 described, where any change in webroot or adding a site takes down all
 sites?

 RR

 On Fri, May 13, 2011 at 6:04 AM, Russ Michaels r...@michaels.me.uk
wrote:


 you just go into the handler mappings at root or site level and add the
 handler yourself rather than let the web config tool do it.
 the advantage is that you canuse the same connector for all site, whereas
 the config tool creates a new connector for each site, which is pointless
 on
 a standard install.

 On Fri, May 13, 2011 at 6:08 AM, Robert Rhodes rrhode...@gmail.com
 wrote:

 
  Hello Russ. How would I do it manually? Are there instructions
 somewhere?
 
  It sure feels like that's the problem (connectors not being installed
at
  the
  root level).
 
  There just has to be a decent workaround for this problem.
 
  On Thu, May 12, 2011 at 2:08 AM, Russ Michaels r...@michaels.me.uk
  wrote:
 
  
   I haven't actually tested it yet as we are still running IIS6,
however
 if
   the problem is that the web config tool is not applying the
connectors
   correctly at root level then you can try doing this manually and see
if
   that
   resolves the problem.
  
   On Thu, May 12, 2011 at 6:38 AM, Andrew Scott 
andr...@andyscott.id.au
   wrote:
  
   
Yes, this is a known issue.
   
What happens is that when you do it in this manner, you are telling
ColdFusion to run in IIS7 mode. The connectors don't install to all
 the
websites when you do this, what you need to do is add a connector
to
  each
site individually.
   
This blog might shed some more insight.
   
   
   
  
 

http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
on-9-then-updating-to-901
   
Regards,
Andrew Scott
http://www.andyscott.id.au/
   
   
 -Original Message-
 From: Robert Rhodes [mailto:rrhode...@gmail.com]
 Sent: Thursday, 12 May 2011 4:30 AM
 To: cf-talk
 Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)


 Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server
   Edition.as
a
 standalone installation.

 I then ran the 9.01 updater and he 9.01 hotfix.

 Finally, I ran the webserver config tool and selected IIS all
 sites.

 Now when I load a cf template I get a 404.3 error and this
message:

 HTTP Error 404.3 - Not Found
 The page you are requesting cannot be served because of the
 extension
 configuration. If the page is a script, add a handler. If the
file
   should
be
 downloaded, add a MIME map.

 I am sure I did something wrong. Any suggestions

 RR
   
   
   
  
  
 
 



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344511
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-13 Thread Russ Michaels

you just go into the handler mappings at root or site level and add the
handler yourself rather than let the web config tool do it.
the advantage is that you canuse the same connector for all site, whereas
the config tool creates a new connector for each site, which is pointless on
a standard install.

On Fri, May 13, 2011 at 6:08 AM, Robert Rhodes rrhode...@gmail.com wrote:


 Hello Russ.  How would I do it manually?  Are there instructions somewhere?

 It sure feels like that's the problem (connectors not being installed at
 the
 root level).

 There just has to be a decent workaround for this problem.

 On Thu, May 12, 2011 at 2:08 AM, Russ Michaels r...@michaels.me.uk
 wrote:

 
  I haven't actually tested it yet as we are still running IIS6, however if
  the problem is that the web config tool is not applying the connectors
  correctly at root level then you can try doing this manually and see if
  that
  resolves the problem.
 
  On Thu, May 12, 2011 at 6:38 AM, Andrew Scott andr...@andyscott.id.au
  wrote:
 
  
   Yes, this is a known issue.
  
   What happens is that when you do it in this manner, you are telling
   ColdFusion to run in IIS7 mode. The connectors don't install to all the
   websites when you do this, what you need to do is add a connector to
 each
   site individually.
  
   This blog might shed some more insight.
  
  
  
 
 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
   on-9-then-updating-to-901
  
   Regards,
   Andrew Scott
   http://www.andyscott.id.au/
  
  
-Original Message-
From: Robert Rhodes [mailto:rrhode...@gmail.com]
Sent: Thursday, 12 May 2011 4:30 AM
To: cf-talk
Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
   
   
Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server
  Edition.as
   a
standalone installation.
   
I then ran the 9.01 updater and he 9.01 hotfix.
   
Finally, I ran the webserver config tool and selected IIS all sites.
   
Now when I load a cf template I get a 404.3 error and this message:
   
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension
configuration. If the page is a script, add a handler. If the file
  should
   be
downloaded, add a MIME map.
   
I am sure I did something wrong.  Any suggestions
   
RR
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344487
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Russ Michaels

I haven't actually tested it yet as we are still running IIS6, however if
the problem is that the web config tool is not applying the connectors
correctly at root level then you can try doing this manually and see if that
resolves the problem.

On Thu, May 12, 2011 at 6:38 AM, Andrew Scott andr...@andyscott.id.auwrote:


 Yes, this is a known issue.

 What happens is that when you do it in this manner, you are telling
 ColdFusion to run in IIS7 mode. The connectors don't install to all the
 websites when you do this, what you need to do is add a connector to each
 site individually.

 This blog might shed some more insight.


 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
 on-9-then-updating-to-901

 Regards,
 Andrew Scott
 http://www.andyscott.id.au/


  -Original Message-
  From: Robert Rhodes [mailto:rrhode...@gmail.com]
  Sent: Thursday, 12 May 2011 4:30 AM
  To: cf-talk
  Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
 
 
  Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server Edition.as
 a
  standalone installation.
 
  I then ran the 9.01 updater and he 9.01 hotfix.
 
  Finally, I ran the webserver config tool and selected IIS all sites.
 
  Now when I load a cf template I get a 404.3 error and this message:
 
  HTTP Error 404.3 - Not Found
  The page you are requesting cannot be served because of the extension
  configuration. If the page is a script, add a handler. If the file should
 be
  downloaded, add a MIME map.
 
  I am sure I did something wrong.  Any suggestions
 
  RR


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Kym Kovan

Just to add to the last two, we originally installed with CF9 and so 
needed IIS6 compatibility turned on. When we upgraded to 9.0.1 we left 
that all on and have had no issues.

I wonder if turning that on (add it in like the ASP.Net via 
Roles/Features) might help after another pass with the webconfig tool.



On 12/05/2011 16:08, Russ Michaels wrote:

 I haven't actually tested it yet as we are still running IIS6, however if
 the problem is that the web config tool is not applying the connectors
 correctly at root level then you can try doing this manually and see if that
 resolves the problem.

 On Thu, May 12, 2011 at 6:38 AM, Andrew Scottandr...@andyscott.id.auwrote:


 Yes, this is a known issue.

 What happens is that when you do it in this manner, you are telling
 ColdFusion to run in IIS7 mode. The connectors don't install to all the
 websites when you do this, what you need to do is add a connector to each
 site individually.

 This blog might shed some more insight.


 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
 on-9-then-updating-to-901

 Regards,
 Andrew Scott
 http://www.andyscott.id.au/


-- 
Yours,

Kym Kovan
mbcomms.net.au



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344477
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes

Andrew, thanks.  That is exactly what I was experiencinging.

I am quite surprised that this problem has not been sorted out by Adobe.  I
really like CF, but this seems a bit lame.

I briefly tried installing the connector on individual sites, but it didn't
seem to work (was still getting 404.3 errors). Since I was short on time, I
set the connector for all sites and made myself a big not tom remind me not
to touch anything. It's crazy I had to do that.

Adobe needs to get this sorted out.

RR

On Thu, May 12, 2011 at 1:38 AM, Andrew Scott andr...@andyscott.id.auwrote:


 Yes, this is a known issue.

 What happens is that when you do it in this manner, you are telling
 ColdFusion to run in IIS7 mode. The connectors don't install to all the
 websites when you do this, what you need to do is add a connector to each
 site individually.

 This blog might shed some more insight.


 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
 on-9-then-updating-to-901

 Regards,
 Andrew Scott
 http://www.andyscott.id.au/


  -Original Message-
  From: Robert Rhodes [mailto:rrhode...@gmail.com]
  Sent: Thursday, 12 May 2011 4:30 AM
  To: cf-talk
  Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
 
 
  Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server Edition.as
 a
  standalone installation.
 
  I then ran the 9.01 updater and he 9.01 hotfix.
 
  Finally, I ran the webserver config tool and selected IIS all sites.
 
  Now when I load a cf template I get a 404.3 error and this message:
 
  HTTP Error 404.3 - Not Found
  The page you are requesting cannot be served because of the extension
  configuration. If the page is a script, add a handler. If the file should
 be
  downloaded, add a MIME map.
 
  I am sure I did something wrong.  Any suggestions
 
  RR


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344483
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes

Hello Russ.  How would I do it manually?  Are there instructions somewhere?

It sure feels like that's the problem (connectors not being installed at the
root level).

There just has to be a decent workaround for this problem.

On Thu, May 12, 2011 at 2:08 AM, Russ Michaels r...@michaels.me.uk wrote:


 I haven't actually tested it yet as we are still running IIS6, however if
 the problem is that the web config tool is not applying the connectors
 correctly at root level then you can try doing this manually and see if
 that
 resolves the problem.

 On Thu, May 12, 2011 at 6:38 AM, Andrew Scott andr...@andyscott.id.au
 wrote:

 
  Yes, this is a known issue.
 
  What happens is that when you do it in this manner, you are telling
  ColdFusion to run in IIS7 mode. The connectors don't install to all the
  websites when you do this, what you need to do is add a connector to each
  site individually.
 
  This blog might shed some more insight.
 
 
 
 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
  on-9-then-updating-to-901
 
  Regards,
  Andrew Scott
  http://www.andyscott.id.au/
 
 
   -Original Message-
   From: Robert Rhodes [mailto:rrhode...@gmail.com]
   Sent: Thursday, 12 May 2011 4:30 AM
   To: cf-talk
   Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
  
  
   Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server
 Edition.as
  a
   standalone installation.
  
   I then ran the 9.01 updater and he 9.01 hotfix.
  
   Finally, I ran the webserver config tool and selected IIS all sites.
  
   Now when I load a cf template I get a 404.3 error and this message:
  
   HTTP Error 404.3 - Not Found
   The page you are requesting cannot be served because of the extension
   configuration. If the page is a script, add a handler. If the file
 should
  be
   downloaded, add a MIME map.
  
   I am sure I did something wrong.  Any suggestions
  
   RR
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344484
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread Robert Rhodes

Hey Kym.  So are you saying that you don't have to remove and reinstall the
connector every time you add a site (or change a directory)?

What's the down-side of running with the ii6 extensions installed?

If there is not a big performance hit, it might make sense to do so.



On Thu, May 12, 2011 at 2:21 AM, Kym Kovan dev-li...@mbcomms.net.au wrote:


 Just to add to the last two, we originally installed with CF9 and so
 needed IIS6 compatibility turned on. When we upgraded to 9.0.1 we left
 that all on and have had no issues.

 I wonder if turning that on (add it in like the ASP.Net via
 Roles/Features) might help after another pass with the webconfig tool.



 On 12/05/2011 16:08, Russ Michaels wrote:
 
  I haven't actually tested it yet as we are still running IIS6, however if
  the problem is that the web config tool is not applying the connectors
  correctly at root level then you can try doing this manually and see if
 that
  resolves the problem.
 
  On Thu, May 12, 2011 at 6:38 AM, Andrew Scottandr...@andyscott.id.au
 wrote:
 
 
  Yes, this is a known issue.
 
  What happens is that when you do it in this manner, you are telling
  ColdFusion to run in IIS7 mode. The connectors don't install to all the
  websites when you do this, what you need to do is add a connector to
 each
  site individually.
 
  This blog might shed some more insight.
 
 
 
 http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
  on-9-then-updating-to-901
 
  Regards,
  Andrew Scott
  http://www.andyscott.id.au/


 --
 Yours,

 Kym Kovan
 mbcomms.net.au



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344485
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread James Holmes

On 13 May 2011 13:08, Robert Rhodes rrhode...@gmail.com wrote:

 There just has to be a decent workaround for this problem.

There is:

http://projects.apache.org/projects/http_server.html

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344486
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-11 Thread Jason Durham

Run wsconfig again (add/remove sites)
On May 11, 2011 2:00 PM, Robert Rhodes rrhode...@gmail.com wrote:

 Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server Edition.as
a
 standalone installation.

 I then ran the 9.01 updater and he 9.01 hotfix.

 Finally, I ran the webserver config tool and selected IIS all sites.

 Now when I load a cf template I get a 404.3 error and this message:

 HTTP Error 404.3 - Not Found
 The page you are requesting cannot be served because of the extension
 configuration. If the page is a script, add a handler. If the file should
be
 downloaded, add a MIME map.

 I am sure I did something wrong. Any suggestions

 RR


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-11 Thread Robert Rhodes

Well that kinda helps, but only for a time.

After I run the web service configuration tool and  select ALL for IIS Web
Site, and check configure web server for Coldfusion 9 applications, CF will
process pages fine... but only until I change the webroot of an existing
site or add anther site.  Then, all sites stop serving and give that 404.3
error until I remove the CF web config and reinstall it.Then things work
fine until the next time I change a directory or add a site, when it will
die again.

This certainly was not the case in IIS6.

Anyone have any suggestions on how to set up CF9 with IIS7.5 so that is does
not exhibit this crazy behavior?  I can't take every site down each time I
make a change in IIS.

RR

On Wed, May 11, 2011 at 3:13 PM, Jason Durham jqdur...@gmail.com wrote:


 Run wsconfig again (add/remove sites)
 On May 11, 2011 2:00 PM, Robert Rhodes rrhode...@gmail.com wrote:
 
  Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server Edition.as
 a
  standalone installation.
 
  I then ran the 9.01 updater and he 9.01 hotfix.
 
  Finally, I ran the webserver config tool and selected IIS all sites.
 
  Now when I load a cf template I get a 404.3 error and this message:
 
  HTTP Error 404.3 - Not Found
  The page you are requesting cannot be served because of the extension
  configuration. If the page is a script, add a handler. If the file should
 be
  downloaded, add a MIME map.
 
  I am sure I did something wrong. Any suggestions
 
  RR
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344468
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-11 Thread Dave Watts

 Anyone have any suggestions on how to set up CF9 with IIS7.5 so that is does
 not exhibit this crazy behavior?  I can't take every site down each time I
 make a change in IIS.

You can configure each IIS virtual server individually with wsconfig.

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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-11 Thread Robert Rhodes

Dave, thanks for the reply.  That might be the only solution, but isn't the
behaviour I describe odd?

CF9 didn't behave this way on iis6.

On Wed, May 11, 2011 at 10:11 PM, Dave Watts dwa...@figleaf.com wrote:


  Anyone have any suggestions on how to set up CF9 with IIS7.5 so that is
 does
  not exhibit this crazy behavior?  I can't take every site down each time
 I
  make a change in IIS.

 You can configure each IIS virtual server individually with wsconfig.

 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/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344472
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-11 Thread Andrew Scott

Yes, this is a known issue.

What happens is that when you do it in this manner, you are telling
ColdFusion to run in IIS7 mode. The connectors don't install to all the
websites when you do this, what you need to do is add a connector to each
site individually.

This blog might shed some more insight.

http://www.andyscott.id.au/2011/3/29/Things-to-know-when-installing-ColdFusi
on-9-then-updating-to-901

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Robert Rhodes [mailto:rrhode...@gmail.com]
 Sent: Thursday, 12 May 2011 4:30 AM
 To: cf-talk
 Subject: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)
 
 
 Ok, I downloaded cf 9 and installed it on WIn2K8 R2 Web Server Edition.as
a
 standalone installation.
 
 I then ran the 9.01 updater and he 9.01 hotfix.
 
 Finally, I ran the webserver config tool and selected IIS all sites.
 
 Now when I load a cf template I get a 404.3 error and this message:
 
 HTTP Error 404.3 - Not Found
 The page you are requesting cannot be served because of the extension
 configuration. If the page is a script, add a handler. If the file should
be
 downloaded, add a MIME map.
 
 I am sure I did something wrong.  Any suggestions
 
 RR


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344475
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm