Hello,
i have just installed the server version onto my laptop but all i get when i go to open it is the the messages etc shown on the attached.
My machine does have internet protection policies on it however i have had http://machine name unlocked
i also have ip# unlocked but it does not appear that i can open the web admin tool using ip#.
I also can't talk to the server using the client on the same machine as comes up with the attached error.
Can someone please urgently help me.
I am unable to upload the word document i have with all the details. I will email it to the address on your website.
Nasty error when try to run web admin tool
Moderator: SourceGear
-
- Posts: 5
- Joined: Sun Jul 17, 2011 5:37 pm
Nasty error when try to run web admin tool
Thanks in advance,
Kelly
Kelly
Re: Nasty error when try to run web admin tool
Thanks, we got your email and will investigate the error.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: Nasty error when try to run web admin tool
The error was HTTP status 405: Method not allowed.
This appears to be a configuration issue with IIS. It's possible the .NET Framework is not properly registered. This can happen if you installed IIS after the Framework was installed.
To fix IIS mappings for ASP.NET, run the Aspnet_regiis.exe utility:
1. Click Start, and then click Run.
2. In the Open text box, type cmd, and then press ENTER.
3. At the command prompt, type the following, and then press ENTER:
"C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -i
If you have a 64-bit operating system, then use this command:
"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe" -i
Let us know if this does not resolve the problem.
This appears to be a configuration issue with IIS. It's possible the .NET Framework is not properly registered. This can happen if you installed IIS after the Framework was installed.
To fix IIS mappings for ASP.NET, run the Aspnet_regiis.exe utility:
1. Click Start, and then click Run.
2. In the Open text box, type cmd, and then press ENTER.
3. At the command prompt, type the following, and then press ENTER:
"C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -i
If you have a 64-bit operating system, then use this command:
"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe" -i
Let us know if this does not resolve the problem.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager