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.

Installing ASP.NET

Discussion in 'C#' started by Dolin, Jan 12, 2008.

  1. #1
    Hi I am trying to write ASP.NET files. What do I need to download and install for the asp files to work on my local computer?
     
    Dolin, Jan 12, 2008 IP
  2. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Download the Free visual studio express and you are ready to go
    download at
    http://www.microsoft.com/express/vwd/
     
    JohnZing, Jan 12, 2008 IP
  3. Dolin

    Dolin Banned

    Messages:
    143
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi I do not want to download the whole visual studio package just the basic requirements for me to be able to run asp files. What do I need to download for asp files to work on my computer?
     
    Dolin, Jan 13, 2008 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For asp.Net to run you need to have a compatible webserver... namely IIS which isnt included in any "home" edition of XP or Vista but is with any "pro/ business" versions. It is possible to get IIS to run on home editions but you need to make changes to the registry to remove the key that prevents it from running.

    If it is for testing the VWDE is the easiest route to take... if it is for running a site locally you need to install IIS
     
    AstarothSolutions, Jan 13, 2008 IP
  5. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Then you need IIS (Included if you have XP PRO... I dont use Vista, but I guess that it's also included in some versions)
    And you also need Asp.net framework
    http://www.asp.net/downloads/essential/
     
    JohnZing, Jan 13, 2008 IP
  6. Dolin

    Dolin Banned

    Messages:
    143
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi I followed the installation procedure for IIS6.0 but there is no Application Server on my Components listbox in Add/Remove Windows Components. I am using Windows XP Pro. How do I install IIS6.0?
     
    Dolin, Jan 14, 2008 IP
  7. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    IIS6 cannot be installed on XP. It's only for Windows 2003.

    XP PRO has IIS5
    Windows Components -> Internet Information Server
     
    JohnZing, Jan 15, 2008 IP