Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can any body Tell me about 64 bit Pin
windhopper17-Jul-08 23:54
windhopper17-Jul-08 23:54 
GeneralRe: Can any body Tell me about 64 bit Pin
wasimsharp18-Jul-08 0:10
wasimsharp18-Jul-08 0:10 
QuestionConsume a webservice in a WebApplicationnew Pin
AS@1317-Jul-08 23:37
AS@1317-Jul-08 23:37 
AnswerRe: Consume a webservice in a WebApplicationnew Pin
N a v a n e e t h17-Jul-08 23:43
N a v a n e e t h17-Jul-08 23:43 
QuestionRe: Consume a webservice in a WebApplicationnew Pin
AS@1317-Jul-08 23:52
AS@1317-Jul-08 23:52 
AnswerRe: Consume a webservice in a WebApplicationnew Pin
enginço18-Jul-08 0:03
enginço18-Jul-08 0:03 
QuestionRe: Consume a webservice in a WebApplicationnew Pin
AS@1318-Jul-08 0:11
AS@1318-Jul-08 0:11 
AnswerRe: Consume a webservice in a WebApplicationnew Pin
enginço18-Jul-08 0:35
enginço18-Jul-08 0:35 
I did a new webService and I used it in a webApp.

WebReferances => MyNewWebService...

MyNewWebService.MyMethods mm = new MyNewWebService.MyMethods();
double dd = mm.CalSum(1d, 155d);

in IIS:

MyWebService => Properties => security

it has :
Everyone read&execute rights,
IIS_IUSRS read&execute rights.

voila... it is working.

and I didn't use credentials to call methods...
QuestionRe: Consume a webservice in a WebApplicationnew Pin
AS@1318-Jul-08 0:56
AS@1318-Jul-08 0:56 
QuestionUse NGEN with WebDeployment Pin
Merlin Tintin17-Jul-08 23:06
Merlin Tintin17-Jul-08 23:06 
AnswerRe: Use NGEN with WebDeployment Pin
Scott Dorman18-Jul-08 1:09
professionalScott Dorman18-Jul-08 1:09 
AnswerRe: Use NGEN with WebDeployment Pin
Simon P Stevens18-Jul-08 2:00
Simon P Stevens18-Jul-08 2:00 
GeneralRe: Use NGEN with WebDeployment Pin
Merlin Tintin18-Jul-08 4:17
Merlin Tintin18-Jul-08 4:17 
GeneralRe: Use NGEN with WebDeployment Pin
Daniel Grunwald18-Jul-08 6:06
Daniel Grunwald18-Jul-08 6:06 
GeneralRe: Use NGEN with WebDeployment Pin
Simon P Stevens18-Jul-08 7:59
Simon P Stevens18-Jul-08 7:59 
QuestionAbout Event Handlig - KeyDown Pin
selcuks17-Jul-08 23:00
selcuks17-Jul-08 23:00 
AnswerRe: About Event Handlig - KeyDown Pin
enginço17-Jul-08 23:50
enginço17-Jul-08 23:50 
AnswerRe: About Event Handlig - KeyDown Pin
Mbah Dhaim18-Jul-08 0:11
Mbah Dhaim18-Jul-08 0:11 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 0:23
selcuks18-Jul-08 0:23 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 0:50
enginço18-Jul-08 0:50 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 1:04
selcuks18-Jul-08 1:04 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 1:22
enginço18-Jul-08 1:22 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 2:00
selcuks18-Jul-08 2:00 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 2:26
enginço18-Jul-08 2:26 
QuestionHttp 502 and 503 errors Pin
George_George17-Jul-08 21:38
George_George17-Jul-08 21:38 

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.