Folks,
Let me say first, I know nothing about Win7. Basically I'm a programmer of apps and not familiar with all that is necessary to get apps to work on this OS.
My situation is this: A client has a local web based application using IIS backed by an Access DB. All the script files have .asp extensions. In attempting to port the app from a Vista box (where it worked just fine, thank you) to the Win7 box I keep getting errors. Basically a 404.3 Error stating the page being requested cannot be served because of the extension configuration. If the page is a script, add a handler. If the file shoud be downloaded, add a MIME map.
Other suggestions were that ASP.NET wasn't installed. So I went to the Net and installed it. Took forever. And still the app wouldn't launch.
Also the Detailed Error Information was as follows:
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL Physical Path C:\inetput\wwwroot\inventory\default.asp
Logon Method Anonymous
Logon User Anonymous
I tried reading the KB article, When I type inetmgr in the search box I don't get a Program list. But I do see the Handler Mappings icon. Yet the instructions don't explain how to configure a handler, just how to add one.
I'm at a total loss here and any guidance would be greatly appreciated.
Thanks,
Vic
Let me say first, I know nothing about Win7. Basically I'm a programmer of apps and not familiar with all that is necessary to get apps to work on this OS.
My situation is this: A client has a local web based application using IIS backed by an Access DB. All the script files have .asp extensions. In attempting to port the app from a Vista box (where it worked just fine, thank you) to the Win7 box I keep getting errors. Basically a 404.3 Error stating the page being requested cannot be served because of the extension configuration. If the page is a script, add a handler. If the file shoud be downloaded, add a MIME map.
Other suggestions were that ASP.NET wasn't installed. So I went to the Net and installed it. Took forever. And still the app wouldn't launch.
Also the Detailed Error Information was as follows:
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL Physical Path C:\inetput\wwwroot\inventory\default.asp
Logon Method Anonymous
Logon User Anonymous
I tried reading the KB article, When I type inetmgr in the search box I don't get a Program list. But I do see the Handler Mappings icon. Yet the instructions don't explain how to configure a handler, just how to add one.
I'm at a total loss here and any guidance would be greatly appreciated.
Thanks,
Vic