Results 1 to 12 of 12

Thread: good applicating for developing aspx.net pages

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    good applicating for developing aspx.net pages

    What program would you reccommend to develop aspx.net pages? I have been using dreamweaver but i am a little annoyed that there is no Intellisense.
    Last edited by brendan6; Mar 25th, 2007 at 09:45 PM.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: good applicating for developing aspx.net pages

    MS Visual Web Developer 2005 Express Edition.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: good applicating for developing aspx.net pages

    Visual Studio 2003/2005

    Dreamweaver is something to avoid like the plague AND SARS when it comes to ASP.NET development.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    Re: good applicating for developing aspx.net pages

    Quote Originally Posted by mendhak
    Visual Studio 2003/2005

    Dreamweaver is something to avoid like the plague AND SARS when it comes to ASP.NET development.
    How do i do it with Visual Studio...i don't see an option for creating ASP pages.

    And on a side note...what is it with Dreamweaver? I too had the same feeling about it when i started using it but a teacher of mind talked me out of it and convinced me basically thats its the best thing since sliced bread. I always used to use GoLive and only recently switched over? What WYSIWYG web development application do you use?

  5. #5
    Addicted Member
    Join Date
    Dec 2004
    Posts
    143

    Re: good applicating for developing aspx.net pages

    Personally I hand code my pages.

    I find it gives me greater flexibility and control.

    Although I do use DW for designing complicated table layouts and then copy that in to my html code. It saves a lot of time.

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: good applicating for developing aspx.net pages

    Quote Originally Posted by brendan6
    How do i do it with Visual Studio...i don't see an option for creating ASP pages.

    And on a side note...what is it with Dreamweaver? I too had the same feeling about it when i started using it but a teacher of mind talked me out of it and convinced me basically thats its the best thing since sliced bread. I always used to use GoLive and only recently switched over? What WYSIWYG web development application do you use?
    Create a new web project. ASP.NET applications run as web projects.

    The reason your teacher recommended Dreamweaver is because DW is great it comes to designing the actual pages, creating styles and layouts. Visual Studio does not have a very good designer. It's quite basic. However, when one becomes experienced with web design, they tend to start doing a lot of the design by hand, which gives them a greater deal of control over the layout.

    As a result, DW is something that would be suited to amateurs in ASP.NET web development. So your teacher is correct in his or her own limited view of the world of .NET development. But in the overall sense, your teacher is an amateur and is wrong.

    I personally use notepad but you don't have to jump straight to notepad and start hacking your way there. I would recommend:

    Design page layout in Dreamweaver.
    Once CSS and HTML are created, create a new Web Project in Visual Studio and paste the CSS + HTML into your pages there. Then start modifying and using ASP.NET controls.

    Later, when you are more serious about web development, ditch DW and use Visual Studio or notepad to create your pages.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    Re: good applicating for developing aspx.net pages

    Web projects does not appear on my "Create New" page. Only:
    • Windows Application
    • Class Library
    • Console Application
    • Windows Control Library
    • Web Control Library
    • Windows Service
    • Empty Project
    • Crystal Reports Application
    Attached Images Attached Images  

  8. #8
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: good applicating for developing aspx.net pages

    File->new website.

    However, I do have web sites on my menu. What ver of studio are you using?

    expression and share point designer both support asp dev as well.

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: good applicating for developing aspx.net pages

    If you are running the Express version then you also need to download and run Visual Web Developer as mentioned by mendhak.

    If you are running Visual Studio Standard, Pro, or above then you should see the option to either create or open a web project on the VS start page. If not then you may not have installed the ASP.NET web apps application. Just rerun the VS.NET installation and select the ASP.NET feature.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    Re: good applicating for developing aspx.net pages

    File > New Website works! Thanks!

  11. #11
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: good applicating for developing aspx.net pages

    Good luck. Let us know of your progress. Don't trouble your teacher by defying him/her though. They don't take kindly to it.

  12. #12

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Location
    Toronto, ON
    Posts
    117

    Re: good applicating for developing aspx.net pages

    Hahah...i wont defy you guys then, ill stick with visual studio :P

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