Click here to Skip to main content
15,889,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionThis SqlTransaction has completed; it is no longer usable Pin
Karan_TN27-Oct-09 20:12
Karan_TN27-Oct-09 20:12 
AnswerRe: This SqlTransaction has completed; it is no longer usable Pin
Sachin Dubey27-Oct-09 20:17
Sachin Dubey27-Oct-09 20:17 
GeneralRe: This SqlTransaction has completed; it is no longer usable Pin
Karan_TN27-Oct-09 21:12
Karan_TN27-Oct-09 21:12 
GeneralRe: This SqlTransaction has completed; it is no longer usable Pin
Christian Graus27-Oct-09 21:25
protectorChristian Graus27-Oct-09 21:25 
AnswerRe: This SqlTransaction has completed; it is no longer usable Pin
Abhishek Sur27-Oct-09 22:13
professionalAbhishek Sur27-Oct-09 22:13 
GeneralRe: This SqlTransaction has completed; it is no longer usable Pin
Karan_TN27-Oct-09 22:33
Karan_TN27-Oct-09 22:33 
AnswerRe: This SqlTransaction has completed; it is no longer usable Pin
carlecomm28-Oct-09 1:39
carlecomm28-Oct-09 1:39 
QuestionProblem in excel opening on IIS 5.1 Pin
amittinku27-Oct-09 20:08
amittinku27-Oct-09 20:08 
I have written a code to upload data from excel to oracle database in asp.net.This code is working fine on local machine. I have hosted this code
on web server IIS 5.1 using my credentials(OS window XP SP3, so default IIS is 5.1).

Problem :

When I login on the server machine using my login id ,the application runs fine. If I try to run this application from another local machine other
than server(using same my login id) then also there is no problem. But if someone else logs in into a local machine and tried to run the application using his id   then it’s not working..

This is my connection string:

OleDbConnection oledbConn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;" + "Data Source=" + Label1.Text + ";" + "Extended Properties=Excel 12.0");

The code fails after oledbConn.Open(); when someone else logs in into a local machine
AnswerRe: Problem in excel opening on IIS 5.1 Pin
Christian Graus27-Oct-09 21:26
protectorChristian Graus27-Oct-09 21:26 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
amittinku27-Oct-09 21:37
amittinku27-Oct-09 21:37 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
Christian Graus27-Oct-09 22:15
protectorChristian Graus27-Oct-09 22:15 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
amittinku27-Oct-09 22:21
amittinku27-Oct-09 22:21 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
Christian Graus27-Oct-09 22:36
protectorChristian Graus27-Oct-09 22:36 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
amittinku27-Oct-09 22:57
amittinku27-Oct-09 22:57 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
amittinku28-Oct-09 17:23
amittinku28-Oct-09 17:23 
GeneralRe: Problem in excel opening on IIS 5.1 Pin
amittinku28-Oct-09 18:43
amittinku28-Oct-09 18:43 
QuestionFavIcon.Ico Problum Pin
Sachin Dubey27-Oct-09 18:32
Sachin Dubey27-Oct-09 18:32 
AnswerRe: FavIcon.Ico Problum Pin
sashidhar27-Oct-09 19:19
sashidhar27-Oct-09 19:19 
QuestionVertical and Horizontle scroll bars in a dropdownlist Pin
haleemasher27-Oct-09 18:15
haleemasher27-Oct-09 18:15 
AnswerRe: Vertical and Horizontle scroll bars in a dropdownlist Pin
Sachin Dubey27-Oct-09 18:43
Sachin Dubey27-Oct-09 18:43 
GeneralRe: Vertical and Horizontle scroll bars in a dropdownlist Pin
haleemasher27-Oct-09 19:37
haleemasher27-Oct-09 19:37 
GeneralRe: Vertical and Horizontle scroll bars in a dropdownlist Pin
Sachin Dubey27-Oct-09 20:00
Sachin Dubey27-Oct-09 20:00 
AnswerRe: Vertical and Horizontle scroll bars in a dropdownlist Pin
sashidhar27-Oct-09 19:34
sashidhar27-Oct-09 19:34 
QuestionNot finding the Data Adapters and Validation Controls Pin
KSR8127-Oct-09 16:27
KSR8127-Oct-09 16:27 
AnswerRe: Not finding the Data Adapters and Validation Controls Pin
sashidhar27-Oct-09 19:31
sashidhar27-Oct-09 19:31 

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.