-
Posted to
IIS7 - Security
by
MoonCSD
on
11-14-2008, 7:49 AM
Thanks to Rick Anderson, I was able to get this working:
http://weblogs.asp.net/nannettethacker/archive/2008/11/14/membership-provider-connections-to-remote-database.aspx
-
Posted to
IIS7 - Security
by
MoonCSD
on
11-13-2008, 4:56 PM
I have windows 2008 web server edition and IIS7, and sql server 2008 web server edition.
On my windows 2000 server and database servers, I use asp.net membership with no problems. But I am having login problems using the membership provider with 2008 and IIS7. I have no problems viewing grids and doing database things that do not require log in. ...
-
Posted to
IIS7 - Publishing
by
MoonCSD
on
11-12-2008, 4:04 PM
I am using VS2008 SP1 and Windows Web Server 2008 SP1 3.5 framework.
To copy the website, in IIS7, I evidentally need Windows Authentication enabled. However, my website needs forms authentication, so I need Forms Authentication enabled.
If I turn on both via IIS7, I get an alert: "Challenge-based and redirect-based authentication cannot be ...
-
Posted to
IIS7 - Security
by
MoonCSD
on
11-11-2008, 12:32 PM
I found the answer.
The Reset All Delegates sets most everything to Read only.
I went through one by one to figure out where it was failing and changed some to read write.
The combination that finally got it to stop giving that error was:
Setting the below 2 to Read/Write instead of just Read:
Modules
Handler Mappings
thanks!
-
Posted to
IIS7 - Security
by
MoonCSD
on
11-11-2008, 11:48 AM
I have windows 2008 web server edition and IIS7. I found my way to the server's Feature Delegation page, and becuase I was having some problems on a couple of the websites with Authentication, I decided to click the "Reset all Delegation" link.
Now none of my websites work. They ALL get the error:
500 internal server error
There ...