Results 1 to 3 of 3

Thread: [RESOLVED] Deploy ASP.Net site to server

  1. #1

    Thread Starter
    Fanatic Member aconybeare's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    772

    Resolved [RESOLVED] Deploy ASP.Net site to server

    Hi,

    I'm trying to deploy my site to the server and have used the XCopy method.

    All my files are there but when I launch the site none of the asp.net controls are rendered / displayed.

    IIS and the .Net Framework 1.1 are both installed on the server.

    Is there anything else that I need to do?

    Any help will be greatly appreciated

    Cheers Al

  2. #2
    Hyperactive Member
    Join Date
    Apr 2003
    Location
    Three Rivers, MI
    Posts
    354

    Re: Deploy ASP.Net site to server

    Are your controls hard coded to a path or are they using virtual paths? If you page is coming up as a rendered page and the only thing missing is the user controls I would guess that it is a path problem. If it is something else please be specific error you are getting.

  3. #3

    Thread Starter
    Fanatic Member aconybeare's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    772

    Re: Deploy ASP.Net site to server

    BukHix,

    Hi I've just managed to sort it.

    I went into IIS documents and none of the asp.net file extensions were listed. I then maually added them all pointing them towards the -

    ...\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll

    which then resulted in a different error

    I then opened the command prompt navigated to

    ...\microsoft.net\framework\v1.1.4322
    and ran aspnet_regiis -i

    Once that completed I tried again and voila it worked

    Oh except for an annoying global.asa error I keep getting, which seems to be pointing to an old project. Once I deleted global.asa and his mates, I was cooking on gas.

    Cheers Al

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width