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

Can't view my page in browser

Community Beginner ,
Sep 24, 2008 Sep 24, 2008
For some reason when I try to open my application, the index.cfm showing up on the editor instead the application page itself.
The url is correct, as a matter of fact, 6 months ago the url is working but now it opens in the editor.
No matter what I tried, including uninstalled and re-installed CF admin, the problem persist. can anyone offer some help?
TOPICS
Getting started
587
Translate
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
Engaged ,
Sep 24, 2008 Sep 24, 2008
What web server are you using?
Translate
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
Community Beginner ,
Sep 24, 2008 Sep 24, 2008
I'm using CFMX 6 and IIS
Translate
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
LEGEND ,
Sep 24, 2008 Sep 24, 2008
not without more info:
- which CF version?
- which web server?
- which OS?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
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
Participant ,
Sep 24, 2008 Sep 24, 2008
Hi,

If IIS gets a request for a cfm page from a browser, it tries to give it to the CF server for processing and return the result to the browser. If that connection is not working then it will return the unprocessed page to the browser which tries to open it instead of displaying it.

Is your CF Server started (services manager)?

Cheers
fober
Translate
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
Community Expert ,
Sep 27, 2008 Sep 27, 2008
LATEST
Alecken,
1) Run the Web Server Configuration Tool [{CF_installation_dir}\runtime\bin\wsconfig.exe] and use it to add IIS.
2) Configure IIS for Coldfusion

Translate
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