Proper Target configuration for IIS

Well, it seemed to fix itself… not sure what I did, except that my computer had some updates and rebooted. Opened Wappler this morning – and it’s all working as expected. So maybe a little hiccup with Wappler that closing and reopening took care of??

Thanks @George for your help! I learned some valuable tips for configuring IIS.

So for the record, besides defining an Application, you can also define a Virtual Directory. This gives you the ability to have a path multiple layers deep. You just need to have the Application defined at the bottom layer.

For example:
image
In this setup, Wappler, ASP and PHP are all Virtual Directories and AdventureWorks and Northwind (in both ASP and PHP Directories) are Applications.

The Wappler Virtual Directory is defined as:
image
Then the ASP Virtual Directory is defined as:
image
And, finally the Northwind Application is defined as:
image
As you can see, I defined the physical folder path with the exact same structure as defined in IIS.
Then in Wappler I defined the Target for my ASP.NET Northwind project as:


Hope this helps someone as much as it did me.