Tags

, , , ,


As some how I got my AspNet State service failed to run, its deleted automatically. So there was not such service in my service listing. To get it running again we need it install it.

Following are the commend to install it back:

1. Open you command prompt:

        • a) Go to the .net Framework directory [Form me its .NET 4 and 64 bit Win 7]: X:\Windows\Microsoft.NET\Framework64\v4.0.30319>
      • b) Run the following commands:
                      •              aspnet_regiis.exe –u
                                     aspnet_regiis.exe –i
                                     aspnet_regiis.exe –c

                        You should now get the service running and can view the list of service services.msc.

                        StateService