1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Does the IIS5.1 support asp.net

Discussion in 'C#' started by alanX, Jun 12, 2006.

  1. #1
    hi:
    i want to know if the IIS5.1 supports asp.net. The .aspx file does not work?
     
    alanX, Jun 12, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    I am not good in .NET, but as much as I know it does not support .aspx files. I think you need Microsoft Visual Studio for that.
     
    ludwig, Jun 12, 2006 IP
  3. benjymouse

    benjymouse Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It fully supports asp.net, both 1.x and 2.0. You need to install the .NET Framework (downloadable from MS).
     
    benjymouse, Jun 14, 2006 IP
  4. benjymouse

    benjymouse Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Visual Studio is not needed at all. Visual Studio is a (recommended) development tool which will speed up development. You can develop asp.net sites in notepad.
     
    benjymouse, Jun 14, 2006 IP
  5. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #5
    you can develop it withanything but you can't run it
     
    ludwig, Jun 14, 2006 IP
  6. benjymouse

    benjymouse Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Of course you can run it. You only need the .NET Framework for that. Just download it and install it, and you'll serve up any asp.net page.

    You do not need Visual Studio to run .NET and/or ASP.NET. You certainly should not install Visual Studio on a production server.
     
    benjymouse, Jun 15, 2006 IP
  7. benjymouse

    benjymouse Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    - and Visual Studio 2005 Express Edition is free (as in beer - not as in speech).
     
    benjymouse, Jun 15, 2006 IP
  8. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #8
    that better explains your idea, but the notepad couldn't
     
    ludwig, Jun 15, 2006 IP
  9. DanInManchester

    DanInManchester Active Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9
    Notepad can!

    I think you can make .net compile at run time but even if you can't all you need is the free .net SDK as I don't think the framework includes a compiler but could be wrong on this.

    Either way you can use notepad but personaly I'd use the free express edition of visual studio.
     
    DanInManchester, Jun 16, 2006 IP
  10. Postingpays

    Postingpays Well-Known Member

    Messages:
    1,071
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    185
    #10
    Yes it does. I remember once i have to setup it manually.

    You have to use aspnet_regiis utility to integrate the IE with your net framework. This is a cmd type routine which will run in the commandwindow. hope it helps
     
    Postingpays, Aug 15, 2006 IP