Hello friends, i want to show my ASP pages as HTML, in the address bar of IE or NE the ASP page extention for example (result.asp) should look like(result.html) how can i implenment this if anyone know about it pls tell me.
THANKS.
You can make IIS parse HTML files like ASP files...it's kinda dumb though.
-Go to control panel/admin tools/IIS
-Right click your virtual directory or web server (whatever you want to make it apply to), properties
-Under Home Directory or Virtual Directory, click Configuration
-Make a new entry exactly the same as the one for .asp, but with .html as the extension.
-Rename all of your ASPs to .HTML
-Ask yourself if it was worth the effort
Bookmarks