c# - How do I make IIS recognize a directory as a program's folder? -
because of licensing issues 3rd party software (it not necessary me go why) have install, designed run off server, onto people's local computers. program asp.net c# program uses web.config , iis. have go around everyone's machine use program , set iis. test how program look, have tried on machine. error:
this error can caused virtual directory not being configured application in iis
this means, guess, have tell local iis program directory using under localhost/wwwroot program directory.
how do that?
in iis expand site folder under (most default website), right-mouse click on folder application in , select "convert application"
you may need configure application pool used application (e.g. make sure .net framework version matches 1 used application)
Comments
Post a Comment