Ask a Question related to ASP.NET Security, Design and Development.
-
Erik Jensen #1
ASP.NET MSSQL usage question
The MSDN article about using MSSQL with ASP.NET located
here:
[url]http://msdn.microsoft.com/library/default.asp?[/url]
url=/library/en-
us/vsintro7/html/vxwlkUsingTerminalServersSQLServersOnOther
Machines.asp
Says disable anonymous access and make your web.config say:
<authentication mode="Windows" />
Insert the following line after the tag <System.Web>:
<identity impersonate="true" />
My Question is.. Will this disrupt my attempt to use
forms based authentication for my web pages? My current
goal is to use forms authentication for the pages but have
the ASP.NET application account have permissions to use
SQL server... oh.. and can I set up another ASP.NET
account that maybe doesnt have access to the SQL? (maybe
for another site or something)
Thanks
Erik
Erik Jensen Guest
-
One question on ColorSpace usage via SDk
Hi, If particular element uses ColorSpace - then I see structure like this: /CS0 cs 0 scn .... Is it possible via PDE layer to change that... -
Text::Diff usage question
I would like to compare two arrays of lines. If the arrays are different, I want to output the differences in human-readable form, and also call a... -
SQL question re WHERE usage anf Date/Time
Using MS-Access with "myDate" defined as a Date/Time field, how do I use SQL to select only those records (rows) that have have nothing in this... -
Space Usage on Informix Question
Whats the best way to make sure you dont run out of space on your machines ? I've set up some purge scripts which will purge a lot of old data on... -
Index Usage Question
your range scan is forcing the full table scan. AND reportdatentime >= '25-Mar-2003' AND reportdatentime < '21-Jun-2003' Oracle can only...



Reply With Quote

