473,507 Members | 2,379 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.net 1.1 debugging on IIS with .net 2.0

Hello ,

I have an Application developed using ASP.net 1.1 and i want to debug it
under the pool of the Moss 2007 which using .net 2.0 ?

Is there is a solution for this situaiton ?

Regards,

Karim Mohamed
Apr 17 '07 #1
5 1167
Yes. Load the project in Visual Studio 2005 and allow it to be converted to
2005.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Karim mohamed" wrote:
Hello ,

I have an Application developed using ASP.net 1.1 and i want to debug it
under the pool of the Moss 2007 which using .net 2.0 ?

Is there is a solution for this situaiton ?

Regards,

Karim Mohamed
Apr 17 '07 #2

If you can convert th esolution then open it in VS 2005 and convert it
to a .NET 2.0 / VS2005 solution (will happen automatically).

If you don't want to convert it, then open VS 2005 and just open the
file you want to put a breakpoint in. Add a breakpoint and then
attach to iis. You'll be able to step through the code even if you
don't have the solution/project loaded. I do this all the time for an
open source library we use which is written in .net 1.1.

HTH,

Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
On Tue, 17 Apr 2007 11:39:28 +0200, "Karim mohamed"
<k_*********************@mail.link.netwrote:
>Hello ,

I have an Application developed using ASP.net 1.1 and i want to debug it
under the pool of the Moss 2007 which using .net 2.0 ?

Is there is a solution for this situaiton ?

Regards,

Karim Mohamed
Apr 17 '07 #3
I wonder if MSBee would be a fit in this case :

http://www.codeplex.com/Wiki/View.as...jectName=MSBee

"MSBee is an addition to MSBuild that allows developers to build
managed applications using Visual Studio 2005 projects that target .NET 1.1."

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel R. Neff" <sa********@nomail.comwrote in message
news:3o********************************@4ax.com...
>
If you can convert th esolution then open it in VS 2005 and convert it
to a .NET 2.0 / VS2005 solution (will happen automatically).

If you don't want to convert it, then open VS 2005 and just open the
file you want to put a breakpoint in. Add a breakpoint and then
attach to iis. You'll be able to step through the code even if you
don't have the solution/project loaded. I do this all the time for an
open source library we use which is written in .net 1.1.

HTH,

Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
On Tue, 17 Apr 2007 11:39:28 +0200, "Karim mohamed"
<k_*********************@mail.link.netwrote:
>>Hello ,

I have an Application developed using ASP.net 1.1 and i want to debug it
under the pool of the Moss 2007 which using .net 2.0 ?

Is there is a solution for this situaiton ?

Regards,

Karim Mohamed

Apr 17 '07 #4
Hello Peter,

I don't want to convert it , cause I have a lot of .net 1.1 sites developed
and I want to migrate from MOSS 2003 to MOSS 2007 and it dosen't make sense
that I convert all the sites, this is the last option and the hard one.

Regards,

Karim Mohamed
"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:28**********************************@microsof t.com...
Yes. Load the project in Visual Studio 2005 and allow it to be converted
to
2005.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Karim mohamed" wrote:
>Hello ,

I have an Application developed using ASP.net 1.1 and i want to debug it
under the pool of the Moss 2007 which using .net 2.0 ?

Is there is a solution for this situaiton ?

Regards,

Karim Mohamed

Apr 18 '07 #5

Not im my situation. It's an open source project and the open source
code maintains a VS2003 solution and project. If I try to convert it
I'll have a heck of a time maintaining updates and contributing
patches.

Perhaps for the original poster it's an option though..

Sam

------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
On Tue, 17 Apr 2007 13:44:10 -0400, "Juan T. Llibre"
<no***********@nowhere.comwrote:
>I wonder if MSBee would be a fit in this case :

http://www.codeplex.com/Wiki/View.as...jectName=MSBee

"MSBee is an addition to MSBuild that allows developers to build
managed applications using Visual Studio 2005 projects that target .NET 1.1."

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel R. Neff" <sa********@nomail.comwrote in message
news:3o********************************@4ax.com.. .
>>
If you can convert th esolution then open it in VS 2005 and convert it
to a .NET 2.0 / VS2005 solution (will happen automatically).

If you don't want to convert it, then open VS 2005 and just open the
file you want to put a breakpoint in. Add a breakpoint and then
attach to iis. You'll be able to step through the code even if you
don't have the solution/project loaded. I do this all the time for an
open source library we use which is written in .net 1.1.

HTH,

Sam
Apr 18 '07 #6

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

Similar topics

0
3203
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
16
4173
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
2
1841
by: Andy Fish | last post by:
Hi, Using VS.NET 2003, when I use 'F5' to start debugging my web app, it obviously attaches the IDE to IIS for server debugging. However, it also seems to put IE into some kind of debugging mode...
2
3258
by: Alex Clark | last post by:
Hi All, My system: WinXP Pro, VS.NET 2003, SQL Server Personal Edition. I'm having problems with my old favourite demon, SQL Debugging from within VS.NET. I have to say I've found this...
5
2926
by: Velvet | last post by:
Can someone tell me to what process I need to attach to be able to step through my classic ASP code in VS.net 2003. I'm working on an XP box with IIS installed. I also have VS.net 2005 (The...
6
2491
by: KevinGPO | last post by:
I am currently developing a website in ASP (VBScript) using MS Visual C#.NET IDE. I just create a new "ASP.NET Web Application" and point to my local webserver (IIS) of my website address. Then I...
5
7776
by: phnimx | last post by:
Hi , We have developed a number of plug-in .NET Library Components that we typically deploy with our various applications by installing them into the GAC. Each of the applications contains an...
5
3438
by: =?Utf-8?B?Z2FkeWE=?= | last post by:
I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on the development server. I get the msg 'the server does not support debugging for asp.net...' I have done the following...
2
20814
jwwicks
by: jwwicks | last post by:
C/C++ Programs and Debugging in Linux This tutorial will give you a basic idea how to debug a program in Linux using GDB. As you are aware Visual Studio doesn’t run on Linux so you have to use...
4
12674
by: =?Utf-8?B?TWlrZSBHYWxl?= | last post by:
VS 2008 initially didn't debug classic ASP. SP1 fixes this in some ways. You can debug if you select the debug option to "Start Without Debugging, then either attach the debugger manually or...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7031
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1542
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.