简体   繁体   English

Windows上的Monodevelop + ASP.NET + Windows Auth?

[英]Monodevelop + ASP.NET + Windows Auth on WindowS?

Is it possible to use Windows Auth when using Monodevelop? 使用Monodevelop时是否可以使用Windows Auth? Whilst i understand this is more a framework question, it's MonoDevelop that fires up the web server. 尽管我理解这更多是一个框架问题,但是MonoDevelop触发了Web服务器。

I'm looking to get away from VS, as it's quite resource hungry (and wallet). 我希望摆脱VS,因为它非常浪费资源(和钱包)。 However, i have an MVC3 project which i would like to play with in it, but can't get Windows auth working the same (doesn't seem supported, according to docs). 但是,我有一个MVC3项目,我想在其中玩,但无法使Windows身份验证正常工作(根据文档,似乎不支持)。

Is it possible to configure MonoDevelop to fire up Cassini or IIS? 是否可以配置MonoDevelop来启动Cassini或IIS?

Cheers, D 干杯,D

It's not possible to launch Cassini or IIS via MD's configuration options, but MonoDevelop's open-source, so you could add that feature if you want. 无法通过MD的配置选项来启动Cassini或IIS,但是无法通过MonoDevelop的开源来启动,因此您可以根据需要添加该功能。 The people in the MonoDevelop IRC channel should be able to help you get started if you want to do so. 如果愿意,MonoDevelop IRC频道中的人员应该可以帮助您入门。

Also, note that MD on Windows targets .NET by default - maybe it wouldn't be hard to alter xsp so that Windows auth works when it's running on .NET. 另外,请注意,Windows上的MD默认情况下以.NET为目标-也许更改xsp并不难,以便Windows auth在.NET上运行时可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM