Results 1 to 7 of 7

Thread: Creating ASPX file with Visual Studio .NET

  1. #1

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375

    Creating ASPX file with Visual Studio .NET

    Hi, sorry if this is a real stupid question BUT;

    I have recently installed Visual Studio .NET and thought I would make a nice simple ASPX file to find my feet so to speak.

    So I went start, programs, Microsoft Visual Studio.NET, Microsoft Studio.NET and I got the development environment up and running no problem.

    What I would like to know is how do I create a blank aspx file? If I go File, New, File I get three categories, General, VC++, Script.

    I can find a ASP template under scripting but there appears to be no ASPX file template. Even if I create a new file and then go save AS there is no ASPX file extension available.

    How do I create one?

    Thanks
    MarkusJ

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    To create a .aspx file, start a project - New - web application

    The form displayed (like we have in vb6) is actually named as a webform1.aspx. put whatever controls u want ...and hit f5 to see your first aspx page.

  3. #3

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Thanks for your help, is it possible to just create a new aspx file via VS.Net without starting a new project?

    Thanks
    Markus

  4. #4
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    You could always get Microsoft's Web Matrix Web Editor, which strictly does ASP.NET, its pretty cool and doesnt make all the usual VS.NET IDE Files.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  5. #5
    Junior Member
    Join Date
    May 2002
    Posts
    22
    And theres no harm in using notepad to write your
    applications.I just find this way you dont run into as many
    application\server bugs as if you were using the vb .net
    standard edition.
    tonyf

  6. #6
    Hyperactive Member SoftwareMaker's Avatar
    Join Date
    Mar 2001
    Location
    Elbonia with Dilbert and Wally
    Posts
    322
    And theres no harm in using notepad to write your
    applications.I just find this way you dont run into as many
    application\server bugs as if you were using the vb .net
    standard edition.
    Use notepad, its the best way to learn. altho its not as productive and fast creating a GUI application with controls

    You might want to use inline code to code your asp.net pages with notepad. Its faster.
    William T
    Software Architect / Chief Software Developer
    Softwaremaker.Net Pte Ltd
    http://www.Softwaremaker.net

    *** Things are always the darkest before they go pitch black ***

  7. #7

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Cool, thanks for the info
    Regards
    MarkusJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width