3
Answers

How relevent is the web forms in todays tech ?

Harshad Jaybhay

Harshad Jaybhay

Sep 21
407
1

Currently i am working on the web forms where I can see the rigidness and complex things in the web forms compared to the asp.net MVC. 

Do I ask for any other project in different domain or else continue in the web forms ?

Answers (3)
0
Tejas Trivedi

Tejas Trivedi

610 1.8k 183.5k 8y
Hi Nikhil,
 
MMC means Microsoft Management Console, its an interface console, usually you get by using Services.msc command in Run window.
 
Hope, this will answer your query. Feel free to write if you need more information.
 
Please don't forget to mark as answer if this helps.
0
Nikhil Ladva

Nikhil Ladva

NA 129 84.9k 8y
thanks for answer
but what is MMC?
0
Tejas Trivedi

Tejas Trivedi

610 1.8k 183.5k 8y
Hi Nikhil,
 
The one of the reason for this error is your service code is throwing some exception and because of that service is not being started by MMC.
 
Now, to get the exact exception, you need to check event viewer. it must be logged in event viewer under Application/windows error logs.
 
Hope, this will help you to diagnose the issue. Feel free to write if you need more information on this.
 
Please don't forget to mark as answer if this helps.