Run IIS Application inside Website without web.config

老子叫甜甜 提交于 2020-01-06 05:53:25

问题


I have an ASP.NET Website hosted in IIS. I created an application namely "Images" under the website which points to a shared network folder which every domain has access to it.

My aim is to access the images from SSRS ReportServer via URL i.e., http://URL/Images/Filename.jpg

Since it's a public folder I don't want to create web.config file inside it. Can I set Windows Authentication/Authorization via IIS Settings ?

Currently It is inheriting the web.config settings from its parent Website. I want to override it using IIS Settings for the Application.

来源:https://stackoverflow.com/questions/51185326/run-iis-application-inside-website-without-web-config

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!