Hello,
I posted this earlier to the ASP section, but I think the problem is a IIS one.
I have a site with several pages. When I debug in visual developer I'm able to open the various pages and see them as they should appear online.
However, when I move the pages to wwwroot, the only page that I can access over the internet is "default.as px." If I enter any of the other page names into my IE addressbar, the page that shows up is default.aspx. I don't know if there's a redirect involved or not.. I don't know how to troubleshoot this issue.
The actual page is at www.americansol arpowercentral. com. You'll see a "test" link midway down the righthand column. Clicking on it will not change the page to the desired link.
I've checked that there are no undesired references to "default.as px" on any of the other pages, and I've built a test project containing just two pages, and had the same problem after placing them in wwwroot.
Also, pages other than .aspx also will not display. In fact, you can type in "www.americanso larpowercentral .com/anythingyouwant " with the same results.
Thanks in advance for any help or suggestions you can give.
I posted this earlier to the ASP section, but I think the problem is a IIS one.
I have a site with several pages. When I debug in visual developer I'm able to open the various pages and see them as they should appear online.
However, when I move the pages to wwwroot, the only page that I can access over the internet is "default.as px." If I enter any of the other page names into my IE addressbar, the page that shows up is default.aspx. I don't know if there's a redirect involved or not.. I don't know how to troubleshoot this issue.
The actual page is at www.americansol arpowercentral. com. You'll see a "test" link midway down the righthand column. Clicking on it will not change the page to the desired link.
I've checked that there are no undesired references to "default.as px" on any of the other pages, and I've built a test project containing just two pages, and had the same problem after placing them in wwwroot.
Also, pages other than .aspx also will not display. In fact, you can type in "www.americanso larpowercentral .com/anythingyouwant " with the same results.
Thanks in advance for any help or suggestions you can give.
Comment