|
-
Dec 10th, 2003, 12:40 PM
#1
Thread Starter
Hyperactive Member
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?
-
Dec 10th, 2003, 03:58 PM
#2
PowerPoster
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.
-
Dec 10th, 2003, 04:01 PM
#3
Thread Starter
Hyperactive Member
It already is? Do we need to register the dll?
-
Dec 11th, 2003, 06:08 AM
#4
Junior Member
It will be a good idea if you do not recreat an application manually.
Use "copy project" facility from visual studio.
-
Dec 11th, 2003, 08:28 AM
#5
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|