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.
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.