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:
+2
A:
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.
John Sheehan
2009-03-06 17:37:24
that's too bad you can't disable it, but oh well, it's not a deal breaker, just an annoyance.
dickeytk
2009-03-06 18:11:15
A:
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.
royatl
2009-03-06 17:50:55
I'll try and take a look at that, but the tooltip still shows the port number so it's available there.
dickeytk
2009-03-06 18:11:57