Click here to Skip to main content
16,007,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Which is a local-machine path. So unless Sql Server and the web server are both on the same machine that isn't going to work. (You didn't say if they are.)

It shouldn't be necessary to mention this, and please don't take offense: If the file is on the client computer it's obviously also not going to work. You can of course let a user upload a file to the web server and then use it there.

In general, the spreadsheet file needs to be in a location where Sql Server can reach it, and referred to with the correct path from Sql Server's point of view. In general, you probably want your application to work whether the Sql Server instance is running locally or on another computer (your app after all probably only knows what connection string it is using).

If it is an uploaded file you may want to create a shared folder on the web server, set up with the right permissions so Sql Server can access it. You can go the other way and put the file on the machine Sql Server is on, but I believe this would require impersonation since by default the asp.net user is a local machine user that cannot use any network resources (for security reasons; should your app be compromised in some way, at least the entire network isn't at risk).
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 
GeneralRe: How to transfer the collected values of javascript in ajax Pin
Kannan Ar7-Oct-09 4:27
professionalKannan Ar7-Oct-09 4:27 
GeneralRe: How to transfer the collected values of javascript in ajax Pin
-Muc_7-Oct-09 4:34
-Muc_7-Oct-09 4:34 

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.