Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
GeneralRe: Loosley Coupled Events Pin
Member 81371055-Sep-12 12:51
Member 81371055-Sep-12 12:51 
GeneralRe: Loosley Coupled Events Pin
Member 81371056-Sep-12 6:50
Member 81371056-Sep-12 6:50 
Questionproblem executing console application Pin
dcof5-Sep-12 9:21
dcof5-Sep-12 9:21 
AnswerRe: problem executing console application PinPopular
Pete O'Hanlon5-Sep-12 9:28
mvePete O'Hanlon5-Sep-12 9:28 
GeneralRe: problem executing console application Pin
Wes Aday5-Sep-12 9:53
professionalWes Aday5-Sep-12 9:53 
GeneralRe: problem executing console application Pin
Pete O'Hanlon5-Sep-12 10:31
mvePete O'Hanlon5-Sep-12 10:31 
QuestionMS SQL to Remote path Pin
Warren Machanik5-Sep-12 6:57
Warren Machanik5-Sep-12 6:57 
AnswerRe: MS SQL to Remote path Pin
Dave Kreskowiak5-Sep-12 7:36
mveDave Kreskowiak5-Sep-12 7:36 
The error is what I would expect. You normally don't have write permissions to the filesystem from an ASP.NET application and the SQL Service account doing the backup on the SQL box probably is not going to have any permissions to any other boxes filesystem either.

You have to supply a folder path on the SQL server to write the backup to, NOT on the IIS box. Chances are really good you're not going have permissions to write the backup anywhere at all!

It's a good bet that you can't do this without the ISP's cooperation.

GeneralRe: MS SQL to Remote path Pin
Warren Machanik5-Sep-12 9:11
Warren Machanik5-Sep-12 9:11 
GeneralRe: MS SQL to Remote path Pin
Dave Kreskowiak5-Sep-12 12:38
mveDave Kreskowiak5-Sep-12 12:38 
GeneralRe: MS SQL to Remote path Pin
Warren Machanik5-Sep-12 18:35
Warren Machanik5-Sep-12 18:35 
GeneralRe: MS SQL to Remote path Pin
Dave Kreskowiak5-Sep-12 19:17
mveDave Kreskowiak5-Sep-12 19:17 
AnswerRe: MS SQL to Remote path Pin
Bernhard Hiller5-Sep-12 21:29
Bernhard Hiller5-Sep-12 21:29 
AnswerRe: MS SQL to Remote path Pin
Warren Machanik6-Sep-12 0:41
Warren Machanik6-Sep-12 0:41 
Questiondebug console application Pin
dcof5-Sep-12 6:47
dcof5-Sep-12 6:47 
AnswerRe: debug console application Pin
Pete O'Hanlon5-Sep-12 6:58
mvePete O'Hanlon5-Sep-12 6:58 
GeneralRe: debug console application Pin
dcof5-Sep-12 7:58
dcof5-Sep-12 7:58 
GeneralRe: debug console application Pin
Pete O'Hanlon5-Sep-12 8:09
mvePete O'Hanlon5-Sep-12 8:09 
AnswerRe: debug console application Pin
Dave Kreskowiak5-Sep-12 7:32
mveDave Kreskowiak5-Sep-12 7:32 
GeneralRe: debug console application Pin
dcof5-Sep-12 8:02
dcof5-Sep-12 8:02 
GeneralRe: debug console application Pin
Dave Kreskowiak5-Sep-12 12:35
mveDave Kreskowiak5-Sep-12 12:35 
QuestionC# execute console application Pin
dcof5-Sep-12 5:39
dcof5-Sep-12 5:39 
AnswerRe: C# execute console application Pin
Eddy Vluggen5-Sep-12 5:54
professionalEddy Vluggen5-Sep-12 5:54 
AnswerRe: C# execute console application Pin
glennPattonWork35-Sep-12 5:59
professionalglennPattonWork35-Sep-12 5:59 
GeneralRe: C# execute console application Pin
Shameel5-Sep-12 6:27
professionalShameel5-Sep-12 6:27 

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.