是否可以从C#解决方案中的aspx页面重定向到Vb解决方案中的aspx页面 [英] Is that possible to redirect from an aspx page in C# solution to an aspx page in Vb solution

查看:87
本文介绍了是否可以从C#解决方案中的aspx页面重定向到Vb解决方案中的aspx页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我想从C#解决方案中的aspx页面重定向到Vb解决方案中的aspx页面.这可能吗?

Hi experts I want to redirect from an aspx page in C# solution to an aspx page in Vb solution.Is that possible?

推荐答案

是的,如果两者都可行部署.使用Response.Redirect()方法.
如果您的会话模式为InProc,则不会获取会话数据.
Yes possible if both are deployed. Use Response.Redirect() method.
You will not get session data if your Session mode is InProc.


ASP.NET是ASP.NET,.NET是.NET.特定的语言是完全无关的.您可以使用两种语言的混合物轻松地进行任何类型的应用程序.即使每个程序集(更确切地说是其可执行模块)可以用相同的语言编写,应用程序仍可以引用或加载以不同语言编写的程序集.

—SA
ASP.NET is ASP.NET and .NET is .NET. The particular language is totally irrelevant. You can easily make any kind of application using a mixture of two languages. Even though each assembly (more exactly, its executable modules) can be written in the same language, the application can reference or load assemblies written in different languages.

—SA


这篇关于是否可以从C#解决方案中的aspx页面重定向到Vb解决方案中的aspx页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