我将如何使用ASP.Net发布我的应用程序

问题描述:

我在visual studio 2012中使用C#和Sql Server处理了一个Windows窗体。现在我正在使用Visual Studio 2012中的ASP.Net和Sql Server从事相同的工作。

但我不喜欢我不知道如何在我的网站上发布这个应用程序。请告诉我细节,我是这个想法的新手。



提前致谢。

I have worked on a windows form using C# & Sql Server in visual studio 2012. Now I am working on same job using ASP.Net & Sql Server in visual studio 2012.
But I don''t know how I will publish this application in my website. Please tell me details, I am new in this idea.

Thanks in advance.

To发布你只需要去Build>发布{name}

因此默认情况下它将发布在Inetput文件夹中,除非您更改位置。

然后在IIS中启动应用程序(如果您安装了IIS服务器)

完成后,只需输入保存在IIS(或IP:端口)中的地址
To post you need only go to "Build"> Publish {name} "
So by default it will be published in Inetput folder unless you change the location.
Then go up the application in IIS (if you installed IIS on the server)
After that''s done, just type the address saved in IIS (or IP: port)