Click here to Skip to main content
15,881,819 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm having a problem that is killing me for two days.
The problem is that I have to configure two reports (ColdFusion+DotNet) on IIS (Server 2008, V7.5) such that they work on seperate application pool. But if I configure such in such that way I get an error

"HTTP Error 403.18 - Forbidden

The specified request cannot be processed in the application pool that is configured for this resource on the Web server".

But this is solved if I put the application on the same pool as default website,but then the second application and the first would be on the same app pool.

I also noticed that this problem doesn't occur on windows server 2003 IIS.

I also tried isolating my application away from inetpub,that din work too

Why is this happening?
Posted
Updated 4-Oct-13 1:05am
v2
Comments
ZurdoDev 4-Oct-13 7:18am    
You would have to look at the settings for that app pool. Something about it is likely not right. For example, what version of .Net? Are 32 bit apps enabled?
Selva Kumar 4-Oct-13 7:24am    
.Net Version = 2.0;
32bit apps are enabled
ZurdoDev 4-Oct-13 7:33am    
Yes, but you'll have to figure out what settings you need to make it work. Unless someone has had the same problem it is unlikely we can help you. It would just be guessing.
Selva Kumar 4-Oct-13 7:49am    
Should the default websites app pool and my applications app pool should be the same?

For the Application pool you created check in the Advanced Settings to see if you have specified any username & password or has selected Built in Account option.

If you have specified any username & password please verify the credentials
 
Share this answer
 
Comments
Selva Kumar 4-Oct-13 7:48am    
Nope,identity is local system
I had same issue in win2008/iis7.5, found reason to be the inclusion of a period in the alias name of the application (ie this.failed) Once the period was removed, everything worked correctly. This was not an issue on win7/iis7
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900