how to edit aspx documents

  • Thread starter Thread starter Reg
  • Start date Start date
R

Reg

I know I have done this before in Visual Studio 2003. How do you edit an
aspx document, such as making a font change, and preview it?

Thank you.
 
In VS.NET 2005 you load it up, and you select either the "code view" or the
"design view" using tabs in the lower half of the screen. You can preview
the document either by saving to a webserver and viewing, or by using
VS.NET's built-in server. Right-click on the ASPX file, and choose "View in
Browser" from the context menu.

Is this helpful?

-KF
 

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

Back
Top