Hi there,
I'm trying to set up a virtual directory for a website which I have created in ASP.NET and wish to run in IIS7. However, I am given Server Error 404.3 in which it has been suggesgted that I try all of the following (shorter version of error):
- Ensure that the expected handler for the current page is mapped.
- Please verify that the feature you are trying to use is installed.
- Ensure that ASP is installed.
- Verify that the MIME map is enabled or add the MIME map for the Web site
using the command-line tool appcmd.exe.
- Create a tracing rule to track failed requests for this HTTP status code. For
more information about creating a tracing rule for failed requests, click here.
Links
Adding the FileHandler was the most difficult step and I used these pages to help me:
http://msdn.microsoft. com/en-us/library/ms228090.aspx
http://msdn.microsoft. com/en-us/library/bb515343.aspx
After performing all steps to the best of my knowledge, I still get the same error.
Am I going about solving the file handler problem in the right way?
Has anyone had this problem when using IIS 7 but not with previous versions of IIS and if so, how id you get round the problem?
I'm trying to set up a virtual directory for a website which I have created in ASP.NET and wish to run in IIS7. However, I am given Server Error 404.3 in which it has been suggesgted that I try all of the following (shorter version of error):
- Ensure that the expected handler for the current page is mapped.
- Please verify that the feature you are trying to use is installed.
- Ensure that ASP is installed.
- Verify that the MIME map is enabled or add the MIME map for the Web site
using the command-line tool appcmd.exe.
- Create a tracing rule to track failed requests for this HTTP status code. For
more information about creating a tracing rule for failed requests, click here.
Links
Adding the FileHandler was the most difficult step and I used these pages to help me:
http://msdn.microsoft. com/en-us/library/ms228090.aspx
http://msdn.microsoft. com/en-us/library/bb515343.aspx
After performing all steps to the best of my knowledge, I still get the same error.
Am I going about solving the file handler problem in the right way?
Has anyone had this problem when using IIS 7 but not with previous versions of IIS and if so, how id you get round the problem?
Comment