Ultidev Team;3827 wrote:Matt,
Physical folder name does not determine the URL by which your application is accessible. When you register the application, simply specify "/" as a virtual directory, and provided that combination of port 80 and virtual folder "/" is not already taken by other applications, you will get exactly the URL you want.
Best regards,
UltiDev Team.
The issue is that I want everything to redirect to "/WebForms/" instead of "/" I can't use "/WebForms/" as my virtual directory because the config and global.asax files are located in the root.
I have found a way to do this by redirecting using asp code but I wanted to know if this is possible using the web server