I have deploy my web application in IIS 7.0 and I get below error HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. It is possible that a handler mapping is missing. By default, the static file handler processes all content. The feature you are trying to use may not be installed. The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.) If ASP.NET is not installed.
Sagar H Mistry
Posts
-
Deploy web application in to IIS 7 -
IIS 7 deployment errorI have deploy my web application in IIS 7.0 and I get below error HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. It is possible that a handler mapping is missing. By default, the static file handler processes all content. The feature you are trying to use may not be installed. The appropriate MIME map is not enabled for the Web site or application. (Warning: Do not create a MIME map for content that users should not download, such as .ASPX pages or .config files.) If ASP.NET is not installed.
-
Cannot insert NULL in DB where datatype is DateTimecan you please send me your query and table script
-
Referance errorI have got the below error in BusinessLogic layer after convert my 3.5 framework solution in to framwork 4. I have used 3tier architectrue. namespace or type specified in the imports 'BusinessLogic' doesn't contain any public member or can not be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't Use any aliases
-
Change Password controll probmei have used control and control its works fine on my local machine but on live server if user already logedin and click on change password page redirect to login page... Please Reply if you have any solution Thanks