PC Review


Reply
Thread Tools Rate Thread

Applications unable to have own App Pools

 
 
Cameron.39@gmail.com
Guest
Posts: n/a
 
      7th Feb 2007
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!

 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      8th Feb 2007
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.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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!
>



 
Reply With Quote
 
C_P
Guest
Posts: n/a
 
      8th Feb 2007
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!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Unable to run aspnet applications M O J O Microsoft Dot NET 5 4th Nov 2004 01:44 PM
unable to open certain applications Kim Windows XP General 1 6th Jun 2004 01:11 PM
Unable to use certain applications =?Utf-8?B?eE1lbWNyeW5veA==?= Windows XP Help 0 12th Feb 2004 01:51 AM
unable to run applications BGA Windows XP General 0 31st Dec 2003 03:43 AM
Unable to d/l & install applications McCoy Windows XP Internet Explorer 0 18th Jul 2003 05:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:43 PM.