So is the grayed out tools only an issue for ASP pages, not ASP.NET? I’m reading all the solution ideas on StackOverflow regarding this issue, and I can’t get any of them to work.
My tools work great on ASP.NET pages, but I cannot get them to work for a classic ASP page…seems odd…
Anyone else running into this?
ASP is a completely different animal than ASP.NET, no code behind among (many, many, many) other things. Your controls aren’t going to work there.