Hi Hellin, Thanks for the code. But I couldn't access the url u put there http://schemas.microsoft.com/cdo/configuration/smtpauthenticate and the other two cannot be accessed too. "Page cannot be displayed" when i open in the browser. Could you explain a bit whether hotmail provide such service? and is it possible if i use localhost? Thanks
vcorn
Posts
-
asp .net send mail -
asp .net send mailhi all, I'm trying to send mail using asp.net and smtp server set up on the same machine, this machine belongs to a domain, I follow the code described in article below http://www.developer.com/net/asp/article.php/3096831 I didn't get any exceptions, but when I check the recipient mail I keyed in, there is no messages sent. I wonder whether it's asp.net unable to send mail or something wrong with smtp server. Help please...
-
how to learn .NEThi, i have explored parts of C#,ASP.NET.. but till now still confuse the right step to kearn .NET, i believe in .NET we have something like J2EE, JSP(ASP.NET in .NET), RMI(.NET remoting??), EJB(what in .NET?), i'm curious to know about that, can anyone help? any difference between .NET and .NET enterprise?
-
Removing access control entryhi, I have code to add access control entry to active directory user object so that they can't change password (User cannot change password is checked) But i wonder it's possible to write code to remove this access control entry again. I have tried using AccessControlList.RemoveAce method..but the "User cannot change password" is still checked. Using Windows 2003 server active directory and System.DirectoryServices here. Any help? Thanks
-
IIS 6 and asphi all, i use IIS 6.0, and when i run my asp page on my browser, sometimes it prompt me for password(when i go to that page from IE, the dialog pop out prompt for username and password), this is very irritating, i just want to browse to test my asp page without have to login to that page, i think this should be the security setting in win 2003, but i'm not sure how to disable this setting. Thanks for any help
-
ButtonColumn in DataGridhi, i found that using push button style in ButtonColumn didn't call any event handler (ItemCommand or DeleteCommand) when i click on it. When i change to hyperlink style, it works, but i want a push button style, anyone can help? Thanks
-
challenging system.directoryservicei get the answer, i was wrong:)
-
challenging system.directoryservicei found that there is no reason why we should use username and password parameter in DirectoryEntry constructor, but why do they provide it? since it will always use the current windows account which run the program to authenticate against active directory, so that whatever username and password i specify in DirectoryEntry constructor is useless. Am i right? your info is highly appreciated. Thanks
-
Display help messagehi, is it possible to create a program or script that will display help message when user click ctrl+alt+del, for example when they try to logon to windows..and the pc inform them about their initial password. user is new and computers will be in a domain. Thanks
-
Active Directory Exceptionit's using administrator account, and one more, do you know how to do operation delete object, move object starting by authenticate and authorize the user first.. for example we use a username and password to do such an operation, so that whether such operation can be completed or not depends on the permissions given to given username. I found that the permissions is applied according to windows account that is currently logged on and using the program. What i want is the program itself will have its authentication & authorization independent of what account is actually used to logged on to windows. Thanks
-
Active Directory ExceptionSystem.RunTime.InteropServices.COMException : A device attached to system is not functioning at System.DirectoryServices.Interop.IAds.SetInfo(); this happen when i try a C# program which add users to administrators group. When i add to another group like print operators,guests...everything is fine. Anybody know how to solve this?
-
active directory user passwordhi, how to get user object password in active directory(for example using c#). and how to set the memberOf property of the user object using C#; Thank you
-
SuggestionWell, code project is great for my .NET resources. I'm looking for a forum just as great as this, but for Java programming. Any recommendation? Thanks:)
-
Show tables from sql databaseThank you:)
-
Show tables from sql databasein mysql, i can use 'show tables' command to list down all the tables in particular database. i wanna know how to do this in sql server 2000. so that i can use C# to perform such operation using data adapter
-
Show tables from sql databasehi, is there any command in ADO.NET to list all tables from a given database name? (in C#)
-
Auto adjust column widthhow do we get our column width auto adjusted to fit the length of the column header text when it's displayed in dataGrid. Thanks:-D
-
Newline in constant errorThanks Dave, found it, i did it inside the initialize component(using designer) and indeed the designer define the table style before adding column. i replace the order, add column first, then it's fine. Thanks:)
-
Newline in constant errori get null reference exception in this line this.dataGrid1.TableStyles["Students"].GridColumnStyles["Password"].Width = 0; how?
-
Newline in constant errorThanks David, i close the Visual Studio and reopen, everything's just fine then, sounds weird though.. Thanks But i have another question, i wanna apply column style to one of the columns in my table, i wanna hide one column but setting its width to zero, i have five datacolumn object, but i only have one gridcolumnstyle with mapping name set to one of the column name i wanna hide. but the style doesn't apply, the column is not hidden. how am i goin to hide it?