Hi
If I create a .aspx-page in Visual Studio and delete the html & body tags, then the .NET intellisense will stop working. Why is the html & body tags required to make the .NET intellisense work?
I have to remove the html & body tags because it is a RSS-feed I am creating and not a regular web page.
Just to clarify, it is the intellisense in the html source view that is not working. The intellisense in the code-behind view is working like it should.
Any help greatly appreciated.
Thanks in advance
M