With PHP, I can make numerous PHP websites locally and then upload each of them to its own sub-directory of my PHP hosting service.
However, with ASP.NET, it seems that I can only upload my ASP.NET to the root of my hosting service. If I upload to a sub-directory, I get an error in
section registered as allowDefinition='MachineToApplication' beyond application level
<authentication mode="Windows"/>
- is there a way to get around this so I can have numerous ASP.NET websites each in its own directory?
- if not, would using ASP.NET MVC be able to get around this problem?
- or is it generally not possible to FTP multiple ASP.NET sites to a shared hosting provider?