Hi,
I'm not able to get any UpdateProfileNotification message from Profile Manager when user's profile getting updated.
I have checked following things:
1. <SendNotifications> in ProfileManager.config. Its value is true.
2. The config details in Event.config is correct.
Also,
After sucessfully subcribed ProfileNotification using ProfileSubscriber tool, Profile Integrator Service is still not yet started. When i try to browse http://ProfileIntegrator30/ProfileIntegratorParticipant.ashx, getting Service Unavailable message. Here i've verified following things:
1. ProfileIntegrator30 is running under asp.net 2.0 in IIS
2. Application pool AppProfileIntegrator30 is also fine.
Rgs
Vasu

Profile Update Notification - Profile Manager
pinkybaby
In general when you get Service Unavailable error, please look in the eventlog for more detailed error information which 95% percent of time will provide some idea to solve the problem.
In this case, I believe the registration was not done using the right Eventing.config.
Thanks