Dnnn logged username from another application
Last Post 10/19/2015 11:13 PM by meenu. 4 Replies.
Author Messages
meenu
Nuke Master
Nuke Master
Posts:203


--
10/16/2015 2:02 PM  
Hi all,

I troubling from a last one week because of following issue. Pls help me

I added an remote asmx successfully.Trying to call asmx like below but getting error

"Unable to automatically step in to server.Connecting to machine xxx.com is failed.

how to solve this???

asmx service below

Dim CallWebService As New ServiceReference1.WebServiceDNNUserSoapClient()
Console.ReadLine()
Dim sGetValue As String = CallWebService.GetUsername()

webconfig below








binding="basicHttpBinding" bindingConfiguration="WebServiceDNNUserSoap"
contract="ServiceReference1.WebServiceDNNUserSoap" name="WebServiceDNNUserSoap" />

Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
10/17/2015 4:46 PM  
Hi Meenu,

Please add your code inside [ code ] [ /code ] so we can see it.

Sincerely,
Andy
meenu
Nuke Master
Nuke Master
Posts:203


--
10/17/2015 11:31 PM  
Andy,

Thank U.

Shall I ask, Where I will add [ code ] [ /code ] ????
In we.confiig???
I am using vb.net
Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
10/19/2015 9:26 AM  
Hi Meenu,

Sorry for the confusion. I meant to say to add the code tag inside the editor when posting your question.

That open and close code tags with brackets should surround the code and web.config section you paste here inside the forum. This way the code you paste you actually show up for us and not get discarded and chopped as it was done on your first post here on the forum.

I hope it is clear now.

BTW, [ code ] and [ /code ] should not have SPACES between the brackets and the "code". I've added the space so that you could see that CODE tag.

Sound complicated, I know

Sincerely,
Andy
meenu
Nuke Master
Nuke Master
Posts:203


--
10/19/2015 11:13 PM  
Hi ANdy,

Will do as suggested ..Thank U


---