Results 1 to 5 of 5

Thread: Recreating an ASP.NET application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320

    Recreating an ASP.NET application

    I'm new to ASP.NET.
    I needed to recreat an application. I created exact same folders and added all the files to it from the one that already exists.
    It also has a dll which basically checks permissions.
    Now the new application created fails to initialize dll or call its methods.
    Please suggest me what might I be missing?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Is the main folder that all this is in a IIS virtual directory? Right click on it and set up an alias for it be used as a virtual directory.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320
    It already is? Do we need to register the dll?

  4. #4
    Junior Member
    Join Date
    Oct 2003
    Location
    Earth
    Posts
    23
    It will be a good idea if you do not recreat an application manually.
    Use "copy project" facility from visual studio.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320
    The problem is that this project was checked out from the source safe from some client's server. I tried to remove all the references though but it still has links to it. I will try to perform copy project and see how it goes..

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