switching location of an asp.net application to a diffrent pc [modified]
-
dear all, it was a fine day time when i thought i had completed most of my project on asp.net when i found viruses all over my system. So, i had to copy the project file in a removable drive and format the system. But as i reinstalled the operating system done all the formalities of installing vs.net IDE and tried to open the same application thinking of completing the same, i got an error for IIS as the same folder was not there in the default web site. How do i go about solving the prob? -- modified at 16:48 Tuesday 17th July, 2007
-
dear all, it was a fine day time when i thought i had completed most of my project on asp.net when i found viruses all over my system. So, i had to copy the project file in a removable drive and format the system. But as i reinstalled the operating system done all the formalities of installing vs.net IDE and tried to open the same application thinking of completing the same, i got an error for IIS as the same folder was not there in the default web site. How do i go about solving the prob? -- modified at 16:48 Tuesday 17th July, 2007
LOL! This is a programming question...but I'll answer anyway You didn't copy your "C:\inetpub\wwwroot\Projectname" directory...which contained the asmx files(otherwise known as...ALL THE CODE).
-
LOL! This is a programming question...but I'll answer anyway You didn't copy your "C:\inetpub\wwwroot\Projectname" directory...which contained the asmx files(otherwise known as...ALL THE CODE).
-
LOL! This is a programming question...but I'll answer anyway You didn't copy your "C:\inetpub\wwwroot\Projectname" directory...which contained the asmx files(otherwise known as...ALL THE CODE).
hi copy the folder to the location C:\inetpub\wwwroot if posible create a virtual directory hope it works