| Thread | Last Post | Replies |
|
| Could not start ASP.NET service on the Local Computer | 31 Oct 2005 06:22 GMT | 1 |
Hi Could you please help me with this I am getting this error Could not start ASP.NET service on the Local Computer
|
| Windows Authentication with ASP.Net and SQL Server | 31 Oct 2005 05:52 GMT | 2 |
Hi - I am trying to set up Windows Authentication for an application to pass through credentials to SQL Server but I have done everything that most documentation seems to say to do but keep getting The request failed with HTTP Status 401: Access Denied !!
|
| Does IsInRole() grab just Groups? Can I get Organizational Units? | 31 Oct 2005 05:46 GMT | 3 |
I posted before about IsInRole and was told if you do Windows Authentication with Identity Impersonation, you can check against security groups. However, the LDAP is separated into Organizational Units. I did a test and am assuming IsInRole() will not test for OU membership? ...
|
| ASP.NET 2.0 & FormsAuthentication | 31 Oct 2005 05:24 GMT | 6 |
Visual Studio 2005 Beta 2 Web.config <system.web> <authentication mode="Forms">
|
| How to prevent the logined user record is existing when I closed browser. | 31 Oct 2005 05:02 GMT | 8 |
I write a web site with security and role management using ASP.NET's security management system. Once a user logined, then Close browser. Re-open Browser to enter web site, the last logined user id is existing. How can prevent this case?
|
| How to config the web.config for both Internal and External users using Windows and Forms Authentication? | 31 Oct 2005 05:00 GMT | 1 |
I have a new project which is a web site used by Internal and External users (login required users) and public users (no login required users). On internal users, all users login network using Windows or Forms authentication login. External users will use Forms authentication ...
|
| HttpContext.Current.User.Identity.Name & ServerVariable("LOGON_USE | 31 Oct 2005 04:55 GMT | 3 |
I have an Intranet application that uses the System.Web.HttpContext.Current.User.Identity.Name to grab the DOMAIN\USERNAME of the current user. SCENARIO:
|
| Add extra parameter to Login/Membership - ASP 2.0 | 28 Oct 2005 07:21 GMT | 9 |
I hope can explain this properly. I have a time keeping site that host multiple companies data in a single database. I would like the logins to be unique for each company but not across the entire site (i.e. I could have two jsmith logins as long as they are with seperate ...
|
| Upload files | 27 Oct 2005 06:53 GMT | 3 |
I have a page where I allow some people upload to one directory some images. What is the best praéctices or what permissions I should grant (IUSR..., everyone, aspnet.......) so my logged users (using forms not NT authentification) can upload to one directory and not others.
|
| asp.net sql trusted connections between servers | 24 Oct 2005 13:24 GMT | 2 |
So we have a client who doesn't want to run a Service Level Account (either via an Application Pool or IIS impersonation) and we need to connect to a remote SQL Server instance w/ Read-Write permissions. They don't want to do it that way due to the maintenance issues with
|
| FormsAuthentication.SignOut(); doesn't work... | 24 Oct 2005 03:03 GMT | 3 |
my current project uses FormsAuthentocation.. I need a logoff page - may logo off page contains the following in the Page_Load: Session.Abandon(); FormsAuthentication.SignOut();
|
| retrieving windowsidentity using the logon name only? | 22 Oct 2005 05:59 GMT | 1 |
In this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/pag ht000023.asp there is a section called "Impersonating by Using the WindowsIdentity Constructor",
|
| Same Application with Web and Desktop Application Interface | 21 Oct 2005 21:27 GMT | 3 |
I am required to design and build an application which would have two flavors i.e. Web Application and a Desktop Application ( without
|
| Problem calling COM object | 21 Oct 2005 16:40 GMT | 1 |
I have developed a web project in ASP.NET that uses a legacy COM object (developed in VB6) by creating a wrapper using TlbImp.exe. Everything works fine on the Web server on Windows 2000, but I've been trying to move to Windows 2003 and everytime a call is made to the COM object ...
|
| Save File to Different Domain - 2nd Post | 21 Oct 2005 10:01 GMT | 2 |
Sorry to re-post, but apparently I was not registered correctly to receive a reply when I posted this the first time. I need to save a file from an ASP.Net page to a folder on a separate file server. The file server is on a different domain than the web server. I
|