Click here to Skip to main content
16,010,544 members
Home / Discussions / C#
   

C#

 
GeneralDelegates or objects Pin
User 988510-Dec-02 7:53
User 988510-Dec-02 7:53 
GeneralRe: Delegates or objects Pin
leppie10-Dec-02 8:29
leppie10-Dec-02 8:29 
GeneralRe: Delegates or objects Pin
User 988510-Dec-02 9:03
User 988510-Dec-02 9:03 
GeneralRe: Delegates or objects Pin
leppie10-Dec-02 11:27
leppie10-Dec-02 11:27 
GeneralXml Documentation Pin
afronaut10-Dec-02 7:06
afronaut10-Dec-02 7:06 
GeneralRe: Xml Documentation Pin
Not Active10-Dec-02 7:24
mentorNot Active10-Dec-02 7:24 
GeneralRe: Xml Documentation Pin
Kannan Kalyanaraman10-Dec-02 22:14
Kannan Kalyanaraman10-Dec-02 22:14 
GeneralWeb Service authentication issue Pin
Craig James10-Dec-02 4:37
Craig James10-Dec-02 4:37 
Hi all,

I have created a Web Service that accesses an MS Access database that is located on another computer. My problem comes when I try to use IIS 'Integrated Windows authentication'.

When I access the web service locally ie "http://localhost/webservice/webservice.asmx" I get access to the web service and when I call a web method it can access the database fine.

However, when I access the web service with "http://xxx.xxx.xxx.xxx/webservice/webservice.asmx" correctly I get the Windows authentication dialog popup and have to enter a valid user id, password, and domain to get access to the web service. But when I attempt to invoke a web method I get an error on trying to connect to the database with the following message:

Microsoft JET Database Engine The Microsoft Jet database engine cannot open the file '\\xxx.xxx.xxx.xxx\directory\DB\DB1.mdb'. It is already opened exclusively by another user, or you need permission to view its data.

The problem is not that someone else is opening the DB but I believe under the windows authentication I am not getting the privelage to access the network.

Any ideas??? Confused | :confused:
GeneralRe: Web Service authentication issue Pin
OBRon11-Dec-02 9:58
OBRon11-Dec-02 9:58 
GeneralOwnderDraw ComboBox Pin
mikasa10-Dec-02 3:27
mikasa10-Dec-02 3:27 
GeneralCast an Array to a Treenode Array Pin
Paul Watson10-Dec-02 1:15
sitebuilderPaul Watson10-Dec-02 1:15 
GeneralRe: Cast an Array to a Treenode Array Pin
James T. Johnson10-Dec-02 1:28
James T. Johnson10-Dec-02 1:28 
GeneralRe: Cast an Array to a Treenode Array Pin
Paul Watson10-Dec-02 1:32
sitebuilderPaul Watson10-Dec-02 1:32 
GeneralRe: Cast an Array to a Treenode Array Pin
leppie10-Dec-02 8:02
leppie10-Dec-02 8:02 
GeneralRe: Cast an Array to a Treenode Array Pin
Paul Watson10-Dec-02 20:39
sitebuilderPaul Watson10-Dec-02 20:39 
GeneralRe: Cast an Array to a Treenode Array Pin
Nick Parker10-Dec-02 4:14
protectorNick Parker10-Dec-02 4:14 
GeneralRe: Cast an Array to a Treenode Array Pin
James T. Johnson10-Dec-02 8:29
James T. Johnson10-Dec-02 8:29 
GeneralOpenDialog Pin
fredza9-Dec-02 21:36
fredza9-Dec-02 21:36 
GeneralControl bar Pin
fredza9-Dec-02 21:33
fredza9-Dec-02 21:33 
GeneralRe: Control bar Pin
David Stone10-Dec-02 4:56
sitebuilderDavid Stone10-Dec-02 4:56 
QuestionUsing C# dll in VB? Pin
$iva9-Dec-02 20:20
$iva9-Dec-02 20:20 
AnswerRe: Using C# dll in VB? Pin
Burt Harris9-Dec-02 21:47
Burt Harris9-Dec-02 21:47 
GeneralRe: Using C# dll in VB? Pin
Nick Parker10-Dec-02 4:20
protectorNick Parker10-Dec-02 4:20 
AnswerRe: Using C# dll in VB? Pin
Rickard Andersson209-Dec-02 21:48
Rickard Andersson209-Dec-02 21:48 
GeneralRe: Using C# dll in VB? Pin
Kannan Kalyanaraman9-Dec-02 22:37
Kannan Kalyanaraman9-Dec-02 22:37 

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.