Click here to Skip to main content
15,902,114 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: gridview edit Pin
Michael Sync4-Jul-07 23:55
Michael Sync4-Jul-07 23:55 
Questionbind data to a user control Pin
Sebastian T Xavier4-Jul-07 23:17
Sebastian T Xavier4-Jul-07 23:17 
QuestionMSMQs Pin
honeyss4-Jul-07 22:58
honeyss4-Jul-07 22:58 
AnswerRe: MSMQs Pin
Piyush Vardhan Singh4-Jul-07 23:18
Piyush Vardhan Singh4-Jul-07 23:18 
GeneralRe: MSMQs Pin
honeyss4-Jul-07 23:30
honeyss4-Jul-07 23:30 
AnswerRe: MSMQs Pin
InsDev4-Jul-07 23:54
InsDev4-Jul-07 23:54 
AnswerRe: MSMQs Pin
Pete O'Hanlon5-Jul-07 0:15
mvePete O'Hanlon5-Jul-07 0:15 
GeneralRe: MSMQs Pin
honeyss5-Jul-07 0:24
honeyss5-Jul-07 0:24 
i have declared a queuepath in web.config as
<add key="QueuePath" value="FormatName:Direct=TCP:IPAddress\Quename">

Inplace of IPaddress i would like to give the machine number which doesnt belongs to me.

and in code behind i created the queue as
string mqPath =QueuePath + "result";
MessageQueue mq = MessageQueue.Create(mqPath, false);

After doing this i am getting an error:
Queue cannot be created with the FormatName:Direct=TCP:IPAddress\Quename........

Help me how to create a public queue in the remote machine.
GeneralRe: MSMQs Pin
Pete O'Hanlon5-Jul-07 0:38
mvePete O'Hanlon5-Jul-07 0:38 
GeneralRe: MSMQs Pin
honeyss5-Jul-07 1:14
honeyss5-Jul-07 1:14 
GeneralRe: MSMQs Pin
Pete O'Hanlon5-Jul-07 1:20
mvePete O'Hanlon5-Jul-07 1:20 
GeneralRe: MSMQs Pin
honeyss5-Jul-07 1:28
honeyss5-Jul-07 1:28 
GeneralRe: MSMQs Pin
Colin Angus Mackay5-Jul-07 1:32
Colin Angus Mackay5-Jul-07 1:32 
GeneralRe: MSMQs Pin
honeyss5-Jul-07 1:45
honeyss5-Jul-07 1:45 
GeneralRe: MSMQs Pin
Colin Angus Mackay5-Jul-07 6:49
Colin Angus Mackay5-Jul-07 6:49 
GeneralRe: MSMQs Pin
Pete O'Hanlon5-Jul-07 1:54
mvePete O'Hanlon5-Jul-07 1:54 
Questionscrollbar at bottom Pin
Piyush Vardhan Singh4-Jul-07 22:53
Piyush Vardhan Singh4-Jul-07 22:53 
QuestionBuilding a Content Management Site Pin
macca244-Jul-07 22:45
macca244-Jul-07 22:45 
AnswerRe: Building a Content Management Site Pin
SHatchard4-Jul-07 23:11
SHatchard4-Jul-07 23:11 
QuestionAdding Profile Pin
Suryanairg4-Jul-07 22:09
Suryanairg4-Jul-07 22:09 
AnswerRe: Adding Profile Pin
Pete O'Hanlon5-Jul-07 0:17
mvePete O'Hanlon5-Jul-07 0:17 
Questionsomething like Google Book ... Pin
amin_behzadi4-Jul-07 21:58
professionalamin_behzadi4-Jul-07 21:58 
AnswerRe: something like Google Book ... Pin
Michael Sync5-Jul-07 0:08
Michael Sync5-Jul-07 0:08 
GeneralRe: something like Google Book ... Pin
Michael Sync5-Jul-07 0:20
Michael Sync5-Jul-07 0:20 
AnswerRe: something like Google Book ... Pin
Michael Sync5-Jul-07 0:15
Michael Sync5-Jul-07 0:15 

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.