473,325 Members | 2,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

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.
Nov 17 '05 #1
3 1031
"SStory >" <Sh*********@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.
http://support.microsoft.com/default...306005&GSSNB=1

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
http://support.microsoft.com/default...b;en-us;318041

Plus if you run into any debugging issues, then make sure to check out the following doc
http://gotdotnet.com/team/csharp/lea...erproblems.doc

--

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


Nov 17 '05 #2
Thanks for the tips..

Shane

"Carl Prothman [MVP]" <ca****@spamcop.net> wrote in message
news:ua*************@tk2msftngp13.phx.gbl...
"SStory >" <Sh*********@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.
http://support.microsoft.com/default...306005&GSSNB=1

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
http://support.microsoft.com/default...b;en-us;318041

Plus if you run into any debugging issues, then make sure to check out the

following doc http://gotdotnet.com/team/csharp/lea...ebuggerproblem
s.doc
--

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

Nov 17 '05 #3
Thanks for the tips..

Shane

"Carl Prothman [MVP]" <ca****@spamcop.net> wrote in message
news:ua*************@tk2msftngp13.phx.gbl...
"SStory >" <Sh*********@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.
http://support.microsoft.com/default...306005&GSSNB=1

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
http://support.microsoft.com/default...b;en-us;318041

Plus if you run into any debugging issues, then make sure to check out the

following doc http://gotdotnet.com/team/csharp/lea...ebuggerproblem
s.doc
--

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

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Pete | last post by:
I am doing maintenance on a database that uses the MSINET.OCX ActiveX control to do FTP transfers. Ideally, the program uses an embedded ActiveX control on a form to run about twenty downloads...
0
by: Jesper | last post by:
Hi, On a 3GHz computer with XP service pack 2 (and before service pack 2) with 1 gb ram, I experience a very long time (30-45 sec.) for VS to setup a debug version environment. On my laptop ( a...
2
by: Keith Kowalski | last post by:
Hello I have a vb.net windows application that I need to make re-Distributable, I can run it on my development machine fine, I can also run it on my old development machine fine, When I try to run...
8
by: Ankit Aneja | last post by:
Hi I have made a windows service in C#.Net Now I want to create a setup of this service http://www.codeproject.com/dotnet/simplewindowsservice.asp I read this article Now my service is also using...
1
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
0
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
0
by: =?Utf-8?B?RGFuaWVsIERpVml0YQ==?= | last post by:
I need some advice on how I should setup my development environment. I am developing in ASP.Net with VB.net (.NET 2.0). I am working with multiple sites. Some sites that use SSL are on two...
2
by: =?Utf-8?B?RGFuaWVsIERpVml0YQ==?= | last post by:
I had asked this question about a week ago, but never got any feedback. I am going to post it again: I need some advice on how I should setup my development environment. I am developing in...
3
by: Blasting Cap | last post by:
I am working on a web app that I want to be able to use a separate config file on, in addition to the web.config file that's already working in the application. If I put the following in the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.