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

Applications unable to have own App Pools

Hello,

I am currently running into a bug where I have two applications on the
same machine, using the same Identity, for the same web site. One
application (App1) accesses the other application (App2).
The issue is with the application pool. The objective is for each
application to have its own application pool.
However, when the applications are set to different application pools,
a 400 error occurs:
Error
The request failed with HTTP status 400: Bad Request.

It has been set up for both of them to use the same application pool
but with several other applications on the horizon, that is not a
solid solution.

Thank you in advance for your help!

Feb 7 '07 #1
2 1245
Each Application Pool is a separate process. You can't run 2 applications
with the same identity in separate processes. If you want to run the 2 apps
in separate Application Pools, you will have to use some form or remote
procedure call (Remoting or Web Services) for them to communicate.

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.

<Ca********@gmail.comwrote in message
news:11********************@m58g2000cwm.googlegrou ps.com...
Hello,

I am currently running into a bug where I have two applications on the
same machine, using the same Identity, for the same web site. One
application (App1) accesses the other application (App2).
The issue is with the application pool. The objective is for each
application to have its own application pool.
However, when the applications are set to different application pools,
a 400 error occurs:
Error
The request failed with HTTP status 400: Bad Request.

It has been set up for both of them to use the same application pool
but with several other applications on the horizon, that is not a
solid solution.

Thank you in advance for your help!

Feb 8 '07 #2
C_P
Kevin,

Thank you for your help!

I should clarify the issue.
I am getting an 400 error when one application is trying to access a
web service (on the same machine) in another application.
It will work only if they are in the same application pool.
I have multiple people have told me this *should* work and there seems
to be little documentation of this issue, so I'm a little lost on
this.

Thanks again for your help!

Feb 8 '07 #3

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

Similar topics

1
by: Jimmy | last post by:
Hi, I was trying to debug two different ASP.NET projects at the same time. But I was only able to debug one of them and I got the following error for the other one: "Unable to start debugging...
3
by: Arcot | last post by:
Hi Is it possible to debug 2 ASP.NET applications at the same time from a machine ? I had tried out in Win 2000 professional and also in win 2003 server. I end up getting this error message...
4
by: John Morgan | last post by:
I am using Visual Studio 2003 and have half a dozen applications running happily using ASP.NET 1.1 on my local network. Could someon assure me that if I upgrade to ASP.Net 2.0 then the existing...
6
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005 ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
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
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
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...

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.