Tech NovoGeek

...Technology Simplified

Showing posts with label ASP. Show all posts

Monday, March 12, 2012

Enter key considered as Button click in Classic asp

No comments :
Code to allow enter key to submit the page or to consider enter key as button click in Classic ASP
<input name="username"
onkeypress="if(event.keyCode == 13) this.form.btnSubmit.click()"/>

Wednesday, March 7, 2012

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.

No comments :

While I was hosting ASP website in iis7 I got the following error message. These are the steps I followed to solve the 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.

You just open control panel as shown below:

clip_image002
In the control panel you open “Turn windows features on or off” section as below:

clip_image003

Just refresh the page after finishing the above steps.