Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to write a IF Condition in Stored Procedure Pin
praveen.c@byzan.com8-Oct-09 0:22
praveen.c@byzan.com8-Oct-09 0:22 
QuestionImpersonation failing for a user. Pin
pankazmittal7-Oct-09 8:20
pankazmittal7-Oct-09 8:20 
QuestionDoes app_data get overwritten? Pin
NJlowB7-Oct-09 4:33
NJlowB7-Oct-09 4:33 
AnswerRe: Does app_data get overwritten? Pin
Kannan Ar7-Oct-09 4:39
professionalKannan Ar7-Oct-09 4:39 
Questionread xml file from the server using javascript [modified] Pin
dayakar_dn7-Oct-09 4:03
dayakar_dn7-Oct-09 4:03 
AnswerRe: read xml file from the server using javascript Pin
Manas Bhardwaj7-Oct-09 4:06
professionalManas Bhardwaj7-Oct-09 4:06 
Questionexecute ssis from asp.net Pin
arkiboys7-Oct-09 3:45
arkiboys7-Oct-09 3:45 
AnswerRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 4:01
dojohansen7-Oct-09 4:01 
The first thing to check is what "fileName" actually contains. Unless the server is on the same machine as the one executing the application containing your code, the path must of course be a network path and not a local-machine path. If they are on the same machine, it will at least need to be a rooted path (e.g. c:\toto\files\file.tata, not files\file.tata).

Also, on an aside, you may want to remove that catch block. First of all it's a waste of space as it doesn't do anything. Worse, when you rethrow like that you rewrite the entire stack trace. Therefore, whereever in your try block or something the try-block calls into an exception is thrown, the rethrown exception will only refer to the line "throw ex", which is rather less useful!
GeneralRe: execute ssis from asp.net [modified] Pin
arkiboys7-Oct-09 4:10
arkiboys7-Oct-09 4:10 
GeneralRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 4:43
dojohansen7-Oct-09 4:43 
GeneralRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 4:50
dojohansen7-Oct-09 4:50 
GeneralRe: execute ssis from asp.net Pin
arkiboys7-Oct-09 5:11
arkiboys7-Oct-09 5:11 
GeneralRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 7:04
dojohansen7-Oct-09 7:04 
GeneralRe: execute ssis from asp.net Pin
arkiboys7-Oct-09 11:23
arkiboys7-Oct-09 11:23 
GeneralRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 11:28
dojohansen7-Oct-09 11:28 
GeneralRe: execute ssis from asp.net Pin
arkiboys7-Oct-09 5:10
arkiboys7-Oct-09 5:10 
GeneralRe: execute ssis from asp.net Pin
dojohansen7-Oct-09 11:29
dojohansen7-Oct-09 11:29 
GeneralRe: execute ssis from asp.net Pin
arkiboys7-Oct-09 11:34
arkiboys7-Oct-09 11:34 
Questionperevent deletion file???????? Pin
azamt7-Oct-09 3:30
azamt7-Oct-09 3:30 
AnswerRe: perevent deletion file???????? Pin
Manas Bhardwaj7-Oct-09 3:52
professionalManas Bhardwaj7-Oct-09 3:52 
AnswerIf at first you don't succeed, repost the question Pin
Not Active7-Oct-09 6:47
mentorNot Active7-Oct-09 6:47 
AnswerRe: perevent deletion file???????? Pin
Christian Graus7-Oct-09 9:55
protectorChristian Graus7-Oct-09 9:55 
QuestionHow to transfer the collected values of javascript in ajax Pin
-Muc_7-Oct-09 3:25
-Muc_7-Oct-09 3:25 
AnswerRe: How to transfer the collected values of javascript in ajax Pin
Kannan Ar7-Oct-09 4:05
professionalKannan Ar7-Oct-09 4:05 
GeneralRe: How to transfer the collected values of javascript in ajax Pin
-Muc_7-Oct-09 4:20
-Muc_7-Oct-09 4:20 

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.