Need help in web developement

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

    Need help in web developement

    hi
    I am doni. I have a problen while deploying the aspx website in network. But I can able to run html based websites. But not able to host asp.net base webpage.

    But the asp.net base website can be run on ASP.Net Server. while i am trying to run on Version

    Version Information: Microsoft .NET Framework Version:1.1.432 2.2375; ASP.NET Version:1.1.432 2.2378
    Server Error in '/' Application.
    _______________ _______________ __________
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Unrecognized configuration section 'xhtmlConforman ce'

    Source Error:

    Line 72: -->
    Line 73: <globalizatio n requestEncoding ="utf-8" responseEncodin g="utf-8"/>
    Line 74: <xhtmlConforman ce mode="Legacy"/></system.web>
    Line 75: </configuration>

    Source File: C:\Inetpub\root \web.config Line: 74
    _______________ _______________ __________

    I got this Error while Using the

    Version Information: Microsoft .NET Framework Version: 2.0.50727; ASP.NET Version: 2.0.50727

    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    _______________ _______________ __________
    Please try the following:
    • Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
    • If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
    • Click the Back button to try another link.
    HTTP Error 404 - File or directory not found.
    Internet Information Services (IIS)
    _______________ _______________ __________
    Technical Information (for support personnel)
    • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
    • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.


    I am looking for reply with solutions.

    with regards,
    Doni
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    My understanding is that xhtmlConformanc e mode is only used once you migrate your app to .net 2. If you have a v1.1 app then I suggest you remove this reference. So which is this app - v1.1 or 2.0?

    Comment

    • donilourdu
      New Member
      • Jan 2007
      • 53

      #3
      thank you for your reply.
      Will you Help me How to remove that reference.

      But i have another System which contains windows XP SP2 . In that it has only dot net framework 2.0 there also it tells same Error. Page con't be displayed.
      403.1 some times 404 Error. But I can able to run Nomal html formats.

      Looking for good reply.

      with regards
      Doni

      Originally posted by kenobewan
      My understanding is that xhtmlConformanc e mode is only used once you migrate your app to .net 2. If you have a v1.1 app then I suggest you remove this reference. So which is this app - v1.1 or 2.0?

      Comment

      Working...