move asp.net web application?
-
When you have IIS, .net Framework and Visual Studio .net set up on the other PC, all you have to do is copy the web application to the other PC in the wwwroot folder (this will ensure the proper security permissions are given to the folder), and create a virtual directory for the folder in IIS and you are all set. the .sln file is not required, but helps to bring it as well. Of course, IIS settings will depend on your web application (security related and such). Hope this helps. daniero
-
If you want to develop in another machine , Visaul Studio itself can be used to copy the files to the destination . there is an icon at the top of solution explorer which will allow you to make a copy ... you have to click on the Solution name so as to enable this icon..
-
When you have IIS, .net Framework and Visual Studio .net set up on the other PC, all you have to do is copy the web application to the other PC in the wwwroot folder (this will ensure the proper security permissions are given to the folder), and create a virtual directory for the folder in IIS and you are all set. the .sln file is not required, but helps to bring it as well. Of course, IIS settings will depend on your web application (security related and such). Hope this helps. daniero