473,417 Members | 1,626 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,417 software developers and data experts.

asp.net integration with apache php ??

Hi to everyone.

In our firm intranet we decided to move from PHP to ASP.NET and my task
is to integrate old PHP services (apache on linux) with new server (IIS).

All our php services are in folowing form:
- header with menu
- body
- footer

And what we want to achieve is to introduce asp.net in a such way so
that our user will:
- don't see differences in GUI layout
- don't see differences in url

and additionally we don't want to remember that we need to update old
server when new service is added - so apache should be configured once
and thats it.

My idea how this could be done is to force IIS/ASP.NET to redirect all
requests for concrete services to old server, but not through normal
redirection (remember we don't want url changes). IIS should behave like
proxy. Each request for old php page should work something like this:

- request for http://iis_server/concrete_service/file.php (client)
- header is generated(IIS/ASP.NET)
- request is sent to apache(IIS/ASP.NET)
- apache generate only page body
- header, generated body and footer is sent to client(IIS/ASP.NET)

for all new services iis should run asp.net files (i.e.
http://iis_server/new_concrete_service/file.aspx)

Because of generated header it can't be done with isapi extension - but
maybe I'm wrong. Additional difficulty is authenticaton which can be
done by normal credentials, or by client certificates for some services.
Any one has any idea is it possible ??
How ??
Links, Examples (maybe similar situation with asp.net and asp
applications)??

Remigiusz Samosiuk
Nov 19 '05 #1
0 1670

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

Similar topics

7
by: Alexandr Molochnikov | last post by:
Hello, I've spent a few days trying to get Apache and Tomcat work together via JK module. First I followed the following HOWTO link: http://www.johnturner.com/howto/winxp-howto.html and...
1
by: Joseph | last post by:
I was wondering if anyone can suggest a method for calling Perl functions in JSP. Thanx
0
by: Stylus Studio | last post by:
DataDirect XQuery(TM) is the First Embeddable Component for XQuery That is Modeled after the XQuery API for Java(TM) (XQJ) BEDFORD, Mass.--Sept. 20, 2005--DataDirect Technologies...
1
by: mikieg_99 | last post by:
Hi, One of our clients has a PHP site, running on Apache on redhat. We'd like to integrate asp.net web forms, hosted on another server, into the php site. Obviously it's possible with...
1
by: bashustbiju | last post by:
Hi Please some one help for configuring apache to use python scripts I made some changes. the index.py script contains the entry from mod_python import apache from mod_python import...
1
by: YellowfinTeam | last post by:
Marketplace: Yellowfin reporting 3.1 with BIRT Integration Yellowfin is proud to announce the release of 3.1. The major theme of this release is enhanced integration capability. We have...
3
by: stien | last post by:
Hi, I'm looking for someon who can help me with a problem with the php/java integration...It just won't work.. Here are some data to describe the software/system I'm working with:...
3
by: rmompo | last post by:
Hi, im new at Python and i'm having problems putting it online. this is the plataform: Windows XP Professional SP2 Apache/2.2.4 (Win32)...
0
ak1dnar
by: ak1dnar | last post by:
Hi Guys, I am using a virtual private server which runs Linux OS in it. On the server Apache and Tomcat has installed and to the best of my knowledge mod_jk also installed and working perfectly. In...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.