How do degub aspx page when loaded from winforms app.

M

moondaddy

I have a .net 1.1 winforms app that calls an aspx page which I need to
debug. I also need to start the debugging process from the winform because
the winform first calls a web service which passed secure data to the web
server and is cached for 10 seconds and returns a guid. when the winform
loads, it passes in this guid as a param to find the data being cached. It
then uses this data for various processing. Therefore, I can't simply set
this aspx page as the default start page or call it from another aspx page.
I think my problem is that the web service runs on one process and the aspx
page runs on a different process or port. the web service and aspx page are
part of the same .net 2.0 app. When I was doing this on a .net 1.1 web app,
debugging was easy and seamless from the winform code to the aspx code.

Please advise.

Thanks.
 
S

Steven Cheng[MSFT]

Thanks for Peter's input.

Hi Moondaddy,

For VS 2005, it does support you to step through into webservice from
client proxy project, however it is specific to ASP.NET webservice rather
than standard asp.net aspx web pages.

For your scenario, if you also have aspx pages that need to debug at the
same time, I would recommend you start another new Visual Studio IDE and
attach to the ASP.NET application process to debug it. You can debug both
the client application and the server-side application in two IDEs at the
same time. This will also make it easy to perform. How do you think?


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
From: =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
 
S

Steven Cheng[MSFT]

Hi Moondaddy,

Any further question on this? If so, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

moondaddy

OK thanks!

Steven Cheng said:
Hi Moondaddy,

Any further question on this? If so, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no
rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top