Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Coldfusion 8 disabling asp.net apps

Reply
Thread Tools

Coldfusion 8 disabling asp.net apps

 
 
SAL
Guest
Posts: n/a
 
      07-01-2008
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


 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      07-01-2008
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" <> wrote in message news:...
> 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
>



 
Reply With Quote
 
 
 
 
SAL
Guest
Posts: n/a
 
      07-01-2008
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" <> wrote in message
news:...
> 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" <> wrote in message
> news:...
>> 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
>>

>
>



 
Reply With Quote
 
David Wier
Guest
Posts: n/a
 
      07-01-2008
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" <> wrote in message
news:...
> 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
>



 
Reply With Quote
 
SAL
Guest
Posts: n/a
 
      07-01-2008
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" <> wrote in message
news:...
> 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" <> wrote in message
> news:...
>> 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
>>

>
>



 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      07-02-2008
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:
.

==================================================
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" <>
>References: <>

<>
>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" <> wrote in message
>news:...
>> 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 ?
>>
>>
>>
>>

>
>
>


 
Reply With Quote
 
SAL
Guest
Posts: n/a
 
      07-02-2008
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]" <> wrote in message
newsnIu%...
> 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:
> .
>
> ==================================================
> 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" <>
>>References: <>

> <>
>>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" <> wrote in message
>>news:...
>>> 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 ?
>>>
>>>
>>>
>>>

>>
>>
>>

>



 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      07-03-2008
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:
.

==================================================
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" <>
>References: <>

<>
<Oe$>
<PnIu#>
>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]" <> wrote in message
>newsnIu%. ..
>> 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
>>
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti london1919 MCTS 1 12-08-2008 03:16 PM
Which do you prefer? MCTS: Web Apps or MCTS: Windows Apps? Willy David Jr MCTS 3 01-09-2007 05:49 AM
Top 3 firewalls, anti-virus apps, anti-spyware apps The Master of The Known Universe Computer Support 10 05-12-2006 11:00 PM
Running python apps from within python apps aph Python 4 01-14-2006 04:06 PM
Call windows apps from web apps anonymous ASP .Net Datagrid Control 4 02-28-2005 01:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57