Uploading problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ktg024
    New Member
    • May 2007
    • 21

    Uploading problem

    Hi all
    I developed a website which only has a button and a text box. It works fine in local machine.

    When i upload the project folder to my server the .aspx pages are blank but all .html pages displaying its contents properly.

    What i need to do to view this page

    thanks in advance........ :)
    Waiting for reply
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This is possibly an IIS problem, but you don't get an error message?

    Comment

    • ktg024
      New Member
      • May 2007
      • 21

      #3
      Originally posted by kenobewan
      This is possibly an IIS problem, but you don't get an error message?
      So What is the conclusion, what i need to do to work that properly

      Comment

      • balabaster
        Recognized Expert Contributor
        • Mar 2007
        • 798

        #4
        Sounds like ASP.NET isn't installed and registered properly in IIS. (lookup aspnet_regiis -i) .. try re-registering IIS in the ASP.NET webserver, make sure the ASPNET, IUSR_[MachineName] and the IIS Worker group process accounts all have read/write access to the root directory of your website.

        Also, make sure that your website (in Internet Information Services Manager) references the correct version of ASP.NET for your application.

        If it was an issue with the pages loading, you'd get errors. If the wrong version of ASP.NET was registered you'd get errors... so it's sounding like it's not registered at all, so when you get to an aspx page, IIS just doesn't know what to do with it - consequently you get a blank page.

        Comment

        Working...