web 2.0

Config IIS7 for ASP.NET (Windows 7)

Config IIS7 for ASP.NET (Windows 7) How to config IIS7 (Windows 7) for ASP.NET Web site (ASP.NET Application)

ShotDev Focus:
- Config IIS7 for ASP.NET (Windows 7)

GogoASP.NET IIS7 & Windows 7 & Windows Vista

Control Panel\All Control Panel Items\Administrative Tools

Config IIS7 for ASP.NET (Windows 7)

Internet Information Services (IIS) Manager

Config IIS7 for ASP.NET (Windows 7)

Click Default Web Site -> Right click on application -> Convert to Application

Config IIS7 for ASP.NET (Windows 7)

Click  OK

Config IIS7 for ASP.NET (Windows 7)

Test a asp.net script

hello.aspx


<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
Me.lblText.Text = "Hello World"
End Sub
</script>
<html>
<head>
<title>ShotDev.Com Tutorial</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Label id="lblText" runat="server"></asp:Label>
</form>
</body>
</html>

Config IIS7 for ASP.NET (Windows 7)

if Error Message : Server Error404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Config IIS7 for ASP.NET (Windows 7)

Go to : Turn Windows features on or off

Config IIS7 for ASP.NET (Windows 7)

Test again.

Config IIS7 for ASP.NET (Windows 7)

.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.