ASPnetNovice
Programmer
Hello,
I have the following problem
I create an ASP.NET web application in a machine and know I want to copy the application into another machine how can I do that ?
My application name is "interface" and it is saved on the root of my local IIS server as usual.
C:\Inetpub\
What I am doing is copying all the contents of the interface folder from machine 1 to a folder in machine 2 with the exact name and path(C:\Inetpub\ --in machine 2)
I try to do the same with the solution file but this approach is not working.
Any suggestions will be greatly appreciated.
Thanks.
I have the following problem
I create an ASP.NET web application in a machine and know I want to copy the application into another machine how can I do that ?
My application name is "interface" and it is saved on the root of my local IIS server as usual.
C:\Inetpub\
What I am doing is copying all the contents of the interface folder from machine 1 to a folder in machine 2 with the exact name and path(C:\Inetpub\ --in machine 2)
I try to do the same with the solution file but this approach is not working.
Any suggestions will be greatly appreciated.
Thanks.