I have a compiled website that works perfectly on my IIS 7 box. When I pass the same exact website to a customer, and bring up the site in IIS, the site starts with the registration.aspx instead of default.aspx. I checked setting and everything seems right but can not figure this out.
我有一个编译的网站,在我的IIS 7盒子上完美运行。当我将同一个网站传递给客户,并在IIS中启动该网站时,该网站以registration.aspx而不是default.aspx开头。我检查了设置,一切似乎都正确,但无法解决这个问题。
Thanks for the input
感谢您的投入
1 个解决方案
#1
Have you tried adding Default.aspx to Default document in IIS? Registration.aspx may be set as 'starting page' in visual studio.
您是否尝试将Default.aspx添加到IIS中的默认文档? Registration.aspx可以在visual studio中设置为“起始页”。
#1
Have you tried adding Default.aspx to Default document in IIS? Registration.aspx may be set as 'starting page' in visual studio.
您是否尝试将Default.aspx添加到IIS中的默认文档? Registration.aspx可以在visual studio中设置为“起始页”。