New to ASp.net ....regarding web service
-
Hi my question is How to install web service .. please do let me know Thanks Sindhu tiwari
its me sid
-
Hi my question is How to install web service .. please do let me know Thanks Sindhu tiwari
its me sid
-
A web service is just a regular web application.
Experience is the sum of all the mistakes you have done.
If u want to implement one of ur application in another application u have to reference the .dll of the required application in the developing application. An this process is also said as web service.
VanithaVasu
-
If u want to implement one of ur application in another application u have to reference the .dll of the required application in the developing application. An this process is also said as web service.
VanithaVasu
VanithaVasu wrote:
An this process is also said as web service.
:confused: I don't think so.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
If u want to implement one of ur application in another application u have to reference the .dll of the required application in the developing application. An this process is also said as web service.
VanithaVasu
VanithaVasu wrote:
If u want to implement one of ur application in another application u have to reference the .dll of the required application in the developing application. An this process is also said as web service.
Why do you think that? It sound like it's automation that you are talking about.
Experience is the sum of all the mistakes you have done.