Hi Guys,
In my website application I am trying to send an automated email with a software attachment and while it works on my local host it needs a correct path to my application on the providerâs server. My local line that works reeds:
sAttach = "c:\inetpub\wwwroot\Resume2\TeleName.exe"
So I ask my provider for the path, corrected the sAttach string in my app, uploaded the
vb and bin files only to get the server error:
Invalid mail attachment 'http:\\xxxxxxxxx\xxxxxx\wwwroot\Resume2\TeleName. exe'.
I removed the \Resume2 part from the path, uploaded the
vb and bin files again and got the same error as above. OK, I created new Resume2 folder at the provider, uploaded the TeleName.exe to it, uploaded the
vb and bin files to get:
Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid.
Well, I went back to the starting point setting all as it was originally but the last error consists! Anybody know how do go about it from here?
This is my first web app and is running well accept for this last problem. Help me set it free!
Thanks for all help, regards to all viewers. Henry.