| Thread | Last Post | Replies |
|
| Using ASPNET_SETREG.exe | 03 Feb 2004 06:26 GMT | 5 |
Can this utility be used for an impersonated user in Web.Config? I've used it to create the appropriate userName and password keys in the registry and put the settings in Web.Config like this: <identity impersonate="true"
|
| Login-Validating(ASP.NET) against a DB | 02 Feb 2004 15:46 GMT | 2 |
I'm looking for an ASP.NET(login page) that validates against a database. And after succesful logon ..PRINT the USERS name on the Page(Session)!! Can anybody help? ___
|
| Web Service that calls an external Web Service | 02 Feb 2004 07:38 GMT | 5 |
Hi, I developed and installed a Web Service on a Windows Server 2003, the web service works fine on any Windows XP Workstation but not on the server, I keep getting this exception: System.Security.SecurityException: Request for the permission of type
|
| 0X80070005 access denied error in my ASP!!! | 01 Feb 2004 18:10 GMT | 1 |
i send my ASP project in my wwwroot to my friend, he place that folder in his wwwroot, exactly folder path with me, but when he access the aspx, the 0X80070005 access denied to
|
| Major ASP.Net Security Issue? | 01 Feb 2004 10:34 GMT | 2 |
I have found what I believe to be a serious security issue in ASP.Net. If you have: 1. Your website configured for anonymous access 2. Elect under web.config to set the sessionstate
|
| Hijack Session | 01 Feb 2004 07:34 GMT | 2 |
Has anyone seen any good examples of how to stop someone from stealing the session id to hijack the session? Thanks...
|
| Preventing saved passwords | 01 Feb 2004 07:32 GMT | 1 |
I have developed a web site running on Win2k and IIS. It uses Integrated Windows Authentication. When the user selects the URL for the site, they are prompted for their Network
|
| Kill session / force sign out | 01 Feb 2004 07:27 GMT | 1 |
Is it possible to kill the Application session on website leave event? i.e using "FormsAuthentication.SignOut()" when changing the web site by entering a different domain name in the address bar on Internet explorer. Thanks.
|
| Authorisation Issue | 01 Feb 2004 07:22 GMT | 1 |
I have an asp.net web site. I want 1 page to be accessed by a group ( which I have set up on the web server). The remaining web pages can be accessed by anyone. In the web.config file I have used these settings:
|
| Wanted: .NET counterpart of PermissionChecker component! | 01 Feb 2004 07:12 GMT | 1 |
I've spend days with this but couldn't find a solution, maybe you can help me. In classical ASP, there was the so called "PermissionChecker" COM component, which would tell you if the current user has (read) access to a certain file, a lá
|
| howto get user and machine information of client computer | 01 Feb 2004 07:10 GMT | 1 |
in a webapplication in a company where i have two seperate domains, without any trust relation i need the following. on the first domain (the backoffice) the users use a webapplication to see transaction on a database in the
|
| Creates my own authentication service? | 01 Feb 2004 07:02 GMT | 1 |
I would like to develop my own authentication service and to use it in several projects. Also, my service should implement windows, forms, sql Server or LDAP authentication. My first thought was to use the factory pattern to choose "on the fly"
|
| signing out all users | 01 Feb 2004 06:58 GMT | 1 |
i have written an aplication that changes some global variables of my another application. it is some kind of a web.config editor. i want all users that are signed in to be signed out when i change any variable with the utility program.
|
| Need to handle multiple types of authentication, need help | 01 Feb 2004 06:23 GMT | 1 |
I've got an ASP.NET project that i need to support multiple types of login authentication. I've tried initially to create a login system where you are presented with an Account / Password page and then also a link that would allow them to say "Use my Windows NT account". The forms ...
|
| Problem with AspNetHostingPermissionLevel | 01 Feb 2004 06:13 GMT | 1 |
Does anybody know the actual meaning of AspNetHostingPermissionLevel enumeration members? All I've been able to find out is accepted value names and their numeric counterparts. But what is the effect of a particular value?
|