CF10 and IIS 7.5

2012-12-21 Thread Chad Gray

OK I figured out my permissions stuff from yesterday.

 

Here is a new one.

 

CFM files that are in subfolders of a web site I get an IIS 404 error.

 

http://Site.dev/test.cfm -- Works great

 

http://Site.dev/subfolder/test.cfm -- i get a 404

 

http://Site.dev/subfolder/test.html -- works great

 

CF use to be so easy to setup on IIS 5/6 now it is a complete pain in the butt!

 

Any ideas?

 

Thanks!

Chad



~|
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:353595
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 and IIS 7.5

2012-12-21 Thread Russ Michaels

to be clear these issues are nothing to do with ColdFusion, these are
problems on your server. ColdFusion has no control at all over server
permissions.
I would suggest to just start from scratch, create a new site in IIS, put a
test.cfm file in and make sure it works.
If it does, copy over the other site.
If you are just creating a site in the normal way with no custom
permissions or authentication then all you need is the folder where you are
storing your sites needs to have  IIS_IUSRS with Read, list and execute
permissions.
And if you are running a vanilla CF install, then the SYSTEM account needs
FULL access on that folder as well.
Just take a look at the c:\inetpub\wwwroot folder, these are the
permissions to copy.



On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray cg...@careyweb.com wrote:


 OK I figured out my permissions stuff from yesterday.



 Here is a new one.



 CFM files that are in subfolders of a web site I get an IIS 404 error.



 http://Site.dev/test.cfm -- Works great



 http://Site.dev/subfolder/test.cfm -- i get a 404



 http://Site.dev/subfolder/test.html -- works great



 CF use to be so easy to setup on IIS 5/6 now it is a complete pain in the
 butt!



 Any ideas?



 Thanks!

 Chad



 

~|
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:353596
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray

Thank for the feedback Russ.  I am just a little frustrated.

This is a new website in IIS.  I started from scratch now that I understand the 
changes in 7.5.  This document helped me go from IIS 5/6 to 7.
http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis

This new website is just a plane old setup.  The SYSTEM group has full 
permissions.  I also have IIS_IUSRS and IUSR with read/write.

Any ideas on how to debug why I am getting a 404 on subfolders for CFM files 
only?  I don't see anything in the IIS log files or CF log files.

I will give the server a reboot for luck.  :)

Thanks,
Chad


-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Friday, December 21, 2012 12:10 PM
To: cf-talk
Subject: Re: CF10 and IIS 7.5


to be clear these issues are nothing to do with ColdFusion, these are problems 
on your server. ColdFusion has no control at all over server permissions.
I would suggest to just start from scratch, create a new site in IIS, put a 
test.cfm file in and make sure it works.
If it does, copy over the other site.
If you are just creating a site in the normal way with no custom permissions or 
authentication then all you need is the folder where you are storing your sites 
needs to have  IIS_IUSRS with Read, list and execute permissions.
And if you are running a vanilla CF install, then the SYSTEM account needs FULL 
access on that folder as well.
Just take a look at the c:\inetpub\wwwroot folder, these are the permissions to 
copy.



On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray cg...@careyweb.com wrote:


 OK I figured out my permissions stuff from yesterday.



 Here is a new one.



 CFM files that are in subfolders of a web site I get an IIS 404 error.



 http://Site.dev/test.cfm -- Works great



 http://Site.dev/subfolder/test.cfm -- i get a 404



 http://Site.dev/subfolder/test.html -- works great



 CF use to be so easy to setup on IIS 5/6 now it is a complete pain in 
 the butt!



 Any ideas?



 Thanks!

 Chad



 



~|
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:353597
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 and IIS 7.5

2012-12-21 Thread Russ Michaels

check that the sub folder doesn't have different permissions. If you copied
it from elsewhere then it may have been copied with permissions intact.
If you feel like giving me access then I could take a look for you.


