Russ, no, it still didn't work after disabled CF.

Nathan

-----Original Message-----
From: Russ Michaels [mailto:[email protected]] 
Sent: Saturday, October 29, 2011 5:33 AM
To: cf-talk
Subject: Re: runing CF and ASP.NET on the same web server (IIS 6)


does the ASP pages work if you disable CF on that site ?

On Sat, Oct 29, 2011 at 2:21 AM, Nathan Chen <[email protected]> wrote:
>
> Thank you, Russ, Lincoln, and Ben, for the replies.
>
> I thought it might have to do with the mapping handler but wasn't sure.
> I did according to Russ' solution on his site, and it didn't work so I
> also added *.aspx handler by pointing to this file
> C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
>
> but that didn't work either, still getting the same error. What else do
> I need to do?
>
> Nathan
>
>
>
> ________________________________
>
> From: Ben Conner [mailto:[email protected]]
> Sent: Wed 10/26/2011 8:48 PM
> To: [email protected]
> Cc: Nathan Chen
> Subject: Re: runing CF and ASP.NET on the same web server (IIS 6)
>
>
>
> Gosh.  I guess the mission-critical ASP sites I've been running on the same
> server as CF for years don't work then.  Good thing I found out.  ;-)
>
> Seriously, when properly configured, IIS will call the ASP engine just as it
> calls the CF engine at the appropriate time.  In fact, a single site can have
> both technologies deployed on it, intermixing pages from both.  It isn't 
> pretty,
> but it will work.
>
> --Ben
>
> On 10/26/2011 3:03 PM, Nathan Chen wrote:
>> Dave,
>>
>> Thank you. Have you run both CF and ASP.NET on the same sever?
>>
>> I am trying to install a web program that we bought from a
>> vendor(written in ASP.NET). After installation I encountered "http error
>> 404.17 - not found". I contacted the vendor and they said it would not
>> work if both are on the same web server. Here is what they said:
>>
>> ----------------------------------------
>> Cold Fusion is a web application framework that is installed on a web
>> server.  It allows a developer to build web sites using a simple set of
>> tools and those websites, instead of running directly on the web server,
>> run on top of the Cold Fusion components installed on the server.
>> ASP.NET is the basic web application framework built into Windows 2003
>> and Windows 2008 servers.  In IIS, there is a configuration file that
>> defines the basic settings of ASP.NET.  This configuration file (called
>> the "machine.config") is not to be tampered with generally.
>> Unfortunately, when Cold Fusion is installed, this configuration file is
>> altered drastically.  Several core sections in the file are removed or
>> changed and some new sections are added.  This renders most newer
>> ASP.NET web applications unable to run on the same server.  If these
>> sections in this machine.config file are put back to their default
>> state, then the ASP.NET applications will run just fine but Cold Fusion
>> will no longer function.
>> -----------------------------------------
>>
>> Nathan
>>
>> -----Original Message-----
>>
>> From: Dave Watts [mailto:[email protected]]
>> Sent: Wednesday, October 26, 2011 2:52 PM
>> To: cf-talk
>> Subject: Re: runing CF and ASP.NET on the same web server (IIS 6)
>>
>>
>>> If I set up a ASP.NET site along with my CF site under wwwroot, do I
>>> need to do anything special, or on separate port?
>> No, as long as CF is configured to use IIS. Of course, if either
>> application has resource contention issues, you might see them earlier
>> with both applications active.
>>
>> Dave Watts, CTO, Fig Leaf Software
>> http://www.figleaf.com/
>> http://training.figleaf.com/
>>
>> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
>> GSA Schedule, and provides the highest caliber vendor-authorized
>> instruction at our training centers, online, or onsite.
>>
>>
>>
>>
>
> 



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

Reply via email to