Click here to Skip to main content
15,885,366 members

Comments by Manish Kumar Namdev (Top 57 by date)

Manish Kumar Namdev 1-Jun-16 1:51am View    
Thanks for reply, but will this solve the problem "not to show .aspx" in address bar, even if the User hit the "pagename.aspx" it should act like MVC controller name.

However Now I am thinking to let it be only one url and will do the "Server.Transfer", but facing the challenge is my web site has menu and they are dynamically bind so how can I make Server.Transfer from an Anchor because ultimately it will be an html inside the browser.
Manish Kumar Namdev 24-Apr-15 1:57am View    
Thanks, but this is not what I am looking
Manish Kumar Namdev 14-Nov-14 10:08am View    
Error is this--> "WSE 808: The following transport scheme is not supported: file"
yes I copied the file at the location but this didn't work.

I am looking how to consume service at client side if I have only wsdl file at my local and that should work if I publish my site and try to consume the service. In my scenario service is hosted on server and I am building client with wsdl file. I am not using Service url for e.g. ("http://abc.com/somemething/endpoint1") while adding web reference to my project.
Manish Kumar Namdev 16-Jun-14 8:48am View    
I have put the both application in same solution. Shall I need to make both application's port same? I am not geeting why I am not able to access the API method. I checked in the properties both the application have two different port.
Manish Kumar Namdev 3-Apr-14 4:57am View    
Hi Prasad thanks to explain this...
yup! I got the meaning for cscript.exe "path for file" but this /E:Jscript has any special meaning or it is the directory?