Amoumboilla
New Member
I've installed both the .NET framework, design enviorment, and server components on my machine only...<BR><BR>When I do an F5 from the design enviorment to view my page through the browser...<BR><BR>The page is not ran through IIS what I actually get is the same code that is in the design enviorment...<BR><BR>Below is what the browser produces...<BR><BR><%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%><BR><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><BR><HTML><BR> <HEAD><BR> <title></title><BR> <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0"><BR> <meta name="CODE_LANGUAGE" content="Visual Basic 7.0"><BR> <meta name="vs_defaultClientScript" content="JavaScript"><BR> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"><BR> </HEAD><BR> <body MS_POSITIONING="GridLayout"><BR> <form id="Form1" method="post" runat="server"><BR> <asp:Calendar id="Calendar1" style="Z-INDEX: 101; LEFT: 147px; POSITION: absolute; TOP: 73px" runat="server"></asp:Calendar><BR> </form><BR> </body><BR></HTML><BR><BR>Would anyone have any ideas as to why this is happening..?I am having the exact same problem, did you ever figure out how to fix this? If so please let me know, this is driving me crazy. I have VS6 and .NET on the same machine. ASP pages are processed but ASP.NET pages are not. The source for the .NET page is displayed in my browser window.