Secondary Domain Adds Extra Folder in URL during Postbacks
- by Joshua
My ASP.NET Website (C#, 3.5 framework, IIS7) is hosted at GoDaddy. There are multiple sites on the account. Currently when I perform postbacks or Response.Redirects on a secondary web site, the following URL appears in the address bar:
www.mywebsite.com/webfolder/default.aspx
Where the "webfolder" is the sub-directory on the server where the web…