Reputation: 5034
Is there a way to disable that annoying balloon notification that pops up when you start an asp.net application? Here's a picture of what I'm talking about:
http://i41.tinypic.com/2prd3b7.png
Upvotes: 9
Views: 924
Reputation: 336
You could go look through the Cassini source code and see what triggers that (the "ASP.NET Development Server" in VS is still based on the old Cassini web server).
Besides, I wouldn't stop the popup, because you may need to note the port number sometime.
Upvotes: 0
Reputation: 78132
I looked through the VS and built-in server settings and don't see anyway to disable it so I don't believe it is possible. You could disable ALL balloon tips instead.
Upvotes: 4