gitdeployhub icon indicating copy to clipboard operation
gitdeployhub copied to clipboard

First run: Server Error in '/' Application.

Open sebastiandammark opened this issue 9 years ago • 8 comments

This is what I get when I run the application.

It's a clean 2012 R2 server with .NET and GIT installed. Just for the kicks I added Everyone with full control to permissions.

screen shot 2015-09-22 at 12 00 44

sebastiandammark avatar Sep 22 '15 10:09 sebastiandammark

Got it fixed.

But now I get this error screen shot 2015-09-22 at 14 57 32

sebastiandammark avatar Sep 22 '15 13:09 sebastiandammark

hi, sorry but there's a long time since I used this app, I don't actually have an easy way to reproduce that error. The url shown there seems to be a normal Mvc one, but without an extension (/_self), could that be forbidden by your IIS configuration? what version of IIS are you using?

benjamine avatar Sep 23 '15 13:09 benjamine

I'm running a 8.5 screen shot 2015-09-23 at 16 07 58

sebastiandammark avatar Sep 23 '15 14:09 sebastiandammark

I'd start by checking extensionless urls are working with your IIS configuration, I remember IIS6 didn't support them without some work. Check: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx/

benjamine avatar Sep 23 '15 14:09 benjamine

I'm not sure that extensionless URL's are the problem, since I already have other websites running on that server that are extensionless.

I'll try to install it on a 2007 server before the weekend.

sebastiandammark avatar Sep 30 '15 16:09 sebastiandammark

Well, I have the same problem on a Windows 7 running IIS 7.5 so I have no idea what to problem might be. http://gitdeploy.sheriffone.com:81/

I'm running this website on the same server: http://basic1.sheriffone.com:81/

So I don't think it's the extensions URLs that's causing this.

sebastiandammark avatar Oct 07 '15 22:10 sebastiandammark

Done a little digging. Extensionless URLs are working fine: http://gitdeploy.sheriffone.com:81/Instance/ChangeLog/_self

sebastiandammark avatar Oct 08 '15 21:10 sebastiandammark

awesome, I can see your dashboard, I see you have a different error now, about github auth on git fetch. remember you''d need to log into the server, and git clone the repo yourself the first time (the user running the web app just needs permissions to do git fetch after that).

benjamine avatar Oct 08 '15 22:10 benjamine