i recall some posts re setting up a second web site under my root. Is there a KB article or post that will explain this? ---Jim
Do you mean how to forward one of your domains to a folder? There is a KB article for that but I am also making a Video for it soon. Salute, Mark
i wanted to have two separate web sites that I develop as two separate webprojects using VS2008. I thought this was possible with DASP. Currently, I have a directory in my root that works as my primary web site. The second web sitewont be set up touse Forms Authentification so i can easly send files to it. I set up a second folder at the root and uploaded the second webSite there that has a single page to receive my data. But when I try to get there from my browser -- it always goes back to my original home page. to get to my primary site i do this: www.myDomain.com I'd like to get to the second site like this: www.myDomain.com/ReceiveFiles/default.aspx Is this possible? --Jim
In your DASP Control Panel set the second folder as an Application. The root of your site already is. If the second site still doesn't perform properly after that use this link below to search for ASP.NET Inheritance. Scott Guthrie's blog is a good place to search too, not only for inheritance trouble but also web.confg settings. http://search.live.com/macros/wisemx/aspnet/ http://weblogs.asp.net/scottgu/ Salute, Mark