I'd like to be able to host small custom ASP.NET applications within my Sharepoint environment. For example, I would like to have associates able to access our locations application by pointing to http://intranet/locations (Where http://intranet is our Sharepoint intranet).
I have tried publishing the application to the //intranet/DavWWWRoot/locations folder but received a "system cannot find the file specified" error, which I presume is due to SP blocking certain file types in my project from being copied up.
Is there a way to do this, perhaps using a Sharepoint Solution?