简体   繁体   English

在ASP.NET中的一种解决方案下访问不同项目中的Webforms.Visual Studio 2012

[英]Access Webforms in different projects under one solution in Asp .net.Visual studio 2012

我有两个不同的项目TestOne和TestTwo。我已经在一个解决方案下添加了它们。现在的问题是,当我在webform1.aspx中单击超链接时,我想从位于TestTwo的Webform1.aspx页访问位于TestOne的webform1.aspx。 Test2中的页面。

When the projects are have been built and are being debuged, you will notice two development web server instances. 在构建项目并对其进行调试后,您会注意到两个开发Web服务器实例。 There is one for each of your web projects. 每个Web项目都有一个。

Simply create links that use the other web applications address. 只需创建使用其他Web应用程序地址的链接。 However, be aware that as you are in development the port numbers are automatically assigned and may change. 但是,请注意,在开发过程中,端口号会自动分配并且可能会更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Visual Studio 2012中以管理员身份运行解决方案中的项目之一 - Run one of the projects in a solution as administrator in Visual Studio 2012 解释解决方案资源管理器ASP.NET Visual Studio 2012 - Explaining the Solution Explorer ASP.NET Visual studio 2012 c# .net - 关于 Visual Studio 2010 中同一解决方案下的多个项目的问题 - c# .net - Question about multiple Projects under same solution in Visual Studio 2010 Visual Studio 2012:项目和解决方案资源管理器所需的帮助 - visual studio 2012: Help needed with projects and solution explorer Asp.Net 在多台服务器的一个解决方案下部署多个项目 - Asp.Net Deploy multiple projects under one solution in multiple servers 为解决方案中的多个 Visual Studio 2012 C# 项目启动调试器时出现 Visual Studio 2017 警告错误 - Visual Studio 2017 warning errors when starting a debugger for multiple Visual Studio 2012 C# projects in a solution Visual Studio 2012-访问其他目录中的文件 - Visual Studio 2012 - access file in different directory Visual Studio-独立的Asp.net项目 - Visual studio - Separate asp.net projects 如何在一个解决方案下整合两个不同的网站项目? - How to integrate two different website projects under one solution? 在单个解决方案Visual Studio中使用具有不同配置设置的两个项目 - Using two projects with different configuration settings in a single solution visual studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM