how to setup ASP.NET on separate machine and debug

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default how to setup ASP.NET on separate machine and debug

    2 questions.

    I have two XPPro boxes. One has VS2003 Pro installed. The other box has
    IIS and MSDE installed.

    1.) What do I do to make the IIS on this 2nd machine ready for .NET and
    ASP.NET? Do I just run dotnetfx on the Prerequisites CD or is there
    something more I should do?

    2.) What do I need to do in order to be able to debug the ASP.NET app that
    is in the IDE On one machine and executing on IIS on another? Do I have to
    install remote debugging. Please be specific on the overall procedure.

    Thank a lot,

    Shane

    ps. JUst got version 2003 and the datagrid builder alone should be a big
    time saver.


    SStory Guest

  2. Similar Questions and Discussions

    1. filecopy from remote machine to local machine
      Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =...
    2. install ISA Server 2003 (part of SBS 2003)on a separate machine
      We bought and installed sbs 2003 on server and activated and registered the licenses. We want to install ISA Server 2003 (part of SBS 2003)on a...
    3. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    4. Getting files from a Win 2000 machine to a Windows XP machine
      Hi. I've just bought a machine with Windows XP Pro on it and want tto transfer several thousand files from my Win2000 laptop. The laptop has a LAN...
    5. How to duplicate whole database from one machine to another machine in Windows 2000?
      Would you please what files I have to copy? Thanks. "Ban Spam" <ban-spam@operamail.com> wrote in message...
  3. #2

    Default Re: how to setup ASP.NET on separate machine and debug

    "SStory >" <Shane_Story@online.msn.com
    > I have two XPPro boxes. One has VS2003 Pro installed. The other box has
    > IIS and MSDE installed.
    >
    > 1.) What do I do to make the IIS on this 2nd machine ready for .NET and
    > ASP.NET? Do I just run dotnetfx on the Prerequisites CD or is there
    > something more I should do?
    >
    Yes, just install the .NET Framework.

    Note if you install IIS after installing the .NET Framework, then you will need to run
    the Aspnet_regiis.exe utility.
    [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306005&GSSNB=1[/url]

    > 2.) What do I need to do in order to be able to debug the ASP.NET app that
    > is in the IDE On one machine and executing on IIS on another? Do I have to
    > install remote debugging. Please be specific on the overall procedure.
    >
    Check out the following MS KB article:

    HOW TO: Set Up and Use Remote Debugging in Microsoft Visual Studio .NET
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;318041[/url]

    Plus if you run into any debugging issues, then make sure to check out the following doc
    [url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]

    --

    Thanks,
    Carl Prothman
    Microsoft ASP.NET MVP
    [url]http://www.able-consulting.com[/url]




    Carl Prothman [MVP] Guest

  4. #3

    Default Re: how to setup ASP.NET on separate machine and debug

    Thanks for the tips..

    Shane

    "Carl Prothman [MVP]" <carlpr@spamcop.net> wrote in message
    news:ua1C5ocXDHA.652@tk2msftngp13.phx.gbl...
    > "SStory >" <Shane_Story@online.msn.com
    > > I have two XPPro boxes. One has VS2003 Pro installed. The other box
    has
    > > IIS and MSDE installed.
    > >
    > > 1.) What do I do to make the IIS on this 2nd machine ready for .NET and
    > > ASP.NET? Do I just run dotnetfx on the Prerequisites CD or is there
    > > something more I should do?
    > >
    >
    > Yes, just install the .NET Framework.
    >
    > Note if you install IIS after installing the .NET Framework, then you will
    need to run
    > the Aspnet_regiis.exe utility.
    > [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306005&GSSNB=1[/url]
    >
    >
    > > 2.) What do I need to do in order to be able to debug the ASP.NET app
    that
    > > is in the IDE On one machine and executing on IIS on another? Do I have
    to
    > > install remote debugging. Please be specific on the overall procedure.
    > >
    >
    > Check out the following MS KB article:
    >
    > HOW TO: Set Up and Use Remote Debugging in Microsoft Visual Studio .NET
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;318041[/url]
    >
    > Plus if you run into any debugging issues, then make sure to check out the
    following doc
    >
    [url]http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblem[/url]
    s.doc
    >
    > --
    >
    > Thanks,
    > Carl Prothman
    > Microsoft ASP.NET MVP
    > [url]http://www.able-consulting.com[/url]
    >
    >
    >
    >

    SStory 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