Link to home
Start Free TrialLog in
Avatar of primeradmin
primeradminFlag for United States of America

asked on

Cannot configure or open aspx code pages in Dreamweaver MX (ver7)

This is my second attempt to get help and slove this problem. I apparently do not know how to properly configure and set Dreamweaver up to fully ope an .aspx page. All I get is this code:
---------------------
"<%@ Page Language="C#" MasterPageFile="~/Content.master" Title="Untitled Page" %>

<%@ Register Src="~/CM/ucPage.ascx" TagName="ucPage" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <uc1:ucPage ID="UcPage1" runat="server" PageID="435" />
</asp:Content>"

----------------------------
....rather than the complete page xhtml code that I can edit. The Design view page is just blank.

I realize that their is some way that I have to configure Dreamweaver to process these pages but I cannot find out how to actually do it.
ASKER CERTIFIED SOLUTION
Avatar of Sammy
Sammy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Totally behind sammy1971 on this one.  DW had poor support for ASP.NET 1, and has zero support for .NET 2.  It was the reason I had to move away and start using Microsoft's free Visual Web Developer, which is designed solely around the .NET framework...

http://msdn.microsoft.com/vstudio/express/vwd/
Avatar of primeradmin

ASKER

I've discovered that sammy197's info seems to be correct. Even Adobes latest Dreamweaver has issues with ASP, ASPX.