I'm just getting started with the ASP.NET 1.0 professional book. I have installed the .NET SDK and SDK samples. I wanted to load the personal portal example site into VS.NET to be able to make changes. How does one go about loading and editing ASP.NET SDK example sites in Visual Studio .NET? It seems that the ASP.NET SDK samples don't use code behind and VS.NET does. I understand there is no VS.NET project definition for ASP.NET SDK examples. What I did was to create a blank
VB.NET ASP.NET project and start importing the files but when I import a Default.aspx I can't import the corresponding Default.
vb, it should be named default.aspx.
vb. Is there a way to import this personal portal site into VS.NET?
Thanks
Rick