.NET Framework Bookmark and Share   
 index > .NET Framework Setup > First website visual web developer
 

First website visual web developer

Hi everyone

This is a very stupid question, despite working on many websites at the front end. Now wanting to build my own site, I have designed the site, but was wondering if my pages have to be added as html pages, or .aspx pages? What is default.aspx, thought this was the homepage?

The other question is, I would like to have one navigation and one footer, meaning that I dont want to repeat these elements on seperate pages, a template I suppose but is there a specific way to do this? Have just built a site, but navigationand footer is oneach seperate page (small site :)

Lastly, can anyone recommend a good asp.net webhost, I have worked with crystal tech in the past and were very good, but my site is mainly a portfolio site so want a basic/mid range package . Any suggestions?

Thanks alot

Paul

  • Changed TypepaulRees Wednesday, September 16, 2009 8:58 PMgrammar
  •  

All Replies

  • Thursday, September 17, 2009 4:08 PMThiago Valença Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    In asp.net the extension of the pages are .aspx.

    The default.aspx is a default created page, but you don´t need a page with this name , if you want another one, just create a new webform and right clicking select "Set as start page" and then this page will be your default page. ( Don´t forget to configure in IIS )

    If you don´t want repeat the codes, create a masterpage with the asp code you don´t want to repeat.

    On the add new item:
    If you´re working with web site, choose Web Form and flag the option "select a master page"
    if you´re working with web application, choose the option "web content Form" and then select your master page.

    about host, sorry, this question i don´t know how to answer you.

    your page will appear inside the ContentPlaceHolder tag when renderized.

paulRees
Thank you for Thiago's kindly help.

Hi Paul,

Thiago has posted some good suggestions for you.

Some helpful introduction and tutorial about ASP.NET:
http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx
http://quickstarts.asp.net/QuickStartv20/aspnet/
Good tutorial videos:
http://www.asp.net/learn/videos/
http://weblogs.asp.net/scottgu/archive/2006/02/26/439088.aspx

If you have any issue during website development, you could post your thread on ASP.NET Forum. You will get moreuseful help there.

Hope you will develop a wonderful website. :)

Have a good weekend!

Best regards,
Yichun Chen
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
YiChun Chen

You can use google to search for other answers

Custom Search

More Threads

• .net 3.0 assemblies referenced in a .net 2.0 install
• Silent Install of .NET Framework V3.0
• .Net Framework 3.5 Sp1 setup alone without 2.0,3.0 etc
• Error 25015 while installing .NET Framework 2.0
• Error in using .Net Framework 2.0
• .Net framework 2.0 on windows XP Embedded
• Need Direct .NET Download Paths
• IIS 5 with ASP.net 2
• How to run batch file (*.bat) during the deployment procedure?
• Error uninstalling .net Framework 3.0