igovada
February 4th, 2008, 07:55 PM
Iwork on ASP.NET 1.1 (VS.net 2003) web app.
I'm using xcopy method for deployment.
Whenever I build my code in debug mode, to see the changes reflected, I got to first copy the dlls from build to deploy directory. Is there a way to see the changes as soon as I debug the project. Following are my web project set up details:
Please help.
I have a virtual directory (deploy directory) in D:\MIMS folder, and my build directory is E:\Projects\Nike\RibSystem\Clients\Nike\NikeRIBWeb App. I build my code in D drive and deploy the dlls/aspx pages in E drive.
NikeRibWebApp is the name of virtual directory, and in IIS, in the Website properties - Home Directory tab, LocalPath is set to D:\MIMS and in the virtual directory properties, local path is set to E:\Projects\Nike\RibSystem\Clients\Nike\NikeRIBWeb App.
I'm using xcopy method for deployment.
Whenever I build my code in debug mode, to see the changes reflected, I got to first copy the dlls from build to deploy directory. Is there a way to see the changes as soon as I debug the project. Following are my web project set up details:
Please help.
I have a virtual directory (deploy directory) in D:\MIMS folder, and my build directory is E:\Projects\Nike\RibSystem\Clients\Nike\NikeRIBWeb App. I build my code in D drive and deploy the dlls/aspx pages in E drive.
NikeRibWebApp is the name of virtual directory, and in IIS, in the Website properties - Home Directory tab, LocalPath is set to D:\MIMS and in the virtual directory properties, local path is set to E:\Projects\Nike\RibSystem\Clients\Nike\NikeRIBWeb App.