Marlon and Peace:
Thanks for your help.
After I made the change you suggested, however, another error message:
The page cannot be displayed.
HTTP 500 - Internal server error
I installed VS.NET before IIS was installed. Can this cause a problem?
Thanks.
Jin
Quote:
quote:Originally posted by planeswalk
Hi,
You need to make sure that .aspx files are configured to use the aspnet_isapi.dll runtime component. In your IIS, right-click your application and click on Properties. Then go to the Home Directory tab and click on the Configuration button. This window will come up with three tabs: click on the App Mappings tab and you should see a list of file extensions available in your server. Look for the .aspx extension and Edit it so it's pointing to C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_ isapi.dll or \v1.1.4322\aspnet_isapi.dll, depending on what version of .NET you have installed.
Cheers!
Marlon
|