Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 5 Views: 943 Nevermind! You still have two appConfig sections. The fact that the first one does not have child nodes does not mean that the sections are getting merged or otherwise processed by the configuration... |
Forum: ASP.NET Apr 22nd, 2009 |
| Replies: 5 Views: 943 This is what is wrong. You have two appSettings sections: an empty one (the above) and your modified one. You should keep only one of them.
If you find this answer satisfactory, please add to my... |
Forum: ASP.NET Apr 15th, 2009 |
| Replies: 4 Views: 515 The point is not sending, but viewing the messages. The messages for a user should carry some information about the receiver. Most probably the MembershipUser provider key. Check for authenticated... |
Forum: C# Apr 7th, 2009 |
| Replies: 11 Views: 908 VB is the bad stuff, this is for sure ;) If you find my answers satisfactory, please add to my reputation. |
Forum: C# Apr 7th, 2009 |
| Replies: 11 Views: 908 VS Professional (no "full" release) is quite functionally rich, there are other editions too: http://www.microsoft.com/visualstudio/en-us/products/teamsystem/default.mspx#compare_products.... |
Forum: ASP.NET Apr 1st, 2009 |
| Replies: 6 Views: 1,152 In general set the @Page attribute trace="true" to locate the control. Then you'll easily figure out how to "FilndControl()" it. Read MSDN on FindControl() also. This should be enough! |
Forum: C# Mar 19th, 2009 |
| Replies: 4 Views: 574 What tool are you using to build the project? |