On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray cg...@careyweb.com wrote:


 Thank for the feedback Russ.  I am just a little frustrated.

 This is a new website in IIS.  I started from scratch now that I
 understand the changes in 7.5.  This document helped me go from IIS 5/6 to
 7.

 http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis

 This new website is just a plane old setup.  The SYSTEM group has full
 permissions.  I also have IIS_IUSRS and IUSR with read/write.

 Any ideas on how to debug why I am getting a 404 on subfolders for CFM
 files only?  I don't see anything in the IIS log files or CF log files.

 I will give the server a reboot for luck.  :)

 Thanks,
 Chad


 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Friday, December 21, 2012 12:10 PM
 To: cf-talk
 Subject: Re: CF10 and IIS 7.5


 to be clear these issues are nothing to do with ColdFusion, these are
 problems on your server. ColdFusion has no control at all over server
 permissions.
 I would suggest to just start from scratch, create a new site in IIS, put
 a test.cfm file in and make sure it works.
 If it does, copy over the other site.
 If you are just creating a site in the normal way with no custom
 permissions or authentication then all you need is the folder where you are
 storing your sites needs to have  IIS_IUSRS with Read, list and execute
 permissions.
 And if you are running a vanilla CF install, then the SYSTEM account needs
 FULL access on that folder as well.
 Just take a look at the c:\inetpub\wwwroot folder, these are the
 permissions to copy.



 On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray cg...@careyweb.com wrote:

 
  OK I figured out my permissions stuff from yesterday.
 
 
 
  Here is a new one.
 
 
 
  CFM files that are in subfolders of a web site I get an IIS 404 error.
 
 
 
  http://Site.dev/test.cfm -- Works great
 
 
 
  http://Site.dev/subfolder/test.cfm -- i get a 404
 
 
 
  http://Site.dev/subfolder/test.html -- works great
 
 
 
  CF use to be so easy to setup on IIS 5/6 now it is a complete pain in
  the butt!
 
 
 
  Any ideas?
 
 
 
  Thanks!
 
  Chad
 
 
 
 



 

~|
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:353598
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray

The folders are inheriting the same permissions as the root.

It is a virtual machine so I am thinking about wiping it out and starting over. 
 I understand more about the whole process now and I probably threw some switch 
I should not have.

Hmm I just noticed something else.  Only index.cfm files are running on the 
root of the website.

http://Site.dev/test.cfm -- i get a 404
http://Site.dev/index.cfm -- works



-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Friday, December 21, 2012 12:26 PM
To: cf-talk
Subject: Re: CF10 and IIS 7.5


check that the sub folder doesn't have different permissions. If you copied it 
from elsewhere then it may have been copied with permissions intact.
If you feel like giving me access then I could take a look for you.


On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray cg...@careyweb.com wrote:


 Thank for the feedback Russ.  I am just a little frustrated.

 This is a new website in IIS.  I started from scratch now that I 
 understand the changes in 7.5.  This document helped me go from IIS 
 5/6 to 7.

 http://www.iis.net/learn/get-started/planning-for-security/understandi
 ng-built-in-user-and-group-accounts-in-iis

 This new website is just a plane old setup.  The SYSTEM group has full 
 permissions.  I also have IIS_IUSRS and IUSR with read/write.

 Any ideas on how to debug why I am getting a 404 on subfolders for CFM 
 files only?  I don't see anything in the IIS log files or CF log files.

 I will give the server a reboot for luck.  :)

 Thanks,
 Chad


 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Friday, December 21, 2012 12:10 PM
 To: cf-talk
 Subject: Re: CF10 and IIS 7.5


 to be clear these issues are nothing to do with ColdFusion, these are 
 problems on your server. ColdFusion has no control at all over server 
 permissions.
 I would suggest to just start from scratch, create a new site in IIS, 
 put a test.cfm file in and make sure it works.
 If it does, copy over the other site.
 If you are just creating a site in the normal way with no custom 
 permissions or authentication then all you need is the folder where 
 you are storing your sites needs to have  IIS_IUSRS with Read, list 
 and execute permissions.
 And if you are running a vanilla CF install, then the SYSTEM account 
 needs FULL access on that folder as well.
 Just take a look at the c:\inetpub\wwwroot folder, these are the 
 permissions to copy.



 On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray cg...@careyweb.com wrote:

 
  OK I figured out my permissions stuff from yesterday.
 
 
 
  Here is a new one.
 
 
 
  CFM files that are in subfolders of a web site I get an IIS 404 error.
 
 
 
  http://Site.dev/test.cfm -- Works great
 
 
 
  http://Site.dev/subfolder/test.cfm -- i get a 404
 
 
 
  http://Site.dev/subfolder/test.html -- works great
 
 
 
  CF use to be so easy to setup on IIS 5/6 now it is a complete pain 
  in the butt!
 
 
 
  Any ideas?
 
 
 
  Thanks!
 
  Chad
 
 
 
 



 



~|
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:353599
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray

I think it is the Jakarta and CFIDE virtual folders...  I forgot about those.



-Original Message-
From: Chad Gray [mailto:cg...@careyweb.com] 
Sent: Friday, December 21, 2012 12:38 PM
To: cf-talk
Subject: RE: CF10 and IIS 7.5


The folders are inheriting the same permissions as the root.

It is a virtual machine so I am thinking about wiping it out and starting over. 
 I understand more about the whole process now and I probably threw some switch 
I should not have.

Hmm I just noticed something else.  Only index.cfm files are running on the 
root of the website.

