Showing posts with label ASP. Show all posts
Monday, March 12, 2012
Enter key considered as Button click in Classic asp
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.
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:
In the control panel you open “Turn windows features on or off” section as below:
Just refresh the page after finishing the above steps.
Subscribe to:
Posts
(
Atom
)