Should I put my ASP.NET websites in the wwwroot folder?

后端 未结 4 1246
小蘑菇
小蘑菇 2020-12-07 19:48

I have a number of websites that run under IIS on a single machine.

Should I put these websites inside of the C:\\inetpub\\wwwroot\\ folder or inside the C:\\inetpub

4条回答
  •  Happy的楠姐
    2020-12-07 20:29

    if you prefer you can put your application folder on desktop of your server. It is really up to you. You just need to make the proper configurations inside IIS and grant necessary access permissions to your folder. That's all.

提交回复
热议问题