Ask a Question related to ASP.NET Security, Design and Development.
-
DS #1
How to do System.Net.NetworkCredential for ASPX Pages
Hi,
I have two created Websites:
WSA – With only Integrated Authentication turn on
WSB – With Anonymous Access and Integrated Authentication turn on
For user that comes to WSA, if they have a NT Credential I redirect
them to WSA. For user that comes to WSB without NT Credential I want
to push them to a login page and validate their input against a DB and
then retrieve their mapped NT Account and log them into WSB.
Couple Caveats:
WSA and WSB are in different domains
WSB is a WSS site (Windows Sharepoint Service)
I have done this with web services but never done this via Asp.net.
NetworkCredential oNC = new NetworkCredential(@"DN\UN", "PW");
Any suggestions are welcome.
DS
DS Guest
-
using System.Net.NetworkCredential class
I am using NUnitASP and I have run into problem "faking" user credentials. In my ASP.Net/C# application, I have turned off anonymous access to the... -
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"... -
aspx pages not displaying in ie6
When aspx pages are made in vs.net, loading on the local host displays the labels all in the top left corner of the screen. Also, all textboxes and... -
creating ASPx Pages on the FLY
Hello, Greetings. I am creating a web site which will contain lot of articles. I had been planning to create simple HTML page on the server... -
aspx pages not viewable
We have just purchased .net ent. edition for our company. I have installed .net on my desktop where I do the developing of our aspx, and vb.net...



Reply With Quote

