在IIS 7号卫星上,该站点有NT auth。 我在自动协调机制中有用户,他们属于群体。 In ASP. 该网络只允许某些群体,而不是每个团体。 在国际空间法研究所一级是否有任何办法可以限制某些团体进入该网站? 或者,我必须检查用户是否有效?
如果用户不是任何群体的一部分,还需要改用不同的页面? 或者说是反倾销? 如何做第7号国际调查
在IIS 7号卫星上,该站点有NT auth。 我在自动协调机制中有用户,他们属于群体。 In ASP. 该网络只允许某些群体,而不是每个团体。 在国际空间法研究所一级是否有任何办法可以限制某些团体进入该网站? 或者,我必须检查用户是否有效?
如果用户不是任何群体的一部分,还需要改用不同的页面? 或者说是反倾销? 如何做第7号国际调查
Hi @user171523 你们要问几个问题,但我也有一些答案。 你们是否看到这本书? 它可以通过你想要做的事情的材料来走你们。
http://www.amazon.com/ASP-NET-2-0-Unleashed-Stephen-Walther/dp/0672328232 。
你已经看到哪些资源? MSDN是否能够帮助你,或者是否需要一些步行? 你们是否会用手或自动的方式来组合? 你们会利用协会。 包括VS在内的网络工具,或您是否需要用手法加以规范?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!