0

two days ago I changed the authentication of my site from "Windows" into "Forms". So far so good, users are now in a SQL Express 2005 and it works fine. The problem is now, I have have no access to the Site with my SP Deigner 2007. Does he only support Windows-Authentication? Visual Studio ist the same, I get error message to enable Windows Authentication on IIS, but I can´t because "Forms" is enabled. Does anyone had the same problem? What can I do?

Thanx a lot, fiuman007

skaffman
  • 398,947
  • 96
  • 818
  • 769
fiuman007
  • 15
  • 6

3 Answers3

2

You need to Install the MOSS SP2 & SharePoint Designer SP2 to get the FBA working with the SharePoint designer. Refer this post , same fix applies for the SPD as well.

Kusek
  • 5,384
  • 2
  • 25
  • 49
1

ok, I found the way how to use SP Designer w/o authentication. If I go to IE, login as admin, click on "login automatically", the I can go to File and open it with Share Point Designer! You also must put the site in secure sites in IE.

fiuman007
  • 15
  • 6
1

Yes SharePoint designer doesn't work with Forms Authentication. What I normally do is extend the site on a second web app and enable that with Windows Auth. Any SPD work is then done through this alternate url/port.

ArjanP
  • 2,172
  • 2
  • 15
  • 22