Hi there!
Today I was publishing a webapp from my vs2008 workstation to a local IIS 7.0 Web Server, so In the C# Code, I supossed to use Forms Authentication, when I configured the new website in the server, I enabled Windows Authentication. Then I haved to login on the AD/DC DB Server 192.168.X.X in Windows way, I means start>run>ip Server>user&password and then view the shared files. at Last I browse the web application and perform some CRUD Transactions.
So my two questions are (for now) :
• Why not works with FormsAuthentication, when I tryed, IE shows me HTTP Error 401.2
• Why I have to login on the server with the previous described way. May I Have to configure a Guest Account with read permissions for everyone that want to view the website?
Thanks in Advance!