Aaaaah, jag tror jag blir galen =)
Jag har suttit och försökt få igång remote debugging i flera timmar nu.. Har gått igenom x antal tutorials, men det löser sig inte..
Jag har installerat MS SQL Server 2000 Enterprise på min bärbara. OS Windows Server 2003 Enterprise edition.
VS 2003
Stationära
XP Pro SP1, VS 2003, Client Tools
Jag startar projektet genom att mappa upp bärbara och öppna projektet remote i Visual Studio från stationära.
Remote debugging får jag inte att fungera...
Först fick jag följande fel:
Unable to connect to the machine 'Xjobb'. Access is denied.
This seems to because the 'Network access: Sharing and security model
for local accounts' security policy does not allow to authenticate as themselves.
This can be configured with the 'Local Security Setting' administration tool.
Det löste jag på följande vis:
Jag satt Administrative Tools->Local Security Policy->Security Settings->Local policies->Security Options->Network access: Sharing and Security model for local accounts till "Classic-local users authenticate as themselves".
Ändrade även i IIS:
Directory Security->"Integrated Windows Auth"
I Windows
Fulla rättigheter för alla på projekt katalogen (bara för att testa)
Blev av med ovanstående fel.. Men gissa vad...
Ett nytt fel x( :
Unable to start debugging on the web server. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users's' group
Det har jag inte löst, har försökt:
Computer management->System Tools->Local users and groups->Groups->Debugger users (lade till everyone för att prova)
Blir fortfarande samma fel.
Vad är det för användare som används från remote datorn eftersom jag har satt "everyone" rättigheter i "Debugger users"?
Jag kan inte lägga till användare från stationära datorn på bärbara. Båda datorerna ligger i MSHOME arbetsgruppen.
Det var nog allting...
Förslag?