[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Debugging ASP.NET Web Applications Using Visual Studio 2008's Device Emulators

Nathan Sokalski

5/18/2009 5:54:00 AM

I am somewhat new to using Visual Studio's Device Emulators, and am trying
to figure out how to use them to debug ASP.NET pages. I am able to use the
Device Emulators to visit websites and do other things, but I have not yet
managed to figure out how to debug my web applications with them. Can
someone please help me here? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansok...


2 Answers

Alexey Smirnov

5/18/2009 9:20:00 AM

0

On May 18, 7:54 am, "Nathan Sokalski" <njsokal...@hotmail.com> wrote:
> I am somewhat new to using Visual Studio's Device Emulators, and am trying
> to figure out how to use them to debug ASP.NET pages. I am able to use the
> Device Emulators to visit websites and do other things, but I have not yet
> managed to figure out how to debug my web applications with them. Can
> someone please help me here? Thanks.
> --
> Nathan Sokalski
> njsokal...@hotmail.comhttp://www.nathansok...

Take a look at the following section http://msdn.microsoft.com/en-us/library/ms1...
and especially at How to: Attach to Managed Device Processes

Also please see this http://forums.asp.net/p/1415036/31...

Cowboy

5/18/2009 5:39:00 PM

0

Start the emulator and then attach the process to the debugger. Then you can
start hitting the code and debugging.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box! |
*************************************************


"Nathan Sokalski" <njsokalski@hotmail.com> wrote in message
news:umhzM031JHA.1716@TK2MSFTNGP03.phx.gbl...
> I am somewhat new to using Visual Studio's Device Emulators, and am trying
> to figure out how to use them to debug ASP.NET pages. I am able to use the
> Device Emulators to visit websites and do other things, but I have not yet
> managed to figure out how to debug my web applications with them. Can
> someone please help me here? Thanks.
> --
> Nathan Sokalski
> njsokalski@hotmail.com
> http://www.nathansok...
>