Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

web design in .NET???

Options
  • 27-10-2004 10:40am
    #1
    Moderators, Society & Culture Moderators Posts: 2,688 Mod ✭✭✭✭


    hi lads,

    just wondering as a .net developer, is it possible to design a website and have it hosted using ASP.NET???

    What are the requirements for this???

    Would it require users to have the .NET framework installed?

    Should i just use dreamweaver or frontpage instead?


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Asp.net will run on a Windows server under Internet Information Services. The server will have to have the .Net framwork installed. Users will only need a web browser but you may run into issues with server controls if they're not using IE.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Any hosting company offering windows hosting on server 2003 should be able to offer you asp.net
    If you aren't sure of what's available ask around:
    http://www.boards.ie/vbulletin/showthread.php?t=57012


  • Registered Users Posts: 78 ✭✭talos


    Should i just use dreamweaver or frontpage instead?

    you can start with Web Matrix


  • Registered Users Posts: 1,452 ✭✭✭tomED


    We have a site on www.blacknight.ie servers (www.seal-on.com)

    Runs perfectly!!!

    And webmatrix is a great FREE tool for developing .Net web applications :)


  • Registered Users Posts: 286 ✭✭fizzy


    tomED wrote:
    And webmatrix is a great FREE tool for developing .Net web applications :)

    be warned though that dreamweaver templates get destroyed if you bring em into webmatrix! so if you are designing using dreamweaver, you may be best off sticking with that for the .net development - the latest versions have special support for ASP.NET.

    also evil phil had a good point about users not using IE. some features of .NET e.g. validation controls behave differently based on the browser used to view the site. ASP.NET pages behave differently depending on whether the visitor has a "high level" or "low level" browser and - you've guessed it - the only high level one is IE :) so you would definitely need to take special care to test your site with other browsers to ensure it's still usable...


  • Advertisement
Advertisement