How to publish specific files not all file on ASP.NET web Ap
Dear i have a web application hosted on a server , Now I have a change on a single page and i just want to upload that page instead of all how to upload specific page on to the server which files i need to upload with that page ....and how it does not affect the other files already there on hosted server

Nikhil SanganiPosted May 30, 2016, 11:54 PM
Danish HabibPosted Mar 7, 2015, 8:55 AM
Raja TPosted Mar 7, 2015, 7:00 AM
1. You can backup already existing files in server.
2. Now you changes file in project. So u can build the solution there will generate the projename.dll and projectname..pdb files.
3. This files is locator in your source path(..\FirstWebApp\bin\)
4.Now copy the this two files move to IIS server means(C:\inetpub\wwwroot\projectname\bin).
5. Now you can check it.
Thanks