Results 1 to 8 of 8

Thread: aspx basics?

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    aspx basics?

    Hi,

    a little while ago i did my first .Net course and whilst there we did some basic form writing projects with .Net.

    For the first time since (i have only been doing PC stuff until now with .Net), i have gotten round to trying it.

    i have gone through the step-by-step exercises again and then tried to run it but it doesn't work.

    can someone please explain to me what is required to make aspx files be able to be executed on my server?

    thanks in advnace.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    have you got IIS installed? and was it installed before you put VS.net on your PC?
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  3. #3
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    UK
    Posts
    271
    if your just developing on your pc, and are not familiar with IIS then you can use a MS Product Called WebMarix it is Totally free,

    and runs very similar to VS.net, it also has its own engine to run your aspx files, with out having to set up IIS

    you find the product here:
    WebMatrix

    it lacks intelligence-sense, but if you know what you are coding you don't reely need it.

    so, Hope this helps
    §tudz

    Studzworld.com - Portfolio

  4. #4

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401
    hi,

    thanks heaps for the replies.

    yes, i did have IIS installed on my server, but i don't have VB.Net on my server. I have VB.Net on my development PC.

    does VB.Net need to be installed on my server too?
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  5. #5
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    UK
    Posts
    271
    yeah, if thats where its hosted
    §tudz

    Studzworld.com - Portfolio

  6. #6
    Lively Member
    Join Date
    Jan 2003
    Posts
    69
    First you have to install the dotnet framework on your server to run asp.net files

    Link To Framework

    Then map the .net to iis
    http://support.microsoft.com/default...b;en-us;816782

  7. #7

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401
    First you have to install the dotnet framework on your server to run asp.net files
    that's all i thought that i had to do. i didn't realise that i had to install VB.Net on my server as well.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  8. #8
    Lively Member
    Join Date
    Jan 2003
    Posts
    69
    that's all i thought that i had to do. i didn't realise that i had to install VB.Net on my server as well
    Just to make sure you understand what i meant.
    The dotnet framework isn't vb.net its a framework for the .net language, that means you can run vb.net asp.net c# jscript.net
    So if you develop vb.net programs or you run asp.net on your server install the framework,
    Link To .net framework
    If you install all the above, and when browsing your aspx pages you see the source code read this
    http://support.microsoft.com/default...b;en-us;816782
    CGJ

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