| Thread | Last Post | Replies |
|
| ASP.NET Impersonation & Delegation | 31 Dec 2003 23:09 GMT | 1 |
I have read various articles regarding explaining ASP.Net security model. I have one simple question regarding Delegation that i can't seemed to get answered: I have a web service that opens a file on another server
|
| windows authentication | 31 Dec 2003 12:26 GMT | 2 |
I'm having problems setting up a web application up to only allow access to users in a specific Windows group: <authentication mode="Windows"/> <authorization>
|
| Passing windows credentials from server to server. | 31 Dec 2003 08:32 GMT | 5 |
I have been desperately trying to programmatically authenticate a windows user, create their credentials, and then redirect them to a different server while passing the credentials at the same time so that they don't have to login again.
|
| Generating random passwords | 30 Dec 2003 21:19 GMT | 2 |
I am trying to build a standar Web registration screen and was wondering of what algo to use to generate a random password for users. Any kind of help would be greatly appreciated. Thanks.
|
| Change Web.config value programatically | 30 Dec 2003 09:28 GMT | 1 |
How can I change the value of "timeout" in Web.config <sessionState timeout="20" /> in one deployed app (project A) from a method call in a WebForm (C#) that's running in another deployed app
|
| Security Tab Missing | 30 Dec 2003 01:59 GMT | 3 |
When I right click on a file and select properties the security tab isn't available, only General and Summary. Does anyone know how to get the Security tab to show up? Thanks in advance
|
| Newby : Access denied creating com object | 29 Dec 2003 15:48 GMT | 1 |
When I try to create a Word application object from a webform using server.createobject("Word.Application") I get this error "Access denied" Does anyone know what I am doing wrong? Thanks for any help! Joost
|
| user account "asp.net machine a..." | 29 Dec 2003 12:58 GMT | 1 |
Reviewing user accounts on my machine, I see the user "asp.net machine a..." which was confusing. Not being in love with my PC - how did this get here? What's it for? Or should I kill it?
|
| User login with ADSI | 29 Dec 2003 00:07 GMT | 2 |
Under ASP I was able to use code like that listed below to confirm login details on our intranet site. I wish to upgrade our site to run purely under ASP.NET. I am having trouble converting this code to ASP.NET code somebody point me in the right direction with some sample code ...
|
| Help, please | 28 Dec 2003 09:02 GMT | 2 |
I am using VS2003 and when I am launching the web application in the sub folder page he me show the error. I attached the 2 files machine.config and web.config from sub-folder. Server Error in '/Pirmadienis' Application.
|
| How to do this? | 26 Dec 2003 17:30 GMT | 14 |
We have an SBS2000 server which has an access database running internally, supporting around 20 users. The server is connected to a broadband connection. Is it viable for us to run an asp.net web site on the same server that allows visitors (around ten on average) to view the ...
|
| SSL problem using Macintosh browser | 24 Dec 2003 21:11 GMT | 6 |
I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both PC's and Macintosh computers.
|
| SSL and certificates | 24 Dec 2003 20:55 GMT | 2 |
Are client certificates necessary for SSL or just server certificates? The Microsoft help for setting up SSL takes you through creating a server root certificate and another server
|
| Problem with Impersonation | 24 Dec 2003 18:21 GMT | 1 |
I recently installed Active Directory on my webserver (yeah people say it's a bad idea but I had no other choice). Now when I access a web app with anonymous access turned off, I get a runtime error. Integrated Windows Authentication is turned on, and in web.config I
|
| Impersonation question regarding a microsoft article | 24 Dec 2003 15:38 GMT | 2 |
I recently read "ASP.NET Impersonation" from the .NET Framework Developer's Guide (http://msdn.microsoft.com/library/default.asp? url=/library/en-
|