<httpRuntime maxRequestLength="81920" executionTimeout="900" />
</system.web>
</configuration>
Transferring large objects over webservice (MSDN)
more...
<httpRuntime maxRequestLength="81920" executionTimeout="900" />
</system.web>
</configuration>
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
No comments:
Post a Comment