473,408 Members | 1,762 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Coldfusion 8 disabling asp.net apps

SAL
Hopefully someone will have a clue as to what is happening here. In our
office, we have both ColdFusion and ASP.NET applications. One of our new
developers has been installing ColdFusion 8 on the servers and after the
install, a couple of my apps have been unreachable. IIS would report the NOT
Found error. The folders would still be there and it would still look like
it was an application viewing it in IIS. You just couldn't reach the app via
a broswer.
I've had to copy the apps to another folder, remove the app from IIS, delete
it and then recreate it to get stuff working again.

Anybody have any clue as to what might be cause a problem like this?

Thanks
SAL
Jul 1 '08 #1
7 1689
re:
!One of our new developers has been installing ColdFusion 8 on the servers
!and after the install, a couple of my apps have been unreachable.
!Anybody have any clue as to what might be cause a problem like this?

Have you reported this issue to ColdFusion support ?
What do they say about it ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"SAL" <SA*@nospam.nospamwrote in message news:uv**************@TK2MSFTNGP03.phx.gbl...
Hopefully someone will have a clue as to what is happening here. In our office, we have both ColdFusion and ASP.NET
applications. One of our new developers has been installing ColdFusion 8 on the servers and after the install, a
couple of my apps have been unreachable. IIS would report the NOT Found error. The folders would still be there and it
would still look like it was an application viewing it in IIS. You just couldn't reach the app via a broswer.
I've had to copy the apps to another folder, remove the app from IIS, delete it and then recreate it to get stuff
working again.

Anybody have any clue as to what might be cause a problem like this?

Thanks
SAL

Jul 1 '08 #2
SAL
Juan thanks for your response.

I have asked the developer to request ColdFusion support on this but was
hoping someone in this group might at least understand how this kind of
thing could happen.

S

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uv**************@TK2MSFTNGP04.phx.gbl...
re:
!One of our new developers has been installing ColdFusion 8 on the
servers
!and after the install, a couple of my apps have been unreachable.
!Anybody have any clue as to what might be cause a problem like this?

Have you reported this issue to ColdFusion support ?
What do they say about it ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"SAL" <SA*@nospam.nospamwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
>Hopefully someone will have a clue as to what is happening here. In our
office, we have both ColdFusion and ASP.NET applications. One of our new
developers has been installing ColdFusion 8 on the servers and after the
install, a couple of my apps have been unreachable. IIS would report the
NOT Found error. The folders would still be there and it would still look
like it was an application viewing it in IIS. You just couldn't reach the
app via a broswer.
I've had to copy the apps to another folder, remove the app from IIS,
delete it and then recreate it to get stuff working again.

Anybody have any clue as to what might be cause a problem like this?

Thanks
SAL


Jul 1 '08 #3
So you're saying that there are other ASP.Net apps that ARE working?
You might IIS for each of your non-working apps, to see if they might have
been stopped, or whether ASP.Net, for some reason is reset to an earlier
version.

David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"SAL" <SA*@nospam.nospamwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
Hopefully someone will have a clue as to what is happening here. In our
office, we have both ColdFusion and ASP.NET applications. One of our new
developers has been installing ColdFusion 8 on the servers and after the
install, a couple of my apps have been unreachable. IIS would report the
NOT Found error. The folders would still be there and it would still look
like it was an application viewing it in IIS. You just couldn't reach the
app via a broswer.
I've had to copy the apps to another folder, remove the app from IIS,
delete it and then recreate it to get stuff working again.

Anybody have any clue as to what might be cause a problem like this?

Thanks
SAL

Jul 1 '08 #4
SAL
There was one app that was unaffected, two that were not. I checked IIS for
the properties and the version was correct and all. I had to get rid of the
apps and redefine them to make them work again.

Seems odd that a ColdFusion install would do that but it did it on two
different servers.
S

"David Wier" <dw@dw.comwrote in message
news:e8**************@TK2MSFTNGP05.phx.gbl...
So you're saying that there are other ASP.Net apps that ARE working?
You might IIS for each of your non-working apps, to see if they might
have been stopped, or whether ASP.Net, for some reason is reset to an
earlier version.

David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with
no bloated markup
"SAL" <SA*@nospam.nospamwrote in message
news:uv**************@TK2MSFTNGP03.phx.gbl...
>Hopefully someone will have a clue as to what is happening here. In our
office, we have both ColdFusion and ASP.NET applications. One of our new
developers has been installing ColdFusion 8 on the servers and after the
install, a couple of my apps have been unreachable. IIS would report the
NOT Found error. The folders would still be there and it would still look
like it was an application viewing it in IIS. You just couldn't reach the
app via a broswer.
I've had to copy the apps to another folder, remove the app from IIS,
delete it and then recreate it to get stuff working again.

Anybody have any clue as to what might be cause a problem like this?

Thanks
SAL


Jul 1 '08 #5
Hi SAL,

As you mentioned that after installed coldfusion 8, it start reporting 404
not found error for ASP.NET pages, my first thought is that the
installation may have broken the application extensxion mapping (such as
those handler mapping for aspx, ascx ... extensions) in the IIS (SITE level
or virtual directory level).

I would first check the IIS application extension mappings for those
problem web application/site to see whether those ASP.NET specific
extensions/handlerr has been changed or removed.

#How to: Configure an HTTP Handler Extension in IIS
http://msdn.microsoft.com/en-us/library/bb515343.aspx

Also, the aspnet_regiis command line tool can help install script mapping
on a IIS site or a specified virtual path:

#ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn.microsoft.com/en-us/libr...8h(VS.80).aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "SAL" <SA*@nospam.nospam>
References: <uv**************@TK2MSFTNGP03.phx.gbl>
<uv**************@TK2MSFTNGP04.phx.gbl>
>Subject: Re: Coldfusion 8 disabling asp.net apps
Date: Tue, 1 Jul 2008 12:51:40 -0700
>
Juan thanks for your response.

I have asked the developer to request ColdFusion support on this but was
hoping someone in this group might at least understand how this kind of
thing could happen.

S

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uv**************@TK2MSFTNGP04.phx.gbl...
>re:
!One of our new developers has been installing ColdFusion 8 on the
servers
!and after the install, a couple of my apps have been unreachable.
!Anybody have any clue as to what might be cause a problem like this?

Have you reported this issue to ColdFusion support ?
What do they say about it ?



Jul 2 '08 #6
SAL
Steven,
thank you for your reply and support. One of the things I noticed after
having removed and re-created the applications was that version 1.1 of the
framework was selected even after I had specified the appPool created for
the app and the appPool had been configured with 2.0 version of the
framework.

If this happens again in the future I'll have more resources to check
through. Thanks again.

S

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Pn****************@TK2MSFTNGHUB02.phx.gbl...
Hi SAL,

As you mentioned that after installed coldfusion 8, it start reporting 404
not found error for ASP.NET pages, my first thought is that the
installation may have broken the application extensxion mapping (such as
those handler mapping for aspx, ascx ... extensions) in the IIS (SITE
level
or virtual directory level).

I would first check the IIS application extension mappings for those
problem web application/site to see whether those ASP.NET specific
extensions/handlerr has been changed or removed.

#How to: Configure an HTTP Handler Extension in IIS
http://msdn.microsoft.com/en-us/library/bb515343.aspx

Also, the aspnet_regiis command line tool can help install script mapping
on a IIS site or a specified virtual path:

#ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn.microsoft.com/en-us/libr...8h(VS.80).aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
>>From: "SAL" <SA*@nospam.nospam>
References: <uv**************@TK2MSFTNGP03.phx.gbl>
<uv**************@TK2MSFTNGP04.phx.gbl>
>>Subject: Re: Coldfusion 8 disabling asp.net apps
Date: Tue, 1 Jul 2008 12:51:40 -0700
>>
Juan thanks for your response.

I have asked the developer to request ColdFusion support on this but was
hoping someone in this group might at least understand how this kind of
thing could happen.

S

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uv**************@TK2MSFTNGP04.phx.gbl...
>>re:
!One of our new developers has been installing ColdFusion 8 on the
servers
!and after the install, a couple of my apps have been unreachable.
!Anybody have any clue as to what might be cause a problem like this?

Have you reported this issue to ColdFusion support ?
What do they say about it ?




Jul 2 '08 #7
Thanks for your followup and I'm glad that you've also got progress.

If there is anything else we can help in the future, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "SAL" <SA*@nospam.nospam>
References: <uv**************@TK2MSFTNGP03.phx.gbl>
<uv**************@TK2MSFTNGP04.phx.gbl>
<Oe**************@TK2MSFTNGP04.phx.gbl>
<Pn**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: Coldfusion 8 disabling asp.net apps
Date: Wed, 2 Jul 2008 10:08:59 -0700
>
Steven,
thank you for your reply and support. One of the things I noticed after
having removed and re-created the applications was that version 1.1 of the
framework was selected even after I had specified the appPool created for
the app and the appPool had been configured with 2.0 version of the
framework.

If this happens again in the future I'll have more resources to check
through. Thanks again.

S

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Pn****************@TK2MSFTNGHUB02.phx.gbl. ..
>Hi SAL,

As you mentioned that after installed coldfusion 8, it start reporting
404
>not found error for ASP.NET pages, my first thought is that the
installation may have broken the application extensxion mapping (such as
those handler mapping for aspx, ascx ... extensions) in the IIS (SITE
level
or virtual directory level).

I would first check the IIS application extension mappings for those
problem web application/site to see whether those ASP.NET specific
extensions/handlerr has been changed or removed.

#How to: Configure an HTTP Handler Extension in IIS
http://msdn.microsoft.com/en-us/library/bb515343.aspx

Also, the aspnet_regiis command line tool can help install script mapping
on a IIS site or a specified virtual path:

#ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn.microsoft.com/en-us/libr...8h(VS.80).aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Jul 3 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

60
by: English Teacher | last post by:
Which would be more useful to learn, PHP or COLDFUSION? I know Coldfusion is popular in the work force. Is PHP? Thanks!
16
by: worzel | last post by:
is python more popular than coldfusion? I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being...
4
by: William Fields | last post by:
Hello, I'm trying to find out more information about ColdFusion and could not find what I'm looking for on Macromedia's website. My question has more to do with what ColdFusion is and how web...
7
by: Alex | last post by:
Hi all, I've been writing in ColdFusion for about 6 years now, and now that we've installed a Sharepoint Portal Server I'm finding that I need to use ASP.Net to make database calls. I'm finding...
0
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion Watch this...
3
acoder
by: acoder | last post by:
How to Upload a File in Coldfusion Use the cffile tag for uploading files to the server. Note that allowing people to upload files is fraught with danger and only trusted users should be...
7
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion How to send...
2
by: quest007 | last post by:
Hi! I have configured IIS for coldfusion and when I access my coldfusion site through localhost, the pages are served as required. But if i ty to access it from a remote machine by specifying the IP...
106
by: bonneylake | last post by:
Hey Everyone, Well i don't know if my question should be in javascript/ajax or coldfusion, i figure this is more of a coldfusion question. But if this is in the wrong section let me know an all...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.