ASP.NET & WebMatrix - Publish Web Site How to use WebMatrix and Publish Web Site
ShotDev Focus:
- WebMatrix Tool & Publish Web Site
MyFile.aspx
<%@ Page Language="VB" %> <script runat="server"> Sub Page_Load(sender As Object,e As EventArgs) Me.txtName.Text = "ShotDev.Com" End Sub </script> <html> <head> </head> <body> <form runat="server"> <asp:TextBox id="txtName" runat="server"></asp:TextBox> </form> </body> </html>
Start -> Programs -> Microsoft ASP.NET Web Matrix -> ASP.NET Web Matrix
Copy all source file to for use.
.
.
.
2adulterous…
…