Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ibon Colias #1
WebServices executive file
Hi all !!
I've got an ASP.net web service and I need to make a call to a .exe file, to
execute that file. Anyone knows how to do it ????
Thanks in advance.
Ibon Colias Guest
-
WebServices: Policy File Issues
Still looking for an answer here too. Right now, we are looking at other ways around this issue, but in certain cases having a solution for this... -
New bie for webservices
Hi all, I have an project that involve different development team . Is it possible to have C#.Net and VB.Net inside the same web service? I read... -
need to help to copy file from server to client through webservices
(Type your message here) Hi, I have to download a file from the server to the client using webservices. Its an xml file. Any help would be... -
WebServices file access problem with UNC Name.
Hi everybody, First of all, I know that the question has been asked many times, but I've never seen the answer till now : I have a WebService... -
File Upload using XML WebServices
Hello, I need to create an XML WebService that will allow to upload files to the server. Does anyone have an example of such service or know where... -
Martin Kulov #2
Re: WebServices executive file
"Ibon Colias" <icolias@hotmail.com> wrote in message
news:Oo4TvWojFHA.1372@TK2MSFTNGP10.phx.gbl...Hi Ibon,> Hi all !!
>
> I've got an ASP.net web service and I need to make a call to a .exe file,
> to execute that file. Anyone knows how to do it ????
Use Process.Start to execute the file. Just make sure that the web service
has enogh permissions to call the exe file.
Regards,
--
Martin Kulov
[url]http://www.codeattest.com/blogs/martin[/url]
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
Martin Kulov Guest
-



Reply With Quote

