English 中文(简体)
ASP. 该网络的网页不会在Win7×64的IIS7上启用。
原标题:ASP.NET page will not start on IIS7 on Win7 x64

我试图经营一个简单的“世界”伙伴关系。 我的系统网网站,但没有开始(不能通过“当地东道/病毒_dir/default.aspx”进入)。 我重述了框架,管理了蚊帐——指挥——......。

我不知道问题在哪里......:

我能够利用国际独立知名人士小组6 出版同一网页。

最佳回答

尝试将适用模式改为传统的管道。 你们可以通过点击“申请库”来做到这一点,找到你的申请库,并点击“右面的基线”。 方言窗口在“管理管道模式”中选择“Classic”办法。

或许你还需要在您的东道方档案中添加一个注明为127.0.0.1的网站。

如果这不是问题,请提供更多信息,如你试图浏览该网站时所显示的屏幕。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签