Hi All,<BR>I have a few questions which hopefully someone else can answer.<BR>I am using VS.NET Beta 2 to create my ASP.Net pages and am runing into some weird problems.<BR><BR>If my initial page is called "Index.aspx" I then create a subfolder called "News" then I try create a page in the folder called "Index.aspx" and I get the following<BR><BR>===============<BR>The file failed to load in the Web Form designer. Please correct the following error, then load it again: The designer could not be shown for this file because none of the classes within it can be designed.<BR>===============<BR><BR>My next problem is if I use a underscore or something like that in my filename I get a problem in the inherits section of the page tag like so.<BR><BR>===============<BR>Parser Error Message: 'Add_News.aspx' is not a valid type.<BR>===============<BR><BR>And finally . Only on some pages does my vb back end actually work, on my login page I have my client validated using the file login.aspx.vb and everything works fine but on my newindex page I try the most basic thing as in 'response.write("TTETE")' and I get nothing. Am I missing something really big and have just not noticed or is my package died on me?<BR><BR>Thanks,<BR>Gavin Mannion