Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have implement windows notifyicon in asp.net,it is working fine in local system .
But when i host it in iis server notifyicon is not working.Kindly give me the solution.
Posted
Comments
Jephunneh Malazarte 19-Jan-12 6:23am    
are you referring to a builtin icon?

1 solution

It can't work in a client system because anything in your code behind is running on the server, and not the client.
There may be a way to do this on the client side using ajax, but I haven't tried it myself and I think it uses telerik third party stuff. http://demos.telerik.com/aspnet-ajax/notification/examples/clientsideevents/defaultcs.aspx[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 19-Jan-12 19:19pm    
Here we go again... my 5.
--SA

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