Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Give me Suggestions to maintain security for websites Pin
Paladin200022-Mar-11 6:28
Paladin200022-Mar-11 6:28 
GeneralRe: Give me Suggestions to maintain security for websites Pin
Not Active22-Mar-11 6:47
mentorNot Active22-Mar-11 6:47 
GeneralRe: Give me Suggestions to maintain security for websites Pin
Paladin200022-Mar-11 7:20
Paladin200022-Mar-11 7:20 
AnswerRe: Give me Suggestions to maintain security for websites Pin
BSRK23-Mar-11 0:16
BSRK23-Mar-11 0:16 
AnswerRe: Give me Suggestions to maintain security for websites Pin
Pavel Yermalovich23-Mar-11 2:15
Pavel Yermalovich23-Mar-11 2:15 
QuestionASp.Net Timer Pin
anishkannan21-Mar-11 19:54
anishkannan21-Mar-11 19:54 
AnswerRe: ASp.Net Timer Pin
Keith Barrow22-Mar-11 2:49
professionalKeith Barrow22-Mar-11 2:49 
QuestionWindows Authentication restricted access Pin
suesicus21-Mar-11 6:02
suesicus21-Mar-11 6:02 
I have a big issue regarding an Intranet website.

If i use Forms authentication everything works fine.. If I turn Windows authentication on I get logged in but it seems like I loose access to all files on the server.

I do have Identity Impersonate set to true so no matter if I login with Forms or Windows my User.Identity.name = GSPV\DK.. which is my domain and user.

I've tried to set maximum permission to all folders on the site to every possible user, but still it can't read, mostly images, from folders.

Unfortunally it's not possible to hook up my debugging environment to the IIS itself because of geographical issues.


In the IIS (6.0)/Directory Security I have disabled anonymous access and enabled Integrated windows authentication

My web.config looks like this:
<authorization>
  <deny users="?">
</authorization>
<identity impersonate="true" />
<authentication mode="Windows />


btw.. If I set
<identity impersonate="true" userName="GSPV/DK" password="ThePassword" />
everything works great..

Anyone?
AnswerRe: Windows Authentication restricted access Pin
Not Active21-Mar-11 8:51
mentorNot Active21-Mar-11 8:51 
GeneralRe: Windows Authentication restricted access Pin
suesicus21-Mar-11 21:34
suesicus21-Mar-11 21:34 
QuestionDebugging Exceptions. Pin
swjam17-Mar-11 23:40
swjam17-Mar-11 23:40 
AnswerRe: Debugging Exceptions. Pin
Anurag Gandhi20-Mar-11 20:53
professionalAnurag Gandhi20-Mar-11 20:53 
Question[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Pin
Asif Rehman17-Mar-11 4:47
Asif Rehman17-Mar-11 4:47 
Questionasp.net ajax Pin
benams16-Mar-11 16:03
benams16-Mar-11 16:03 
AnswerRe: asp.net ajax Pin
Ankur\m/17-Mar-11 1:30
professionalAnkur\m/17-Mar-11 1:30 
Questionresource string with parameters Pin
Peterson Luiz16-Mar-11 14:46
Peterson Luiz16-Mar-11 14:46 
AnswerRe: resource string with parameters Pin
Gregory Gadow17-Mar-11 4:42
Gregory Gadow17-Mar-11 4:42 
QuestionASP.NET Pin
Member 740216616-Mar-11 8:08
Member 740216616-Mar-11 8:08 
AnswerMy vote of 1 Pin
Keith Barrow16-Mar-11 8:30
professionalKeith Barrow16-Mar-11 8:30 
GeneralRe: My vote of 1 Pin
scottgp16-Mar-11 14:56
professionalscottgp16-Mar-11 14:56 
GeneralRe: My vote of 1 Pin
Keith Barrow16-Mar-11 20:46
professionalKeith Barrow16-Mar-11 20:46 
AnswerRe: ASP.NET Pin
Dalek Dave16-Mar-11 10:40
professionalDalek Dave16-Mar-11 10:40 
GeneralRe: ASP.NET Pin
Pete O'Hanlon16-Mar-11 10:50
mvePete O'Hanlon16-Mar-11 10:50 
GeneralRe: ASP.NET Pin
thatraja16-Mar-11 17:21
professionalthatraja16-Mar-11 17:21 
Questionhow to send sms from asp.net Pin
developerit16-Mar-11 6:11
developerit16-Mar-11 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.