I have designed my web page in asp.net its in aspx page. i need to covert it into html page .Because my server not support .aspx page help me to solve this issue
+1
A:
- Remove all the server side code
- Rename the file
or
- Open in web browser
- Pick Save As
David Dorward
2010-06-24 17:23:20
A:
put it on a server that supports asp, and then view the source and copy to a static html file
wowo_999
2010-06-24 17:23:54
+1
A:
Open it on your local machine in a browser, view the source (View | Source in IE, View | Page Source in Firefox etc ), then save that page source as pagename.html.
Obviously you'll lose any asp.net page methods etc.
amelvin
2010-06-24 17:25:49