what are the differences between windows services and web
services?
Answer Posted / varun
a windows service is installed on a Windows box and is very
windws platform dependent. it keeps running in the back
ground even if the user has logged off. a service is
typically use ful where on servers there are long running
processes.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
Write the different features of a Thread and a Process?
How many types of triggers are there in update panel?
Where sessions are stored in asp.net?
What is viewstate parameter?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Where is session data stored in asp net?
What is another word for redirect?
How can u debug your .net application?
Explain the difference between overriding and overloading?
What are the types of caching in asp.net?
What is a SESSION and APPLICATION object?
What are the events that happen when a client requests an asp.net page from iis server?
Any disadvantages in Dataset and in reflection ?
Explain State management in asp.net
If we remove web.config or machine.config from the application then, is this application will works?