http://Site.dev/test.cfm -- i get a 404 http://Site.dev/index.cfm -- works



-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk]
Sent: Friday, December 21, 2012 12:26 PM
To: cf-talk
Subject: Re: CF10 and IIS 7.5


check that the sub folder doesn't have different permissions. If you copied it 
from elsewhere then it may have been copied with permissions intact.
If you feel like giving me access then I could take a look for you.


On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray cg...@careyweb.com wrote:


 Thank for the feedback Russ.  I am just a little frustrated.

 This is a new website in IIS.  I started from scratch now that I 
 understand the changes in 7.5.  This document helped me go from IIS 
 5/6 to 7.

 http://www.iis.net/learn/get-started/planning-for-security/understandi
 ng-built-in-user-and-group-accounts-in-iis

 This new website is just a plane old setup.  The SYSTEM group has full 
 permissions.  I also have IIS_IUSRS and IUSR with read/write.

 Any ideas on how to debug why I am getting a 404 on subfolders for CFM 
 files only?  I don't see anything in the IIS log files or CF log files.

 I will give the server a reboot for luck.  :)

 Thanks,
 Chad


 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Friday, December 21, 2012 12:10 PM
 To: cf-talk
 Subject: Re: CF10 and IIS 7.5


 to be clear these issues are nothing to do with ColdFusion, these are 
 problems on your server. ColdFusion has no control at all over server 
 permissions.
 I would suggest to just start from scratch, create a new site in IIS, 
 put a test.cfm file in and make sure it works.
 If it does, copy over the other site.
 If you are just creating a site in the normal way with no custom 
 permissions or authentication then all you need is the folder where 
 you are storing your sites needs to have  IIS_IUSRS with Read, list 
 and execute permissions.
 And if you are running a vanilla CF install, then the SYSTEM account 
 needs FULL access on that folder as well.
 Just take a look at the c:\inetpub\wwwroot folder, these are the 
 permissions to copy.



 On Fri, Dec 21, 2012 at 4:59 PM, Chad Gray cg...@careyweb.com wrote:

 
  OK I figured out my permissions stuff from yesterday.
 
 
 
  Here is a new one.
 
 
 
  CFM files that are in subfolders of a web site I get an IIS 404 error.
 
 
 
  http://Site.dev/test.cfm -- Works great
 
 
 
  http://Site.dev/subfolder/test.cfm -- i get a 404
 
 
 
  http://Site.dev/subfolder/test.html -- works great
 
 
 
  CF use to be so easy to setup on IIS 5/6 now it is a complete pain 
  in the butt!
 
 
 
  Any ideas?
 
 
 
  Thanks!
 
  Chad
 
 
 
 



 





~|
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:353600
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray

Ya adding the Jakarta virtual folder fixed it.

Is the CF web server configuration tool supposed to make these virtual folders 
in IIS?  Because mine does not.  It makes these folders when I run it, but does 
not make virtual folders in IIS.

C:\ColdFusion10\config\wsconfig\1
C:\ColdFusion10\config\wsconfig\2
C:\ColdFusion10\config\wsconfig\3


-Original Message-
From: Chad Gray [mailto:cg...@careyweb.com] 
Sent: Friday, December 21, 2012 12:41 PM
To: cf-talk
Subject: RE: CF10 and IIS 7.5


I think it is the Jakarta and CFIDE virtual folders...  I forgot about those.





~|
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:353601
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF10 and IIS 7.5

2012-12-21 Thread Russ Michaels

Those are the connectors.
I forgot about jakarta as not using cf10, but the web config tool never
created the cfide either, so I suspect it may not create hakarta.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Dec 21, 2012 5:59 PM, Chad Gray cg...@careyweb.com wrote:


 Ya adding the Jakarta virtual folder fixed it.

 Is the CF web server configuration tool supposed to make these virtual
 folders in IIS?  Because mine does not.  It makes these folders when I run
 it, but does not make virtual folders in IIS.

 C:\ColdFusion10\config\wsconfig\1
 C:\ColdFusion10\config\wsconfig\2
 C:\ColdFusion10\config\wsconfig\3


 -Original Message-
 From: Chad Gray [mailto:cg...@careyweb.com]
 Sent: Friday, December 21, 2012 12:41 PM
 To: cf-talk
 Subject: RE: CF10 and IIS 7.5


 I think it is the Jakarta and CFIDE virtual folders...  I forgot about
 those.





 

~|
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:353602
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF10 styling cftooltip?

2012-12-21 Thread Stephen Hait

I'm looking for an example of specifying style info for a cftooltip. I'd
like to specify a class in a style sheet and reference that from the
cftooltip tag. If that's not possible, how else can I go about this?

Thanks,
Stephen


~|
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:353603
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm