.net - How to debug standalone code in asp.net web application (equivalent to a java main() method) -
i'm java developer. need write components in .net.
i've created asp.net web application (my component needs service called in http). question 1 created httphandler, calls class smething usual (lets say, iterate on list).
i want debug method in other class, using main method, (as would've done in java/eclipse), way visual studio 2010 lets me debug code http service.
any way debug simple standalone code inside web application?
thanks.
Comments
Post a Comment