Sunday, October 21, 2018

Access the directory by using local host


It is useful when we don't publish a website for local development, we can access the folder to show images etc
Paste this in <system.webServer> tag

  <directoryBrowse enabled="true" showFlags="Date,Time,Extension,Size" />
 
  </system.webServer>

No comments:

Post a Comment