Ask a Question related to ASP.NET General, Design and Development.
-
SStory #1
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
-
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) =... -
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... -
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... -
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... -
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... -
Carl Prothman [MVP] #2
Re: how to setup ASP.NET on separate machine and debug
"SStory >" <Shane_Story@online.msn.com
Yes, just install the .NET Framework.> 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?
>
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]
Check out the following MS KB article:> 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.
>
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
-
SStory #3
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...has> "SStory >" <Shane_Story@online.msn.com> > I have two XPPro boxes. One has VS2003 Pro installed. The other boxneed to run>> > 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 willthat> 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 appto> > is in the IDE On one machine and executing on IIS on another? Do I havefollowing doc>> > 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[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



Reply With Quote

