Click here to Skip to main content
15,906,558 members

Comments by Member 8070609 (Top 4 by date)

Member 8070609 6-May-14 0:07am View    
Net framwork 4.5, mvc 4
Member 8070609 5-May-14 23:58pm View    
I did this and the following error:
HTTP Error 500.21 - Internal Server Error
Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list

Most likely causes:
Managed handler is used; however, ASP.NET is not installed or is not installed completely.
There is a typographical error in the configuration for the handler module list.
During application initialization, either the application initialization feature has set skipManagedModules to true, or a rewrite rule is setting a URL that maps to a managed handler and is also setting SKIP_MANAGED_MODULES=1.

Things you can try:
Install ASP.NET if you are using managed handler.
Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule".
Ensure that any application initialization rewrite rules set SKIP_MANAGED_MODULE=0 when setting a URL that maps to a managed handler (such as .aspx, for example.)
As an alternative, ensure that application initialization rewrite rules map the request to an unmanaged handler (for example, to an .htm file, which is mapped to the StaticFileHandler.)
Member 8070609 29-Jul-13 1:33am View    
I'd like controller called with "-". for example:am-nhacController.csBut I do not run it.
Member 8070609 26-Apr-13 5:03am View    
No no. This does not exercises!