realy there is nothing you realy need to do to that page other than change the session(variable).tostring
Now you may need to modify the include files drasticaly depending on what they are used for.
IF the Inlcude have ASP then they may need to be modified, if they are HTML and JAva you should be able to leave them alone.
You can use ASP and ASP.Net web pages on the same site. Unless you have a need to convert a page to ASP.net its not realy nessesary.
GO to
they have a free asp.net web page designer called web matrix (its free) and you can author ASP, ASP.NET and HTML pages
Good Luck
<HTML>
<%
If session("staffID".tostring) = "" Then
response.redirect("logon.asp?step=4"

End If
%>
<!-- #include virtual="/includes/setup.inc"-->
<!-- #include file="includes/logon/cookieCheck.inc"-->
<!-- #include virtual="/includes/page_setup/table_start.inc"-->
<%
Select case step
case "1"
response.redirect ("default.asp?Step=2"

%>
<% case "2" %>
<!-- #include virtual="/includes/homepage.inc" -->
<% case "5" %>
<!-- #include file="includes/metrics/showMetrics.inc"-->
<% End select %>
<!-- #include virtual="/includes/page_setup/table_end.inc"-->
</HTML>
George Oakes
Goakes@TiresPlus.com = Programmer
George@1-Specialday.com = Mobile DJ
Check out this awsome .Net Resource!