Nasty error when try to run web admin tool

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
carlisa123
Posts: 5
Joined: Sun Jul 17, 2011 5:37 pm

Nasty error when try to run web admin tool

Post by carlisa123 » Tue Aug 02, 2011 7:32 pm

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.
Thanks in advance,

Kelly

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Nasty error when try to run web admin tool

Post by lbauer » Wed Aug 03, 2011 7:30 am

Thanks, we got your email and will investigate the error.
Linda Bauer
SourceGear
Technical Support Manager

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Nasty error when try to run web admin tool

Post by lbauer » Wed Aug 03, 2011 8:22 am

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.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply