Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML/XSL Error

Status
Not open for further replies.

ECB

Programmer
Aug 21, 2003
2
CA
Hello Everyone,

I just started a new web site. The previous sites I've worked on were all ColdFusion. Now, when I just create a blank page (File->New->Dynamic Page->ASP.Net C#), and I attempt to view the blank page, I get an error:

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

I honestly don't remember clicking on any options adding an XSL style sheet. Please Help
 
Did you install .NET framework, IIS 5, FP exts and other required components?
 
My .net framework is installed, ditto for IIS 5. I have no clue what FP extensions are, and as far as I understand, if I can view ColdFusion pages, using XML, then I should be able to view .ASPX pages.
 
FP - Front Page extensions
dealing with ASPX is more complicated than with CF.
You have to be sure that your virtual directories in IIS are created correctly with all permissions.
If you are using DWMX, I think that you have to publish or create your project first (DW will create VR Dir with DLL) and then you can view your ASPX files.
Sorry, I don't use DWMX for .NET & I may be off a little.
Try WebMatrix (free) or SharpDevelop (free) if you can't afford to buy VS.NET (the best) - you can do a lot more with these programs.
Oh, I just bought CCS - CodeCharge Studio.
This one rocks! I save weeks, not days or hours!
You create your project and publish it as PHP, CF, ASP.NET (C# or VB), Perl, JSP and everything works!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top