简体   繁体   中英

asp.net web deployment and hosting

I m very new to Asp.net technology. I have created website in asp.net and created package for it and hosted in local iis. After hosting I made some changes in website in code behind and now I wanted it to be hosted in iis but I don't want to repeat all the stuff for hosting. does it work well if I paste built package on wwwroot folder? please help

Yes. It is exactly what Web Deploy does. Just make sure to compile your code and get them from \\bin folder.

Yes, you can xcopy DLLs into the host folder and it should just work. IIS should pick up the changes right away.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM