Debugging BizTalk 2004 and .net 2.0
Some googling and saw this post from Tom about problems with BAS installation and whidbey.
So on similar lines I made the followwing changes to my BTSNTSvc.exe.config
<?xml version="1.0" ?>
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
</startup>
and now you can attach your debugger , go ahead and debug !

