businessbroadband
New Member
I have an IIS 7 server on W2k8R2.I added an ASP.NET Application to the IIS and a DNS entry so that \[code\]http://my-site\[/code\] points to \[code\]myIISServer\[/code\].The problem I am having is that I have to go to \[code\]http://my-site/ASP-APP\[/code\] to access the ASP.NET page.How would I bind it so that I can access the virtual folder directly through \[code\]http://my-site\[/code\]?