Closed Thread
Results 1 to 9 of 9

Thread: .net and localhost

  1. #1
    munkyjam is offline Newbie
    Join Date
    Mar 2008
    Posts
    1
    Rep Power
    0

    .net and localhost

    i've been using classic asp for sometime and want to start using asp.net. Do i need to install anything like i would have to if i was developing Java for instance. I've tried using localhost but doesn't seem to be getting me very far.

    Thanks in advance,

    M

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Utah, USA
    Posts
    22
    Blog Entries
    1
    Rep Power
    0

    Re: .net and localhost

    The quick answer is yes - you'll need to install the .Net SDK, I'd recommend getting the latest which is 3.5 from here. After that, you may be good, but if you were to download Visual Studio .Net 2008 Express Edition, you'd probably be better.

    Also aside from needing to learn ASP.Net, which is a close relative to ASP, but not the same, you'll need to learn a little bit to a lot of C#, but give it some time and understand how everything works together. If you already know ASP, then you should be able to pick up ASP.Net quickly.

  4. #3
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: .net and localhost

    You'll need to download Visual Web Developer 2005 and install that, it should work as long as you have .NET framework 2 installed.

    Can't you also use Visual Basic with ASP.NET? I haven't ever tried this cause I'm not much into the microsoft products

    If you know ASP, you should be able to make the switch to ASP.NET fairly easy.

    good luck

  5. #4
    JGRobinson's Avatar
    JGRobinson is offline Newbie
    Join Date
    Nov 2008
    Location
    UK
    Posts
    22
    Rep Power
    12

    Re: .net and localhost

    I would recommend using visual basic as the .net language rather than C# - its much closer to the vbscript which is used by asp, also ADO concepts are very very similar.

    By the way the reason localhost doesn't work, is that you need to have a web server installed - this is installed either when you install visual studio (either version), or if you have XP professional you can install IIS separately from the CD (but it gets more complicated then ;-)
    Hope this helps
    Graham - http://programmingtips.co.uk

  6. #5
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: .net and localhost

    There's no reason to use VB instead of C#. It does not matter if it is similar to VBScript - C# is just a better language.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #6
    JGRobinson's Avatar
    JGRobinson is offline Newbie
    Join Date
    Nov 2008
    Location
    UK
    Posts
    22
    Rep Power
    12

    Re: .net and localhost

    each to their own. - I prefer VB
    Hope this helps
    Graham - http://programmingtips.co.uk

  8. #7
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: .net and localhost

    lol

    I personally hate VB in comparison to C#. C# is more efficient and concise in terms of syntax.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  9. #8
    JGRobinson's Avatar
    JGRobinson is offline Newbie
    Join Date
    Nov 2008
    Location
    UK
    Posts
    22
    Rep Power
    12

    Re: .net and localhost

    I'm an ex COBOL boy - which might explain it
    Hope this helps
    Graham - http://programmingtips.co.uk

  10. #9
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: .net and localhost

    Ah - like my grandfather.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Unable to send e-mail from localhost
    By thatsme in forum PHP Development
    Replies: 5
    Last Post: 07-06-2011, 08:10 AM
  2. Problem with localhost? or with code?
    By xle_camry in forum PHP Development
    Replies: 18
    Last Post: 06-30-2011, 10:01 AM
  3. Session Troubles On Localhost
    By bbqroast in forum PHP Development
    Replies: 1
    Last Post: 12-17-2010, 12:23 PM
  4. Replies: 0
    Last Post: 02-11-2009, 10:30 PM
  5. export to excel problem with IPAddress in URL but working with localhost url
    By mustaque in forum ASP, ASP.NET and Coldfusion
    Replies: 5
    Last Post: 08-04-2008, 05:31 AM

Tags for this Thread

Bookmarks

Posting Permissions

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