Debug ASP.Net question

R

ranch99ranch99

I have a system of an ASP.net application. It contains some C# source
file(blah.aspx.cs) and some aspx file(blah.aspx). However there is no
VS.Net solution files. After using .Net SDK to compile, it generates
some dll files in bin directory under application's virtual
directory.

I wonder whether there is some way to debug such kind of ASP.net
codes, or can I insert some debugger keyword to invoke VS.Net
debugger
when I use browser?
 
C

Cowboy \(Gregory A. Beamer\)

You can debug, even without a solution file, in Visual Studio. If you want
to start the browser first, you simply attach the debugger to the browser
instance, from inside Visual Studio. Am I missing something?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

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

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

Top