Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Debug problems!

Reply
Thread Tools

Debug problems!

 
 
Loading name...
Guest
Posts: n/a
 
      08-23-2006
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?



 
Reply With Quote
 
 
 
 
Loading name...
Guest
Posts: n/a
 
      08-23-2006
http://www.kbcafe.com/csharp/?guid=20051021080351

"Loading name..." <it_consultant1@NO_SPAM.hotmail.com> wrote in message
news:O9$...
> 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?
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
netvmini.sys still not working on Windows 7 even after driver signing disabled ?! (Windows debug mode necessary for debug drivers ???) Skybuck Flying Windows 64bit 3 08-09-2009 05:54 AM
debug="false" in web.config and <%@ debug="true" ...%> in aspx file => true or false? André ASP .Net 3 08-28-2006 12:02 PM
Config Mgr Debug/Release and Web.config Compilation debug=true RonL ASP .Net 0 04-08-2006 03:50 PM
Debug (DLL MFC) -> Debug (Static MFC) ringos75 C++ 0 04-14-2005 01:50 PM
[Howto] Compiling debug Python extensions for non-debug Python Mike C. Fletcher Python 3 10-12-2003 09:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57