Answered by:
Errors when trying to access my data...

Question
-
User-668980994 posted
Ok, i'm trying to install a database that was hosted on my bosses Windows XP computer but IT surplussed his old computer without backing up the files. I have an old backup file and I am trying to install it on Windows 7. i have installed IIS 7 and converted the file to an application. I was told to allow asp.net to run on teh server but not sure what that means or how to do it. My assistant is having a hard time managing our students without the database. Here's the error that I get:
Any help is greatly appreciated.
Server Error in Application "DEFAULT WEB SITE/AAFDOTNET"
Internet Information Services 7.5
<fieldset><legend>Error Summary</legend>HTTP Error 500.21 - Internal Server Error
Handler "ASPNET-ISAPI-1.1-PageHandlerFactory" has a bad module "IsapiModule" in its module list
</fieldset><fieldset><legend>Detailed Error Information</legend>Module IIS Web Core Notification ExecuteRequestHandler Handler ASPNET-ISAPI-1.1-PageHandlerFactory Error Code 0x8007000d Requested URL http://jordanc.tncc.vccs.edu:80/aafdotnet/login.aspx Physical Path C:\inetpub\wwwroot\AAFDotNet\login.aspx Logon Method Anonymous Logon User Anonymous <fieldset><legend>Most likely causes:</legend>- 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.
<fieldset><legend>Things you can try:</legend>- 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".
<fieldset><legend>Links and More Information</legend>IIS core does not recognize the module. </fieldset>Wednesday, September 14, 2011 11:21 AM
Answers
-
User-1508232475 posted
hi ,
Please check the link below which guide you to run asp.net 1.1 application in the IIS 7.0
1) http://www.codingday.com/running-aspnet-11-on-iis7
2) http://forums.iis.net/t/1060234.aspx
3) http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/thanks
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 14, 2011 11:57 AM
All replies
-
User-1508232475 posted
hi ,
Please check the link below which guide you to run asp.net 1.1 application in the IIS 7.0
1) http://www.codingday.com/running-aspnet-11-on-iis7
2) http://forums.iis.net/t/1060234.aspx
3) http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/thanks
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 14, 2011 11:57 AM -
User-668980994 posted
Thanks so much! You are teh best! I got it to work. Now i just have to figure out the old passwords that were used 3 years ago in the database. :)
Thursday, September 15, 2011 9:34 AM -
User-197845877 posted
Did you finally figured out what was the cause of the problem?
Tuesday, October 4, 2011 6:14 AM