Main menu:

 

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Site search

Archives

Categories

Tags

Links:

Archive for June 19th, 2008

Asp.net web site deployment on the target machine

The asp.net 2.0 website deployment is very simple,
In the target machine create a blank website in the IIS , giving the location of the folder same as in source machine, like if you have c:\inetpub\wwwroot\yourapp then in the target machine too give the same location.
Now in the source machine website properties , give the location [...]