L
Loading name...
Hey
asp.net 2.0
I'm developing a DotNetNuke module in visual studio 2005 using DNN starter
Kit. In my module I have placed a Debug.WriteLine script. This script
doesn't print data out to the Output window.
I guess the script is executed, but nothing is shown in the Output window.
Debug.WriteLine is the only code behind the click event of the button in my
module
If I set <compilation debug="true" strict="false"> in web.config, then I get
this error: "Unable to start debugging on the web server. Debugging failed
because integrated Windows authentication is not enabled"
Any ideas what is wrong here?
asp.net 2.0
I'm developing a DotNetNuke module in visual studio 2005 using DNN starter
Kit. In my module I have placed a Debug.WriteLine script. This script
doesn't print data out to the Output window.
I guess the script is executed, but nothing is shown in the Output window.
Debug.WriteLine is the only code behind the click event of the button in my
module
If I set <compilation debug="true" strict="false"> in web.config, then I get
this error: "Unable to start debugging on the web server. Debugging failed
because integrated Windows authentication is not enabled"
Any ideas what is wrong here?