| Thread | Last Post | Replies |
|
| Login failed for user '(null)'. Reason: Not associated with a trusted SQL | 24 Oct 2004 07:25 GMT | 4 |
I am losing lots of hair over this issue. We are trying to implement windows authentication from a web server to a database server. The web server is on a domain; the db server is not... does this matter? the IUSR_machinename user from the web server has been added as an account
|
| Login failed for user 'MachineName\ASPNET | 24 Oct 2004 07:19 GMT | 1 |
I am developing ASP.NET application in VS.NET. It gave me an error message "Login failed for user 'MachineName\ASPNET". I tried to share the database directory but it did not work. I look into the database connection when setting the properties. It tested
|
| Login failed for user 'MachineName\ASPNET | 24 Oct 2004 07:19 GMT | 1 |
I am developing ASP.NET application to connect SQL database. It gave me the error message as "Login failed for user 'MachineName\ASPNET". I have tried to share the database directory but it did not work. I also look into the knowledge base Q316989 but I am not getting it. I ...
|
| Windows Authentication for ASP.NET | 24 Oct 2004 05:16 GMT | 5 |
I have a ASP.NET application with <authentication mode="Windows" /> and <identity impersonate="false" />. IIS is configured to use only "Integrated Windows authentication". I need to get the NetworkCredential object from the logged in WINDOWS user
|
| Maintaining the current context .user between sites | 22 Oct 2004 14:55 GMT | 1 |
I am not sure if what i am after can be done but if anyone can shed any light on the topic.. Basically i have a website that logs in the user and puts there details in the context.user.. Then on the same server and domain i have a virtual directory to another application
|
| IFrame authentication | 22 Oct 2004 14:47 GMT | 2 |
dear community, I'm creating a .Net web portal application that will host other web applications. This is a C# web app with .Net Framework 1.1 SP1, running on Windows 2003 servers. These other applications may require authentication or
|
| HttpWebRequest and Forms Authentication | 22 Oct 2004 03:15 GMT | 4 |
I am using Forms Authentication on my site, this process mostly works fine. The problem I am having is that I have a page that uses an HttpWebRequest object to get the html generated from one of the aspx pages within my site, which it then emails to somebody. The problem I have ...
|
| Re: Role based security - where are permissions/operations ? | 21 Oct 2004 16:52 GMT | 3 |
first of all - AzMan does also work with non-Windows account, because you can also use Custom SIDs [0] in the Authorization Store. A compromise between a local XML File and AD could be a local/remote ADAM [1] (Active Directory for Applications) instance to store the AzStore. ...
|
| Using Sessions with Windows Authentication | 21 Oct 2004 04:51 GMT | 2 |
I'm using Windows Auth! And i'm validating against a Datastore which is Active Directory.But i want to use session to capture the USER LOGON between trips to the web server.
|
| sha1 problem | 20 Oct 2004 17:03 GMT | 1 |
I'm I'm trying to compare 2 hash values using sha1 one written in vb.net and the other in Python. The value I get in my vb.net code does not match the python code, or any other hash calulator I have used.
|
| Access file denied - Urgent!!! | 20 Oct 2004 16:24 GMT | 1 |
I was trying to read/write to a file under the ASP.NET web application's root directory. After some configurations, e.g. Enabling 'Impersonate', Assigning correct pemissions to ASPNET accounts for this file, the program ran very well. However when I put it on another server, it ...
|
| Role based security - where are permissions/operations ? | 20 Oct 2004 10:52 GMT | 2 |
I want to use role based security in ASP.NET, but can't see how assigning permissions/operations to a role is done. IsInRole can check a user is in a role - but how can I check a user has access to an operation that is assigned to a role ? Operations will be fixed at design time. ...
|
| "Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server | 19 Oct 2004 19:56 GMT | 1 |
I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is denied" error message. OS: Windows 2003 server with IIS 6.0
|
| Forms Authentication with SQL Server2000 | 19 Oct 2004 19:47 GMT | 1 |
The msdn.microsfot.com article, "How To: Use Forms Authentication with SQL Server2000" is constucted in C#. Is this How To paper written in VB anywhere? I have to keep the application in VB and would appreciate an anwser as if this exists or not in VB.
|
| Windows Authentication Question !! | 19 Oct 2004 19:25 GMT | 6 |
I have <%=User.Identity.Name%> on my asp.net page and i can retrieve the Username for example ComputerName/Username or DomainName/Username. But my Question is how can i retrieve the full username for
|