部署预编译的ASP.net网站项目。

时间:2023-01-17 09:31:22

I have a precompiled website in the precompiled folder inside the Projects directory. I want to deploy this website onto IIS7.0

我在项目目录的预编译文件夹中有一个预编译的网站。我想把这个网站部署到IIS7.0上

Can anyone guide me how to do that.

谁能指导我怎么做。

2 个解决方案

#1


3  

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx

#2


0  

Just copy the .aspx, .aspx.cs and the bin folder into a folder under the IIS server's inetpub directory. If you have any other supporting files such as master templates, web.conf files or XML schema files, you will need to copy these files too.

复制。aspx,。aspx。cs和bin文件夹放在IIS服务器inetpub目录下的文件夹中。如果您有任何其他支持文件,如主模板、web。conf文件或XML模式文件,您也需要复制这些文件。

#1


3  

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx

#2


0  

Just copy the .aspx, .aspx.cs and the bin folder into a folder under the IIS server's inetpub directory. If you have any other supporting files such as master templates, web.conf files or XML schema files, you will need to copy these files too.

复制。aspx,。aspx。cs和bin文件夹放在IIS服务器inetpub目录下的文件夹中。如果您有任何其他支持文件,如主模板、web。conf文件或XML模式文件,您也需要复制这些文件。