Since we upgraded to Artifactory 7.24.3 from 7.21. We are unable to browse content in jar file using JAR! in the URL - jar

We store test report site in Artifactory as a jar file. We use the "Allow Content Browsing" to browse the html format reports. We are unable browse anymore anything within the jar file. We are getting a 404 resource not found error. We have self hosted instance.
http:///artifactory//org//latest-SNAPSHOT/site-jarfile.jar!/allure-maven-plugin/index.html

Related

Wexflow .net core version can't open dashboard after installation - 404

I've downloaded Wexflow version .net core on Windows:
https://github.com/aelassas/Wexflow/wiki/Installation
I extracted folder, clicked install, folder Wexflow-dotnet-core and WexflowTesting has been created. Then I clicked run.bat and server started. But I can only display swagger-ui page when I type localhost:8000 in my browser. I get page: http://localhost:8000/swagger-ui/index.html
And thats all. How to run dashboard.html ? When I type this url in browser I get 404.
To open the dashboard, go to "Backend" folder from the zip you downloaded from GitHub and double-click on the file "index.html". Or you can host the backend in a web server by copy/pasting the content of the "Backend" folder into the web server.

How to restrict the file which is in the folder of my web application project which is built using vb.net and hosted in windows server 2008?

How to restrict the file which is in the folder of my web application project which is built using vb.net?When the url of the web application is used to traverse the file ,it is able to access the file but the folder is restricted..I have the url as "https://firstwebsite.com/js/js.js".When this is run,it displays the script in the file(js.js). When https://firstwebsite.com/js/ is run,it shows the forbidden error.I need to restrict the file also and to show the forbidden error.I have disabled the directory browsing also and tried with many,but couldn't restrict.Server is windows 2008.
I don't have any .php pages but including all the security in web config file but i couldnot redirect the file requested also.I tried to place the script also.Can you please tell me how to redirect the url when https://firstwebsite.com/js/js.js is accessed?
I have a js file say "js.js" in my website.
say my website is "firstwebsite.com" and the js file is in a directory "js"
I want to prevent direct url access to the "js.js" file i.e. if anyone types the url "firstwebsite.com/js/js.js" ,then the js file should not be executed and it should return a error message(403.1 forbidden error or redirect to another page) instead.

AWS | 403 - Forbidden: Access is denied

I'm doing a ASP.NET project currently, and I want to upload up in AWS Elastic Beanstalk. So I have all the prerequisite downloaded, installed and setup already, I used Visual Studio 2017 to publish my solution to AWS. There were no errors while uploading, however, when I click on my website link xxxxx.elasticbeanstalk.com, it showed me 403 error.
There were no errors while creating env nor uploading the project onto AWS.
Try to change the url for example, if your url is xxxxx.elasticbeanstalk.com try to add the extension of your index file that you uploaded in your ZIP file.
Example:
xxxxx.elasticbeanstalk.com/index.html
Hope it helps

ClickOnce Error 403: Forbidden

A customer gets a 403 error when trying to install our VSTO ClickOnce application. We are hosted on GoDaddy IIS7.
"Downloading (one of our files ending in .deploy) did not succeed. System.Net.WebException: The remote server returned an error (403): Forbidden."
FWIW I've made sure all files needed for the installation are present in the remote directory. The publish from Visual Studio succeeds without any errors.
The installer is hosted on GoDaddy, and it has all the correct ClickOnce MIME types set. We didn't modify any of these.
BTW, could not find the ClickOnce error log! Searching online reveals that the log is located in Temporary Internet Files by default, but it was not there. We don't have our own custom log file location set, and we'd prefer not to set up a custom location for the customer's log if we can just grab the default one instead. It doesn't sound as though the log file provides any additional information beyond the stack trace revealed by the "Details" button in the error dialog, anyway.
Sounds like there is no read access to this file for your customers.
Try to download the file directly.

Giving 404 error in web site ? Asp.net?

In web application, i created a site and place the code in my domain [using filezilla i upload the my pages in my domain ]. i place my folder which contain the code in domain like
BusinessEntity Folder, BusinessLayer Folder, DataAccess Layer and my code Folder. my web.config is my code folder. but when i type my url it is giving 404 error. Can you help me to solve this problem. Thank you.
404 - Not Found error. Some resource can't be obtained. Open Fiddler or any other web debugger and check what request return 404 error. After that check existing a resource corresponding to Url
Please check all these things are done properly
Publish the project from your local machine (using visual studio)
Upload the published project to the server.
Create a virtual directory in iis (in the server)
Map the virtual directory to the project folder (means select the physical directory as the project folder)
Do the necessary configuration changes (conection strings or appsettings)
Give write permission for the upload folder and error folder (If you use any)
Checkout http://www.advancedinstaller.com/user-guide/tutorial-iis.html

Resources