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

ASP.NET

 
QuestionServer did not register with DCOM within the required timeout Pin
fulbright16-May-07 1:46
fulbright16-May-07 1:46 
QuestionAjax Masked Edit Pin
Atif Ali Bhatti16-May-07 1:15
Atif Ali Bhatti16-May-07 1:15 
QuestionHelp for MSMQ Pin
Glenn D'souza16-May-07 1:06
Glenn D'souza16-May-07 1:06 
AnswerRe: Help for MSMQ Pin
kubben16-May-07 3:29
kubben16-May-07 3:29 
GeneralRe: Help for MSMQ Pin
Glenn D'souza16-May-07 19:26
Glenn D'souza16-May-07 19:26 
GeneralRe: Help for MSMQ Pin
kubben17-May-07 4:54
kubben17-May-07 4:54 
GeneralRe: Help for MSMQ Pin
Glenn D'souza17-May-07 18:21
Glenn D'souza17-May-07 18:21 
GeneralRe: Help for MSMQ Pin
kubben18-May-07 1:55
kubben18-May-07 1:55 
Well, first with the MSMQ stuff I have done the MSMQ is on the server, so if the server is down so would the MSMQ. Now if you are taking about a process that is running on the server is down that is different. You don't want to put the MSMQ on the client since you could have different PCs. I believe there is a way to hook up multiple MSMQ together, but I have not done that.
First you need to set up the MSMQ on your server. If MSMQ is not installed you will need to add it. It is not installed by default. If you go into Add/remove programs then click on add/remove windows components
Select Application Server and then click details. Check the MSMQ check box click ok and then next and go through the wizard till it finishs.
Now that MSMQ is installed you need to create your private queue. I suggest using a namespace of the project. Something like companyname.project.module.inbound What ever server process that will be reading this queue, that user that runs that process needs to have full rights to the queue. So if you are writing a windows service, the user in the login for that windows service needs rights. Right click on the private queue and select security. Add the user and give the user full rights.
Now that your MSMQ is set up you just need to access it.
Let me know when you have the queue set up and then I will give you the code to read and write messages to the queue.

Ben
Questionquest Pin
jinovv16-May-07 1:04
jinovv16-May-07 1:04 
AnswerRe: quest Pin
N a v a n e e t h16-May-07 2:28
N a v a n e e t h16-May-07 2:28 
AnswerRe: quest Pin
tonymathewt16-May-07 18:41
professionaltonymathewt16-May-07 18:41 
Questionasp.net through c# dropdown list data attachment question Pin
Smrutiranjandebata16-May-07 0:57
Smrutiranjandebata16-May-07 0:57 
AnswerRe: asp.net through c# dropdown list data attachment question Pin
gauthee16-May-07 1:10
gauthee16-May-07 1:10 
AnswerRe: asp.net through c# dropdown list data attachment question Pin
Sylvester george16-May-07 1:52
Sylvester george16-May-07 1:52 
Questionaccess row number OnCheckedChanged inside gridView [modified] Pin
CandyMe16-May-07 0:49
CandyMe16-May-07 0:49 
AnswerRe: access row number OnCheckedChanged inside gridView Pin
Harini N K16-May-07 1:50
Harini N K16-May-07 1:50 
GeneralRe: access row number OnCheckedChanged inside gridView Pin
CandyMe17-May-07 21:11
CandyMe17-May-07 21:11 
QuestioniFrame Problem Pin
varshavmane16-May-07 0:42
varshavmane16-May-07 0:42 
QuestionHow to Deploy ASP.NET Application Pin
Jats_4ru16-May-07 0:02
Jats_4ru16-May-07 0:02 
AnswerRe: How to Deploy ASP.NET Application Pin
Jaiprakash M Bankolli16-May-07 0:15
Jaiprakash M Bankolli16-May-07 0:15 
GeneralRe: How to Deploy ASP.NET Application Pin
Jats_4ru16-May-07 0:54
Jats_4ru16-May-07 0:54 
GeneralRe: How to Deploy ASP.NET Application Pin
Jaiprakash M Bankolli16-May-07 2:39
Jaiprakash M Bankolli16-May-07 2:39 
GeneralRe: How to Deploy ASP.NET Application Pin
Jats_4ru17-May-07 0:27
Jats_4ru17-May-07 0:27 
QuestionLimelight Server Pin
Rahul Babu15-May-07 23:08
Rahul Babu15-May-07 23:08 
Questionfile dialog filter Pin
Amr M. K.15-May-07 22:46
Amr M. K.15-May-07 22:46 

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.