Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 25, 2012 08:37 AM by supervan
Member
12 Points
44 Posts
Aug 08, 2010 11:05 AM|LINK
I'm trying to run a asp .net 4.0 on IIS 7 and getting this error:
never seen this before, do have any clue how to handle this.... any ideas?
Participant
1102 Points
187 Posts
Aug 08, 2010 01:34 PM|LINK
You must register IIS to framework 4 to execute it correctly, try below command from Visual Studio 2010 command window
Please note that you need admin rights for that.
aspnet_regiis.exe -i
Aug 08, 2010 02:08 PM|LINK
I've tried runnig the command from the VS2010 command window and got : Command "aspnet_regiis.exe" is not valid
Aug 08, 2010 02:24 PM|LINK
You must follow the start menu as given below to get VS2010 command prompt
Start->All Programs -> Microsoft Visual Studio 2010 ->Visual Studio Tools -> Visual Sutdio Command Prompt(2010)
Right Click on the Visual Studio Command Prompt (2010) and select Run as Administrator incase of Windows 7 and Vista
then apply aspnet_regiis.exe -i
Aug 08, 2010 03:09 PM|LINK
got it....
thanks!!
16 Points
5 Posts
Dec 01, 2010 12:24 PM|LINK
check out this link,
http://wishmesh.com/2010/08/iis-7-5-error-handler-pagehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list/
5 Points
30 Posts
Feb 26, 2012 07:37 PM|LINK
I have the same problem but am currently using Visual Web Developer Express Tool. Not Visual Studio. Please help me..
Thanks,
Chi Ming
2 Points
1 Post
Nov 25, 2012 08:37 AM|LINK
joshyvjoseph aspnet_regiis.exe -i
That worked perfectly for me.
thanks!
asi80
Member
12 Points
44 Posts
Problem with ExecuteRequestHandler in iis7
Aug 08, 2010 11:05 AM|LINK
I'm trying to run a asp .net 4.0 on IIS 7 and getting this error:
<div> </div> <div> </div> <div> </div> <div> </div>never seen this before, do have any clue how to handle this.... any ideas?
joshyvjoseph
Participant
1102 Points
187 Posts
Re: Problem with ExecuteRequestHandler in iis7
Aug 08, 2010 01:34 PM|LINK
You must register IIS to framework 4 to execute it correctly, try below command from Visual Studio 2010 command window
Please note that you need admin rights for that.
aspnet_regiis.exe -i
asi80
Member
12 Points
44 Posts
Re: Problem with ExecuteRequestHandler in iis7
Aug 08, 2010 02:08 PM|LINK
I've tried runnig the command from the VS2010 command window and got :
Command "aspnet_regiis.exe" is not valid
joshyvjoseph
Participant
1102 Points
187 Posts
Re: Problem with ExecuteRequestHandler in iis7
Aug 08, 2010 02:24 PM|LINK
You must follow the start menu as given below to get VS2010 command prompt
Start->All Programs -> Microsoft Visual Studio 2010 ->Visual Studio Tools -> Visual Sutdio Command Prompt(2010)
Right Click on the Visual Studio Command Prompt (2010) and select Run as Administrator incase of Windows 7 and Vista
then apply aspnet_regiis.exe -i
asi80
Member
12 Points
44 Posts
Re: Problem with ExecuteRequestHandler in iis7
Aug 08, 2010 03:09 PM|LINK
got it....
thanks!!
RedSunBeer
Member
16 Points
5 Posts
Re: Problem with ExecuteRequestHandler in iis7
Dec 01, 2010 12:24 PM|LINK
check out this link,
http://wishmesh.com/2010/08/iis-7-5-error-handler-pagehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list/
RSB
chipun
Member
5 Points
30 Posts
Re: Problem with ExecuteRequestHandler in iis7
Feb 26, 2012 07:37 PM|LINK
I have the same problem but am currently using Visual Web Developer Express Tool. Not Visual Studio. Please help me..
Thanks,
Chi Ming
supervan
Member
2 Points
1 Post
Re: Problem with ExecuteRequestHandler in iis7
Nov 25, 2012 08:37 AM|LINK
That worked perfectly for me.
thanks!