WCF - Error 500.21 Handler "svc-Integrated" has a bad module "ManagedPipelineHandler" in its module list"
If you see this error you havent installed the prerequistes for ASP.NET 4.
Try this
- Open Visual Studio Command Prompt
- Type the following:
- aspnet_regiis.exe -i
- Run the command
- Try your service again...
- Happy Face - it should be working :-)
This basically installs the necessary ASP pieces to get your service up and working!
'asp.net' 카테고리의 다른 글
HTTP Error 404.3: WCF Hostes in IIS. Add a MIME type (0) | 2015.09.06 |
---|---|
Playing Videos like YouTube and Thumbnail Creation in ASP.Net (0) | 2010.06.12 |