在经典 ASP 上构建 .net 应用程序

发布于 2024-10-13 22:22:41 字数 288 浏览 3 评论 0原文

我们有一个大型的经典 ASP 网站,我们想开始在 .net 中编写新代码(该网站太大了,无法在现阶段 100% 重写)。

旧网站使用会话变量,这些变量是否仍然可以在 .net 页面中访问,如果不能(我怀疑),我们可以做些什么来使它们可以访问吗?

新部分是可分离的,也就是说,它几乎独立于网站的其余部分,因此用 .NET 编写应该没问题,只是会话对我们来说很重要。我们需要另一个登录页面吗?

当他们登录旧站点时,使用 ajax 设置会话信息的本地 .net 页面是多么糟糕的做法?我们可以通过这种方式复制会话数据吗?

We have a big classic ASP website, and we want to start writing new code in .net, (the website is way to big to rewrite 100% at this stage).

The old website uses session variables, will these still be accessible in the .net pages, and if not (which I suspect) is there anything we can do to make them accessible?

The new section is detachable, that is it is pretty much independent from the rest of the site so should be fine to write in .NET, it's just sessions which are important to us. Do we need another login page?

How bad practise would it be to ajax a local .net page which sets session info when they login to the old site? Can we copy session data this way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文