Preparing for ASP 3.0

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Preparing for ASP 3.0

    Hello All,

    Newbie here - looking to set up an ASP 3.0 environment (my employer's
    preference) on my own box (localhost). Just looking for a link (or links) to
    articles about installing IIS to a WindowsXP box and making it play nice with
    ASP 3.0. I'm familiar with installing IIS, just not sure about the "playing
    nice" part. Does simply installing IIS do the trick? Or will there be system
    tweaks etc. involved. I'm finding tons of stuff for Win2000 but nothing for
    deploying on XP Pro.

    Also - from poking around here I suspect that Dreamweaver only speaks 2.0?
    Okay if so (as I'm ready to hand code), but any tips, articles that are
    DWMX2004/ASP 3.0 would be much appreciated. PS - Just ordered
    [url]http://www.amazon.com/exec/obidos/tg/detail/-/1590593499/ref=pd_sim_b_1/002-1759[/url]
    356-2098446?%5Fencoding=UTF8&v=glance

    Thanks in advance.

    Phil Parr Guest

  2. Similar Questions and Discussions

    1. Need help preparing for daylight saving
      From all the research so far, it seems like we'll have to have SDK 1.4.2_11 and MX 6.1 updater 1 to ensure that the application is ok when daylight...
    2. Preparing an upgrade from CFM5/CFM MX to CFM MX7
      Hello everybody, I searched a part of the day some informations about upgrading to Coldfusion MX7, but I don't find answers on the support/forums....
    3. Preparing site for Contribute
      The Dreamweaver Help file says to Select Site>Manage SItes>Site Definition>Advance Tab, but that path takes me to a "Configure Server" dialog box,...
    4. Preparing my Freehand document for the printers
      Hi I am designing a tri-fold brochure using Freehand MX. I need some advice/tips on preparing the document before I send it to the printers. I...
    5. preparing models for 3d shockwave
      Hi there all, Before I ask my question, I would like to explain what I doing. What I am doing is creating a portfolio which includes an ensembele...
  3. #2

    Default Re: Preparing for ASP 3.0

    AFAIK, installing IIS on XP Pro is pretty much all you need to do to have
    ASP running. However, I don't use XP so I don't know for sure. I seem to
    recall on WinServer 2003 that you have to specifically enable it because of
    the lockdown it ships with. But don't know if it applies to XP.

    As for Dreamweaver, you're right. It only speaks ASP2. However, the
    differences in the object model between ASP2 and ASP3 are really, really
    minimal. Most of the changes in ASP3 are in performance and back-end stuff.
    There are two new Server object methods, Server.Transfer and Server.Execute,
    that are useful, but Dreamweaver doesn't know anything about those. And
    there were a couple of Error/Err object methods that have changed. But
    Dreamweaver pretty much doesn't do anything with those objects, either.

    So, for programming ASP3, Dreamweaver should serve you very well. :-)

    Best regards,
    Chris


    Chris In Madison Guest

  4. #3

    Default Re: Preparing for ASP 3.0

    When discussing the use of IIS XP Pro is fundamentally the same as Windows
    2000 Pro Phil.

    There is really only one significant difference between ASP 2.0 and ASP 3.0,
    that being the added support for additional transfer and execute methods of
    the Server object supported by ASP 3.0. So any version of DMX will still do.

    As for books to learn to actually code ASP --- the best book ever written
    on this topic -- was published by WROX "Begining Active Server Pages 2.0"
    which is a discontinued classic that can still be found via Amazon for as
    low as $5.00.

    <%= Clinton Gallagher
    METROmilwaukee (sm) "A Regional Information Service"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://metromilwaukee.com/[/url]
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]




    "Phil Parr" <webforumsuser@macromedia.com> wrote in message
    news:d4jbdl$cc9$1@forums.macromedia.com...
    > Hello All,
    >
    > Newbie here - looking to set up an ASP 3.0 environment (my employer's
    > preference) on my own box (localhost). Just looking for a link (or links)
    > to
    > articles about installing IIS to a WindowsXP box and making it play nice
    > with
    > ASP 3.0. I'm familiar with installing IIS, just not sure about the
    > "playing
    > nice" part. Does simply installing IIS do the trick? Or will there be
    > system
    > tweaks etc. involved. I'm finding tons of stuff for Win2000 but nothing
    > for
    > deploying on XP Pro.
    >
    > Also - from poking around here I suspect that Dreamweaver only speaks 2.0?
    > Okay if so (as I'm ready to hand code), but any tips, articles that are
    > DWMX2004/ASP 3.0 would be much appreciated. PS - Just ordered
    > [url]http://www.amazon.com/exec/obidos/tg/detail/-/1590593499/ref=pd_sim_b_1/002-1759[/url]
    > 356-2098446?%5Fencoding=UTF8&v=glance
    >
    > Thanks in advance.
    >

    clintonG Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139