I need your help to the following.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donilourdu
    New Member
    • Jan 2007
    • 53

    I need your help to the following.

    hi every one,
    I need your help to the following. I was try to set a webpage in IIS for Local. I developed in aspx with C# codes. While running in VB.Net it runs. But while i try to run on IE it tells the following Error. But I can able to run web locally which is designed by HTML.

    Error in Internet Explorer
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    --------------------------------------------------------------------------------
    A name was started with an invalid character. Error processing resource 'http://localhost:8085/Default.aspx'. Line 1, Posi...

    <%@ page language="C#" autoeventwireup ="true" inherits="_Defa ult, App_Web_lkku3tk 5" %>
    -^

    Looking for solution.
    with regards,
    Doni
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    Get rid of the _Default, - the comma is what is messing things up.

    Originally posted by donilourdu
    hi every one,
    I need your help to the following. I was try to set a webpage in IIS for Local. I developed in aspx with C# codes. While running in VB.Net it runs. But while i try to run on IE it tells the following Error. But I can able to run web locally which is designed by HTML.

    Error in Internet Explorer
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    --------------------------------------------------------------------------------
    A name was started with an invalid character. Error processing resource 'http://localhost:8085/Default.aspx'. Line 1, Posi...

    <%@ page language="C#" autoeventwireup ="true" inherits="_Defa ult, App_Web_lkku3tk 5" %>
    -^

    Looking for solution.
    with regards,
    Doni

    Comment

    Working...