Click here to Skip to main content
15,916,379 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralNeed Help for Crystal Report Page Setup Pin
Murtuza Husain Miyan Patel5-Jan-05 2:04
professionalMurtuza Husain Miyan Patel5-Jan-05 2:04 
GeneralRe: Need Help for Crystal Report Page Setup Pin
Barathan6-Jan-05 2:34
Barathan6-Jan-05 2:34 
GeneralRe: Need Help for Crystal Report Page Setup Pin
Barathan6-Jan-05 2:38
Barathan6-Jan-05 2:38 
Generalaspi Pin
Anonymous5-Jan-05 1:43
Anonymous5-Jan-05 1:43 
GeneralAI Pin
ironic20055-Jan-05 1:36
ironic20055-Jan-05 1:36 
GeneralRe: AI Pin
Colin Angus Mackay5-Jan-05 5:45
Colin Angus Mackay5-Jan-05 5:45 
GeneralFile.Copy File Not Found Exception. Pin
netSam4-Jan-05 21:04
netSam4-Jan-05 21:04 
GeneralRe: File.Copy File Not Found Exception. Pin
Dave Kreskowiak5-Jan-05 1:47
mveDave Kreskowiak5-Jan-05 1:47 
netSam wrote:
the folder is shared with full permissions...

The folder is shared with full permissions to what account? Are your machines in a domain environment or workgroup?

Your web app runs on the server under, by default, the account ASPNET. This account normally doesn't have permissions to much else on the server, let alone other machines.

If you're running in a domain, then the account can be created in the domain and other machine in the domain will trust the account. All you have to do is give it permissions to the share/folder you want on the machine you want.

If your're running in workgroup, then each machine has it's own list of accounts and will not trust the accounts of another machine. In this case, you'll either have to give permissions to the Everyone or NETWORK group on the machine that is sharing out the files you want, or...

Create an account on the machine that is sharing out the files you want, give this account appropriate permissions to the share/folder, then rewrite your code to use this "machineName\Account" when it needs to login to the sharing machine and get at those files.

Also (almost forgot!), the ASPNET account on the server must also have appropriate permissions on the server where your copying these files to!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: File.Copy File Not Found Exception. Pin
netSam5-Jan-05 2:38
netSam5-Jan-05 2:38 
GeneralRe: File.Copy File Not Found Exception. Pin
Robert Rohde5-Jan-05 8:19
Robert Rohde5-Jan-05 8:19 
GeneralRe: File.Copy File Not Found Exception. Pin
netSam5-Jan-05 21:18
netSam5-Jan-05 21:18 
GeneralRe: File.Copy File Not Found Exception. Pin
Robert Rohde6-Jan-05 20:31
Robert Rohde6-Jan-05 20:31 
GeneralRe: File.Copy File Not Found Exception. Pin
netSam8-Jan-05 18:57
netSam8-Jan-05 18:57 
GeneralConstant Variables and Collection Pin
akaSDN4-Jan-05 19:20
akaSDN4-Jan-05 19:20 
GeneralRe: Constant Variables and Collection Pin
T Manjaly5-Jan-05 10:02
T Manjaly5-Jan-05 10:02 
GeneralRe: Constant Variables and Collection Pin
Levi Rosol7-Jan-05 22:39
Levi Rosol7-Jan-05 22:39 
GeneralRestricting or setting the max length for Dbgrid Pin
Anonymous4-Jan-05 15:57
Anonymous4-Jan-05 15:57 
GeneralSeveral instances of a control... Pin
TAlvord4-Jan-05 12:19
TAlvord4-Jan-05 12:19 
GeneralRe: Several instances of a control... Pin
Tom John5-Jan-05 22:11
Tom John5-Jan-05 22:11 
GeneralRe: Several instances of a control... Pin
TAlvord6-Jan-05 6:24
TAlvord6-Jan-05 6:24 
QuestionValidating user input text entered into an Edit Control? Pin
quickfix764-Jan-05 12:08
quickfix764-Jan-05 12:08 
General? - Confused about datasets Pin
normschaef4-Jan-05 7:55
normschaef4-Jan-05 7:55 
GeneralRichTextBox Selection Block Pin
Dave Londeck4-Jan-05 5:00
Dave Londeck4-Jan-05 5:00 
GeneralnetworkStream.BeginRead() / Threading doubt Pin
carlos_rocha4-Jan-05 4:00
carlos_rocha4-Jan-05 4:00 
GeneralRe: networkStream.BeginRead() / Threading doubt Pin
carlos_rocha5-Jan-05 1:11
carlos_rocha5-Jan-05 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.