Click here to Skip to main content
16,015,097 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Adding Web Forms Dynamically Pin
Abhijit Jana14-Apr-09 1:57
professionalAbhijit Jana14-Apr-09 1:57 
GeneralRe: Adding Web Forms Dynamically Pin
S.Aijaz15-Apr-09 4:10
S.Aijaz15-Apr-09 4:10 
QuestionHow I can retrieve long text from data base in multi line instead of a long line? Pin
Saba0213-Apr-09 23:24
Saba0213-Apr-09 23:24 
AnswerRe: How I can retrieve long text from data base in multi line instead of a long line? Pin
SeMartens14-Apr-09 0:21
SeMartens14-Apr-09 0:21 
GeneralRe: How I can retrieve long text from data base in multi line instead of a long line? Pin
Saba0214-Apr-09 2:27
Saba0214-Apr-09 2:27 
QuestionAccessing MSMQ from Web Service Pin
BillyGoatGruff13-Apr-09 23:11
BillyGoatGruff13-Apr-09 23:11 
AnswerRe: Accessing MSMQ from Web Service Pin
Abhijit Jana13-Apr-09 23:35
professionalAbhijit Jana13-Apr-09 23:35 
AnswerRe: Accessing MSMQ from Web Service Pin
BillyGoatGruff13-Apr-09 23:48
BillyGoatGruff13-Apr-09 23:48 
Thanks Abhijit,

Your understanding of the problem is pretty close, in that the process trying to execute the code is running as a different under IIS than it does under Cassini.

I am using IIS 5.0 and so I cannot create a separate app pool, although I can alter bay various means the user that the code runs as.

The problem was that regardless of which user I ran it as - I always got the same error message - even when the user was a member of the local and domain administrator groups, and this user had full permissions on the queue. i.e. It is barely possible to assign more rights to a user.

It turns out, that using a FormatName for the queue, rather than a path name (myMachine\queueName) has solved the problem...

FormatName:DIRECT=OS:myMachine\myQueue

I am uncertain as to exactly why this is the case. Reading up has showed that when a path name is used, there is a necessity for an AD lookup, and although I think that the users that I have been testing with should have rights to do this, perhaps there is something missing.

However the immediate problem is solved and that's good enough for me.

Thanks very much for your response.
Question[Message Deleted] Pin
pallavi shrivastava13-Apr-09 22:07
pallavi shrivastava13-Apr-09 22:07 
AnswerRe: login page Pin
Abhishek Sur13-Apr-09 22:21
professionalAbhishek Sur13-Apr-09 22:21 
Generallogin page Pin
pallavi shrivastava13-Apr-09 22:25
pallavi shrivastava13-Apr-09 22:25 
GeneralRe: login page Pin
Abhijit Jana13-Apr-09 23:05
professionalAbhijit Jana13-Apr-09 23:05 
AnswerRe: login page Pin
prubyholl13-Apr-09 22:33
professionalprubyholl13-Apr-09 22:33 
AnswerRe: login page Pin
Abhijit Jana13-Apr-09 22:59
professionalAbhijit Jana13-Apr-09 22:59 
AnswerRe: login page Pin
Vimalsoft(Pty) Ltd13-Apr-09 23:36
professionalVimalsoft(Pty) Ltd13-Apr-09 23:36 
AnswerRe: login page Pin
J4amieC14-Apr-09 0:56
J4amieC14-Apr-09 0:56 
GeneralRe: login page Pin
Abhijit Jana14-Apr-09 1:24
professionalAbhijit Jana14-Apr-09 1:24 
GeneralRe: login page Pin
J4amieC14-Apr-09 1:30
J4amieC14-Apr-09 1:30 
GeneralRe: login page Pin
Abhijit Jana14-Apr-09 1:53
professionalAbhijit Jana14-Apr-09 1:53 
GeneralRe: login page Pin
Yusuf14-Apr-09 1:42
Yusuf14-Apr-09 1:42 
AnswerRe: login page Pin
Sr...Frank14-Apr-09 1:06
Sr...Frank14-Apr-09 1:06 
QuestionCustom Error Page Pin
Niungareamit13-Apr-09 21:58
Niungareamit13-Apr-09 21:58 
AnswerRe: Custom Error Page Pin
Abhishek Sur13-Apr-09 22:23
professionalAbhishek Sur13-Apr-09 22:23 
QuestionGet UTC Time Using WebService [modified] Pin
Sundeep Ganiga13-Apr-09 21:12
Sundeep Ganiga13-Apr-09 21:12 
AnswerRe: Get UTC Time Using WebService Pin
metallica_rock1013-Apr-09 23:54
metallica_rock1013-Apr-09 23:54 

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.