M
Mike McCann
With the following code :
Line 72: 'Get a StreamReader class that can be used to read the file
Line 73: Dim objStreamWriter As StreamWriter
Line 74: objStreamWriter = File.AppendText(FILENAME)
I get :
Access to the path "c:\inetpub\wwwroot\CMM\Reports\Output.txt" is denied.
Can some one please direct me where I can find short concise info on setting
correct security settings
Thanks
Mike McCann
Line 72: 'Get a StreamReader class that can be used to read the file
Line 73: Dim objStreamWriter As StreamWriter
Line 74: objStreamWriter = File.AppendText(FILENAME)
I get :
Access to the path "c:\inetpub\wwwroot\CMM\Reports\Output.txt" is denied.
Can some one please direct me where I can find short concise info on setting
correct security settings
Thanks
Mike McCann