I have an html website and an asp.net website using database sql server 2005. If i want to use the same domain for the both websites, is it possible?
Like http://www.google.com/htmlwebsite.html and http://www.google.com/aspnetwebsite.aspx ?? I was trying but the aspx page doesn’t open up. Is there a reason why it can’t?
I hope i am clear. Thanks so much in advance!!
Yes, it’s possible to use the same domain for static (*.html) and dynamic (*.aspx) files.
For the permission error you mentioned, it sounds like you need to either modify the Identity of the AppPool in IIS, or add that Identity to the ACL for the folder/files in the site.