Reputation: 59
I am using VS 2008 WebDeveloper Express edition. And i'm developing a little aplication, in which i would like to use Performance Counters. So i went reading a couple of articles, and i found this one. However in the Figure 1, it shows a window that i don't have. I reseted all the the windows in the WebDeveloper, and i searched in the View and Window menu... but i didn't find that menu!
Does VS WebDeveloper 2008 Express edition even have that window? And how can i get it?
Upvotes: 0
Views: 459
Reputation: 1712
No, the VS 2008 WebDeveloper Express edition does not have the Server explorer window, instead it has the database explorer window which is more limited that the Server explorer. This is an intentional limitation of the IDE.
Furthermore the IDE will only work with local data sources and read-only remote connections.
You have a few options, e.g.
Upvotes: 2