how to publish a asp.net in visual studio 2010

i am facing problem in publishing my project to host it on local host with the help of IIS. i have some questins

  • How to publish asp.net website in visual studio 2010?
  • after publishing and hosting which page of my website load first ?which i set in project set as start page or which have name index.aspx ?
  • i have tried many times to publish but am failed, when i published it do not show my code pages , kindly answer my problem

    i have no error in my source code
    

  • build as release so your code behind gets compiled into the DLLS
  • IIS looks for default.aspx if you have not defined any custom routing
  • 链接地址: http://www.djcxy.com/p/81672.html

    上一篇: 在Visual Studio 2015中通​​过FTP发布ASP.NET网站

    下一篇: 如何在Visual Studio 2010中发布一个asp.net