Web Matrix to VS2003

S

Steve Miller

Is there an easy way to convert aspx pages created in Web Matrix over to
Visual Studio 2003? VS seems to like code behind; which is something that
isn't in Web Matrix. Any help would be greatly appreciated.
 
C

Cowboy \(Gregory A. Beamer\)

You can run the pages in VS.NET from WebMatrix. To convert to a CodeBehind
model completely, you will have to copy the functions you created over to
the CodeBehind file and make sure the pages are linked in the @ Page
directive.

The easiest method, IMHO is to create a new page for each page and copy your
code over from the old app. This way you do not have to create the @ Page
directive for each page, but rather copy the tags to the new ASPX and the
code to the CodeBehind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top