Home - Forums-.NET - FlyTreeView (ASP.NET) - FlyTreeView & Apache 2.x

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

FlyTreeView & Apache 2.x
Link Posted: 14-Nov-2005 06:17
I have a win xp server with .Net Framework & Apache 2.0.50

I want to use the FlyTreeView 3.4 on it but the installation requires IIS. ("requires Internet information Services installed")
If I install IIS and if I don't run the service, do you think FTV could work with Apache    

Thx in advance.
MeuledoR
Link Posted: 14-Nov-2005 09:31
MeuledoR,
Do you think that ASP.NET application will run normally with Apache?

The FlyTreeView requires IIS in order to install its client runtime into websites root folders. Typically you need the only control assembly + client runtime files (located at /aspnet_client/ninerays... virtual folder of your site) and ASP.NET framework to process request to your pages.
Link Posted: 14-Nov-2005 22:20
[quote="EvgenyT"]MeuledoR,
Do you think that ASP.NET application will run normally with Apache?

Yes, that's not a problem




So the only problem might come from the client runtime files, isn't it?
Link Posted: 15-Nov-2005 00:12
There's no difference for client runtime files, because you should only copy them into the root folder of you ASP.NET site (like /aspnet_client/ninerays virtual folder) and that's it. These files are not processed by server and there's no difference for them wich server to use.
The bottleneck is a mono project that has some differences.
Link Posted: 15-Nov-2005 03:13
So I have installed IIS without running the service.
I have copied the aspnet_client folder into my site root.
I have just changed my ClientRuntimePath FTV's property & it's working with apache 2.0.50 + mod_aspnet  

THX for your help Evgeny