I tried to copy a working website to a new file so I could create a new website based on the original. Visual Studio decided it would tell me the project copied but just contine to work on the old project instead of changing the new one.....anyway....I
managed to restore just about everything (I hadn't made too many changes) except one page gives me the error:
'First_Site.WebForm2' is not allowed here because it does not extend class 'System.Web.UI.Page'.
I'm not sure what that means. I'm not even sure why I'm inheriting something...
Go to the complete details ...