PDA

Click to See Complete Forum and Search --> : Recreating an ASP.NET application


ssingh
Dec 10th, 2003, 11:40 AM
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?

hellswraith
Dec 10th, 2003, 02:58 PM
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.

ssingh
Dec 10th, 2003, 03:01 PM
It already is? Do we need to register the dll?

Rio
Dec 11th, 2003, 05:08 AM
It will be a good idea if you do not recreat an application manually.
Use "copy project" facility from visual studio.

ssingh
Dec 11th, 2003, 07:28 AM
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..