web 2.0

ASP.NET & WebMatrix - Run/Debug

ASP.NET & WebMatrix - Run/Debug How to use WebMatrix Run/Debug asp.net web site

ShotDev Focus:
- WebMatrix Tool & Run/Debug asp.net 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

ASP.NET & WebMatrix

Click Run (or F5)

Option 1. Use ASP.NET Web Matrix Server

ASP.NET & WebMatrix

Enter port.

ASP.NET & WebMatrix

Result.

Option 2. Use or create an IIS Virtual Root

ASP.NET & WebMatrix

input virtual application name.

ASP.NET & WebMatrix

Result.
.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.