hi all,

I hosted my website in iis6 in windows server 2003 having one application pool running 2 w3wp.exe process.

problem i am facing, when one process exceeds is size Limit it is transferring to 2nd process while transforming it is taking long time and it is showing Time out Exception or Server Too Busy. Please provide me the solution how to handle this

you need to be more specific.

The prime cause is most likely that you are using threading, inappropriately.
Threading can cause a lot of unexpected locks that you wont find whilst testing on XP / VISTA / WIN7

try to minimize threading. and make sure that there are no code blocks that might run into a lock or infinite loop.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.