Insert ASP.NET script in HTML
-
I have made a small ASP script. But I don't know how to insert that script in HTML document. Because I think, if I insert this script in that HTML document, it will work on a server, if not it will not work.
-
I have made a small ASP script. But I don't know how to insert that script in HTML document. Because I think, if I insert this script in that HTML document, it will work on a server, if not it will not work.
In order to run an asp script it should be placed in an asp file and NOT an html file. This file should be placed on a server running IIS or a similar web server supporting asp/.net suc as cassini. When accessed from the server, the page is rendered an html data is displayed in the browser. You seem to be quite a beginner hence I suggest to get up a good book and try to move steb by step with it. Should you have any queries please do contact me. Thank you very much Chris