• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF9 IIS 7.5 Setting up Application Problem

Contributor ,
Aug 23, 2012 Aug 23, 2012

Copy link to clipboard

Copied

I currently an running CF 9.0 Enterprise Edition running on Windows 2003 Server R2 SP2 converting to CF 9.0.2 Enterprise edition running on Windows Server 2008 R2 SP1 with IIS 7.5.

I was able to successfully install and configure the cfadmin without issue.

My problem is now that when I try and access my web application (which resides within the same directory structure as the cfide folder).  I know it is not a permissions issue - I wouldn't be able to get to the administrator.

I have my web application or custom code set up as an 'application' as apposed to a virtual directory.  When I try to access the application via the website, I receive the following error:

500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.

And in IIS, under the application, I go to edit application, basic settings, I try to 'test settings' I get:

There was and error while performing this operation. Details:  invalid application path.

Which I know is wrong.  And I know that permissions are correct.  I've followed many instructions regarding the application pool settings and .Net without success.

I did see on one of the blogs that someone noted that you needed a virtual directory under the application - which is something that wasn't needed in previous versions.  I haven't been able to confirm that either. 

I could revert to the IIS 6.0 Manager, but I'd have to have it re-installed (they installed it and made it operational only for the SMTP server).

Any ideas?  I've spent about 20 hours working just on this . . .

Thanks.

Libby H.

Views

2.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Aug 28, 2012 Aug 28, 2012

After searching for a very long time, I came across an article on how to get some more information on errors.

In IIS 7.5, you can get detail errors for local request - errors that happen on the client side.

I went to my application directory in IIS, and opened up the 'Error Pages' selection.

From there, I selected the 500 error that I needed more information from.  I then right clicked on the error (500) and selected 'Edit Feature Settings'.

From the pop-up, selected 'Detailed errors for local reque

...

Votes

Translate

Translate
Explorer ,
Aug 23, 2012 Aug 23, 2012

Copy link to clipboard

Copied

I have my web application or custom code set up as an 'application' as apposed to a virtual directory.

I think this is the root of your troubles.   I'm not sure why you would set up a .Net application in IIS to point to your CF app, but I would start by deleting the IIS "application" you have set up, place the top level folder of your CF app directly beneath c:\inetpub\wwwroot in the file system (or wherever your IIS website is pointed to if not the default location), and start from there.  Maybe run the CF wsconfig tool again after you've removed the .Net stuff from your IIS config.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 28, 2012 Aug 28, 2012

Copy link to clipboard

Copied

LATEST

After searching for a very long time, I came across an article on how to get some more information on errors.

In IIS 7.5, you can get detail errors for local request - errors that happen on the client side.

I went to my application directory in IIS, and opened up the 'Error Pages' selection.

From there, I selected the 500 error that I needed more information from.  I then right clicked on the error (500) and selected 'Edit Feature Settings'.

From the pop-up, selected 'Detailed errors for local requests and customer error pages for remote requests'.  I clicked on OK, then stopped and re-started IIS.

When I next tried my application - I received detailed information!

Long story, but the point here is that the error I received while  'test settings'. - 'Details:  invalid application path.'

- I think is a false positive.  I sent me on a wild goose chase.  I had an application error (no kidding) that was easily fixed and was on my way. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation