How can i configure IIS Express to run my asp.net application from a specific dir location ?
I've copied my app to c:\www\apptest and I have a batch file to start the iis express and then open the localhost url:
iisexpress.exe /path:c:\www\ /port:8888
but in IIS Express it doesn't appear my app name like a site, just localhost:8888. And when entering in localhost:8888/apptest i have an error:
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
How can i configure my Site in IIS Express ? I think it's Virtual Directory. Where i can configure it ?