简体   繁体   中英

Monodevelop + ASP.NET + Windows Auth on WindowS?

Is it possible to use Windows Auth when using Monodevelop? Whilst i understand this is more a framework question, it's MonoDevelop that fires up the web server.

I'm looking to get away from VS, as it's quite resource hungry (and wallet). 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).

Is it possible to configure MonoDevelop to fire up Cassini or IIS?

Cheers, 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. The people in the MonoDevelop IRC channel should be able to help you get started if you want to do so.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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