gwlam12

Diamond Member
Apr 4, 2001
6,946
1
71
What the freak....thanks for the help.


I'm gonna install Netscape and see if I can access the site from there.

If not, maybe one of you can paste some info I would like from the Knowledge Base.
 

gwlam12

Diamond Member
Apr 4, 2001
6,946
1
71
Ok...apparently netscape doesn't like me either as I can not download the installation file.
 

Miramonti

Lifer
Aug 26, 2000
28,653
100
106
Very true.

Configure the Security Settings in the Web.config File
This section demonstrates how to add and modify the <authentication> and <authorization> configuration sections to configure the ASP.NET application to use forms-based authentication.
From Project Explorer, open the Web.config file.


Change the authentication mode to Forms .


Insert the <Forms> tag, and fill the appropriate attributes. (For more information about these attributes, refer to the MSDN documentation or the QuickStart documentation that is listed in the REFERENCES section.) Copy the following code, and then click Paste as HTML on the Edit menu to paste the code in the <authentication> section of the file:


<authentication mode="Forms">
<forms name=".ASPXFORMSDEMO" loginUrl="logon.aspx"
protection="All" path="/" timeout="30" />
</authentication>
 

gwlam12

Diamond Member
Apr 4, 2001
6,946
1
71
haha sorry guys.

im surprised this got so many responses. my original question was "is www.microsoft.com down?". apparently, i was the only one having problems. i got what i needed and changed the title and originafl post.


i think my ulterior motive was to confuse u guys. :) haha.