"The connection was reset" when trying to connect
Moderator: SourceGear
"The connection was reset" when trying to connect
I just finished installing 1.0.6 on XP Pro using MSDE, windows authentication. Everything on the install seemed to go fine. I can see all the databases, connect to them and read data with an external viewer. However, when I try to navigate to http://servername/VaultService/Admin or http://servername/VAultService/VaultWeb, I get a connection was reset error. If I try to connect with the client, it says there is no service to connect to.
I've made sure .net is configured in IIS, but I'm at a loss as what else to check. Any help would be greatly appreciated.
I've made sure .net is configured in IIS, but I'm at a loss as what else to check. Any help would be greatly appreciated.
Try these URLs on the Vault server and let me know the results:
http://localhost/vaultservice
and
http://localhost/vaultservice/vaultservice.asmx.
Do you have multiple websites on this server?
http://localhost/vaultservice
and
http://localhost/vaultservice/vaultservice.asmx.
Do you have multiple websites on this server?
Navigating to http://localhost/vaultservice gets me:
Fortress Home Page
JeffXP Server Installation
Version 1.0.6.15954 Installed 23 March 2008
Navigating to http://localhost/vaultservice/vaultservice.asmx gets me:
With IE: Internet Explorer cannot display the webpage
With Firefox: it tries to redirect to www.localhost.com/vaultservice/vaultservice.asmx. But if I use the local IP instead of localhost, I get the connection reset error.
I did have another website on the system long ago, if I go to simply http://localhost, I do see an old test page.
Thanks for the help.
Fortress Home Page
JeffXP Server Installation
Version 1.0.6.15954 Installed 23 March 2008
Navigating to http://localhost/vaultservice/vaultservice.asmx gets me:
With IE: Internet Explorer cannot display the webpage
With Firefox: it tries to redirect to www.localhost.com/vaultservice/vaultservice.asmx. But if I use the local IP instead of localhost, I get the connection reset error.
I did have another website on the system long ago, if I go to simply http://localhost, I do see an old test page.
Thanks for the help.
When the .asmx page can't display, very often it's because the 2.0 .NET framework is not set to 'allow' in the Web Service Extensions. Check on that. There is a screenshot of what to look for here: Installing Vault Server on Windows 2003 Server
Are you still using that old web site? If not, would you be willing to change the port it uses in the IIS manager? Sometimes having Vault and other websites using a different port can help.
Are you still using that old web site? If not, would you be willing to change the port it uses in the IIS manager? Sometimes having Vault and other websites using a different port can help.
To get the Web Service Extensions to show up, using the command line, go to the directory C:\Windows\Microsoft.NET\framework\v2.0.50727 and run the following command:
and all of the .Net mapping extensions should appear.
There isn't a guide specific to XP, but I can still get you up and running. Try the command I sent, and let me know the results.
Code: Select all
aspnet_regiis /i /enable
There isn't a guide specific to XP, but I can still get you up and running. Try the command I sent, and let me know the results.