Windows Server 2003 with IIS6 and ASP.NET 4 giving 404 error

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

Moderator: SourceGear

Post Reply
kylemcisaac
Posts: 1
Joined: Wed Apr 11, 2012 4:33 am
Location: St. John's, NL, Canada
Contact:

Windows Server 2003 with IIS6 and ASP.NET 4 giving 404 error

Post by kylemcisaac » Wed Apr 11, 2012 4:43 am

I stumbled across an issue when trying to access the VaultService folder on my local server. When loading the page it would give the wonderful yellow page of death with a 404 message saying /VaultService/eurl.axd/guid (where guid would be a random 32 character string).

After researching this error, it seems that ASP.NET 4 and IIS6 have a small issue with Extensionless URLs. Resolution is done by entering the registry and navigating to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0. Upon entering this node, add a DWORD value of EnableExtensionlessUrls and set it to 0. Restart IIS and it should work.

Hope this helps. :)
Kyle McIsaac
A+, MCDST, CCNA-1

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Windows Server 2003 with IIS6 and ASP.NET 4 giving 404 e

Post by Beth » Wed Apr 11, 2012 8:08 am

Thank you for your post. This can also usually be performed in the IIS Manager under Web Server Extensions.
Beth Kieler
SourceGear Technical Support

Post Reply