Posts Tagged ‘access’

Stop annonymous access to web application

Written on January 22nd, 2010 by viliyana89no shouts

User creates a new Web page named Private.htm for the Web application. He saves the Web page in the C:\Inetpub\wwwroot folder on his computer. Private.htm should be accessible only to users who provide a valid user name and password. Other pages in the Web site should be accessible to anyone. Using his Web browser, user can access Private.htm without providing a user name or password. You need to ensure that users are required to provide a valid user name and password in order to access Private.htm.
We must allow anyone access the Web site. The only exception is the private.htm file that should be accessible only to users who provide a valid user name and password. We accomplish this by setting the appropriate NTFS permissions, the security permission, on the file private.htm. In this scenario the anonymous access check box on the Web site properties dialog box is selected. This permits people to access the Web site anonymously without any form of authentication.
Note: By using permissions we will prevent unauthorized people from access the Web site. Permissions rely on and Access Control List (ACL), which contains a list of all user accounts and groups that have been granted access to the Web site as well as the type of access that they have been granted. When a user attempts to gain access to the resource, the ACL must contain an entry for the user account or a group to which the user belongs. The entry must allow the type of access that is requested by the user before that user can gain access to the resource. If the access control entry does not exist or the entry does not match the type of access the user requests, the user will not be granted access to the resource.

Office internet requires username and password

Written on October 8th, 2009 by viliyana89no shouts

Usually the office internet is more different that your home one. It comes through server and have proxy, which should be filtering the traffic and sites, which you are using. The same is in the company I’m working in and got many calls “Oh, sir, My internet is not working. I’m trying to open some page and it requires username and password.”. The solution of this problem is simple – unlock the account in domain, where company is working in. Quite strange, but when account is locked you should enter your username and password in every network, or internet resource, which you are trying to access. Usually the administrators will not see your account as locked, so simple restart will reduce all your problems and after that they will be able to reset your password. Usually this happens also when your password had expired.