Hi
I have an asp.net mvc site and a asp.net web service. I am wondering if it is possible to have them in the same root(wwwroot) folder?
Like could I have
wwwroot -> all mvc files wwwroot -> webservice folder -> webservice files
Would this work?
I don't want them all mixed together and I am sure having 2 web configs in the same root probably would cause some problems.