Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sending

Rss Feed Group items tagged

mgraber

ASP.NET View State Overview - 0 views

  •  
    "Encrypting View State Although MAC encoding helps prevent tampering with view state data, it does not prevent users from viewing the data. You can prevent people from viewing this data in two ways: by transmitting the page over SSL, and by encrypting the view state data. Requiring the page to be sent over SSL can help prevent data-packet sniffing and unauthorized data access by people who are not the intended recipients of the page. However, the user who requested the page can still view the view state data because SSL decrypts the page to display it in the browser. This is fine if you are not concerned about authorized users having access to view state data. However, in some cases, controls might use view state to store information that no users should have access to. For example, the page might contain a data-bound control that stores item identifiers (data keys) in view state. If those identifiers contain sensitive data, such as customer IDs, you should encrypt the view state data in addition to or instead of sending the page over SSL. To encrypt the data, set the page's ViewStateEncryptionMode property to true. If you store information in view state, you can use regular read and write techniques; the page handles all encryption and decryption for you. Encrypting view state data can affect the performance of your application. Therefore, do not use encryption unless you need it. Control State Encryption Controls that use control state can require that view state be encrypted by calling the RegisterRequiresViewStateEncryption method. If any control in the page requires that view state be encrypted, all view state in the page will be encrypted. Per-user View State Encoding If a Web site authenticates users, you can set the ViewStateUserKey property in the Page_Init event handler to associate the page's view state with a specific user. This helps prevent one-click attacks, in which a malicious user creates a valid, pre-filled Web page with view state from a pre
mgraber

Issues with CDO.MESSAGE on Windows 2008 R2 Server : The Official Microsoft IIS Site - 0 views

  •  
    "' Set the mail server configuration Set objConfig=CreateObject("CDO.Configuration") objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver")="localhost" objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objConfig.Fields.Update Set objMail=CreateObject("CDO.Message") Set objMail.Configuration=objConfig objMail.From = fromemail objMail.To = toemail objMail.Subject = "Test Email" objMail.TextBody = "Test Email" objMail.Send"
Douglas Couto

How to Send Email using Distribution List in Exchange Server 2003 and 2007 « ... - 0 views

  •  
    Note: In order for applying the permission we will be using ADSIEDIT.msc which is available in the windows support tools.
Mark Ursino

Sitecore License Expiration Module - 0 views

  •  
    The Sitecore License Expiration Module 2.0 checks the expiration date of the Sitecore license. It shows a Content Editor Warning message or/and send email to notify when the Sitecore license is about to expire.
Mark Ursino

Sending agents - Sitecore - 0 views

  •  
    Details about web.config agents and passing in method parameters and defining class properties
Mark Ursino

Log.io - Real-time log monitoring in your browser - 1 views

shared by Mark Ursino on 06 Jun 11 - No Cached
  •  
    Log.io is a real-time log monitoring in your browser. Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Users create stream and history screens to view and search log messages.
Mark Ursino

Extended Email Action Sitecore Module - 0 views

  •  
    The Mail workflow action extends the standard Sitecore email action which is included with the default installation. It is distributed as a standard Sitecore package. The package includes the actual template for this action (the Extended email action), which inherits from the Sitecore Standard template. The extended email action template contains the following fields, grouped in the Parameters section: To - the recipient's email address; From - the sender's email address; Subject - the subject of the email (allows using Velocity templates); Message - the body of the email (allows using Velocity templates); Mail server - the email server you'd like to use for sending emails; *Type - (the same as the Type field of the Sitecore Action template).
Eric Famiglietti

Support Details | Tech Support Management - 0 views

  •  
    © Copyright 2012 Imulus. We love you... Simply send a properly formatted URL with recipient, sender, or both to have the form above prefilled with information. Imulus will never re-sell or abuse your personal information. We are advocates for online privacy. Pinky swear.
mgraber

Verizon | High Speed Internet - Your Attention Needed: Re-configure Your Email Settings... - 0 views

  •  
    Why is Verizon blocking outbound port 25
  •  
    Why is Verizon blocking outbound port 25
1 - 13 of 13
Showing 20 items per page