Setting breakpoints in .NET webservice
Put the following in a .ini file which has the same name as the assembly & run iisreset.
[.NET Framework Debugging Control]
GenerateTrackingInfo=1
AllowOptimize=0
Put the following in a .ini file which has the same name as the assembly & run iisreset.
[.NET Framework Debugging Control]
GenerateTrackingInfo=1
AllowOptimize=0
Comments