我正在使用ADS的MOSS。 我想在用户能够将“Accept”“Decline”两吨的“共享点”上显示使用条件页。 如果用户选择“Accept”的话,他就会被指示分享点,如果不是要到我们的公司内联网前页。 这将适用于本届会议。 页: 1 如果用户已签字,那么当用户对MOSS网站进行点击时,它就应当再次要求使用条件,但一旦用户签字,就不应再接上这一页。
Please advise. Thank you
我正在使用ADS的MOSS。 我想在用户能够将“Accept”“Decline”两吨的“共享点”上显示使用条件页。 如果用户选择“Accept”的话,他就会被指示分享点,如果不是要到我们的公司内联网前页。 这将适用于本届会议。 页: 1 如果用户已签字,那么当用户对MOSS网站进行点击时,它就应当再次要求使用条件,但一旦用户签字,就不应再接上这一页。
Please advise. Thank you
您可根据您的要求和“灵活性”采取以下做法之一。
你们可以在有你的条款和条件的开支中,以及接受/决定的国家里,建立一个习惯网页。
指定接受的纽芬兰语将形成一种 co,以跟踪用户是否接受本届会议的条件。
然后,你可以设立一个HttpModule,拦截对Shag Point网站的所有要求。 如果厨师在场,则做什么(使用户能够查阅所要求的网页),否则会把浏览器转至习俗的接受/决定页。
你们应该能够非常容易地这样做。 如果你主动关心他们接受或否认这种说法,那么就只使用这一直接模块。 http://code.s3.amazonaws.com/httpcode.Redirect.wsp,将其一度转至网页。 你可以告诉这个单元一度这样做。 如果你需要核实他们是否接受/决定,那么,你需要把所有人加入一个新群体,然后接受,将他们从这个群体中删除。 这样,他们总是被带往新网页。
希望这一帮助
I installed this instant messenger program called IM+ that keeps your accounts online even when you exit the application (you know... touch: only one app at a time) it accepts push deliveries to ...
I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...
Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...
The infrastructure team wants to update the authentication protocol to NTLMv2 and Kerberos. Will this affect CRM 4.0 on-premise installation. What would need to be changed in order to use the ...
I m developing an ASP.NET MVC site that utilizes forms authentication for part of the application. During development, I need to be able to give external parties access to a development server hosting ...
If I have a type like: public class Context { public Context() { } public IQueryable<Record> Records { get { if (user == someone) //psuedocode ...
We recently attempted to add ip address validation to our website s login security. So in addition to having a cookie with valid credentials, we checked that your ip address on page request matched ...
While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....