-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help getting Opserver deployed #263
Comments
Well, not sure what the issue with IIS is on my laptop, but copied the files to a server and it is working fine there, so please feel free to close this non issue :-) |
You could always check the Event Viewer for warnings/errors from ASP.NET. :) |
I know this is an old post, but I have the same issue deploying the application to a localhost. Any ideas would be greatly appreciated. |
I am running into the same problem. I am not an expert, but with IIS Express, I can get it running, but when deploying to IIS, I get HTTP 500. Anyone would be able to give me some hints on where to check? |
The difference I found was when you have the files added into Visual Studio you need to complete a build of the project, then deploy the files to the server. |
Having the same issue here. Looks like I will have to give up on OpServer. After deployment all I get its Error 500. :-( Did you ever get it working Marcos? |
If you folks turn on friendly Error Messages, what do you get? Add these tags in the appropriate places to your web.config:
|
I made that change and refreshed and this is what I get now. I am taking a look at the following article now to see if that might help. |
I found that I did not have Windows Authentication installed in IIS. One that was installed I now get the following: [ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] [TypeInitializationException: The type initializer for 'StackExchange.Opserver.Models.TopTabs' threw an exception.] |
Fittingly, this SO post has some suggestions as to what the problem may be, and how to fix it. |
I finally got it working after experiencing the HTML 500 error for few hours. Make sure you have on ISS (Add Features):
If you can get the deployment working within Visual studios on IIS express then it's most likely to do ASP compiling issues (with production IIS). |
I must be a bit of a thicko here and not that familiar with VS. I have downloaded the code, opened the solution in VS, made changes to the security and added some SQL servers.
If I run this in debug mode, it all opens up fine and can browse the servers, databases etc.. But when I go to deploy to IIS (on my laptop for testing deployment) it seems half the files are missing and the site doesn't load. No problem, I'll just rebuild the solution and copy to the IIS folder, but when I browse the localhost url , I'm getting a http 500 error and nothing on the page to help identify what the issue is, even though the detailed information is on.
Any pointers would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: