R
Rick Lemons
Excuse my ignorance, but I don't understand the Inherits= parameter that
gets stuffed into the @Page directive. I have several old asp sites that I
maintain using Visual Interdev 6.0. I want to start using Visual Studio.Net.
When I open a new project in Visual Studio.Net pointing to the existing site
(let's say "www.xxxxx.com") and create new aspx pages, I get an Inherits=
parameter in the @Page directive that looks like
'Inherits="www.xxxxx.com.webform1"'. If I create a new folder off the root
folder using Visual Studio.Net (let's say "test") then create a new Web Form
in that folder, I get an 'Inherits="www.xxxxx.com.test"' stuffed into the
@Page directive. The page cannot be delivered until I remove this parameter
but Visual Studio.Net keeps putting it back.
What is this and how do I adapt it to allow me to slowly convert to .Net on
existing sites?
Thanks.
gets stuffed into the @Page directive. I have several old asp sites that I
maintain using Visual Interdev 6.0. I want to start using Visual Studio.Net.
When I open a new project in Visual Studio.Net pointing to the existing site
(let's say "www.xxxxx.com") and create new aspx pages, I get an Inherits=
parameter in the @Page directive that looks like
'Inherits="www.xxxxx.com.webform1"'. If I create a new folder off the root
folder using Visual Studio.Net (let's say "test") then create a new Web Form
in that folder, I get an 'Inherits="www.xxxxx.com.test"' stuffed into the
@Page directive. The page cannot be delivered until I remove this parameter
but Visual Studio.Net keeps putting it back.
What is this and how do I adapt it to allow me to slowly convert to .Net on
existing sites?
Thanks.