编译整个asp.net网站上单一次 [英] Compiling the whole asp.net website on Mono at once

查看:180
本文介绍了编译整个asp.net网站上单一次的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对页面中使用系膜在单指令编译asp.net web应用程序页面。
但我想编译整个asp.net网站使用一次单命令。

有关例如:
系膜细胞/ T:库/out:bin/AJAX.dll -r:System.dll中-r:System.Web.dll中-r:斌/ AjaxControlToolkit.dll Default.aspx.cs Default.aspx.designer.cs

我不想做这样上面的,而不是我想要编译包含文件一次整个文件夹。

PLZ让我know.thanks提前


解决方案

我以前在使用Visual Studio IDE作为创建的项目运行 xbuild

。完美地工作!我不知道如果MonoDevelop中生成一个 .csproj的文件为您的Web应用程序,但是这是编译ASP.NET,然而,本来是要自动编译的最好方式通过 XSP 在第一次请求

i am compiling the asp.net web application page by page using "gmcs" command in Mono. But i want to compile the whole asp.net website at once using Mono command.

For ex: gmcs /t:library /out:bin/AJAX.dll -r:System.dll -r:System.Web.dll -r:bin/AjaxControlToolkit.dll Default.aspx.cs Default.aspx.designer.cs

I do not want to do like the above one, instead i want to compile the whole folder containing files at once.

Plz let me know.thanks in advance

解决方案

I used to run xbuild on projects created using Visual Studio as IDE. Worked perfectly! I'm not sure if MonoDevelop generates a .csproj file for your web application but that's the best way to compile ASP.NET, which, however, was supposed to be compiled automatically by xsp on the first request

这篇关于编译整个asp.net网站上单一次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