Answer Posted / sitakanta
Open the Visual Studio .Net Command Prompt and give the path of application
for example C:\bin\Debug> and then type InstallUtil Service.exe
To uninstall, InstallUtil /u Service.exe
After Installation ,right click My Computer and Select 'Manage' and Select 'Service and Applications' and in that Select 'Services'
Select 'Service' and start the Service.
IF No ERROR in your COde, It will work !
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are user controls?
Define dll hell?
What are the events that happen when a client requests an asp.net page from iis server?
Explain how can you debug your .net application?
What are the memory-mapped files?
How many types of sessions in asp.net?
What are the validation controls available in ASP.NET?
What is gridview in asp.net?
What do you mean by caching in asp.net?
Define web.config in .net?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the part of url?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is the difference between sealed vs static class?