简体   繁体   English

如何设置传统的ASP在IIS上?

[英]How set classic ASP on IIS?

I have to create site and use classic ASP for it.Actually I'm beginner in ASP. 我必须创建站点并使用经典的ASP。实际上,我是ASP的初学者。

At first I want to know is it possibale to host ASP on IIS and communicate to WCF coz WCF holds my DB on Entity Framework? 首先,我想知道在IIS上承载ASP并与WCF通信的可能性是什么?WCF在实体框架上拥有我的数据库吗?

At second I installed IIS Express.msi and IIS Manager with Windows futures help. 第二,我在Windows期货帮助下安装了IIS Express.msi和IIS管理器。 I have folder with some pages .asp, I have opened this folder in VS2010 like WebSite.What Else? 我有一些页面.asp的文件夹,我已经在VS2010中像WebSite一样打开了此文件夹。还有什么?

What I should to do that this folder has started on IIS, and I could work with this pages? 我应该怎么做才能在IIS上启动此文件夹,并且可以使用此页面? Thank u! 感谢你!

First you need to check the files if these are running properly or not. 首先,您需要检查文件是否正常运行。 It can be run like putting the line "localhost/YourFolderName/Filename.asp" (There must be a folder). 可以像放置“ localhost / YourFolderName / Filename.asp”行一样运行(必须有一个文件夹)。 The folder must be given full access to the User. 必须授予该文件夹对用户的完全访问权限。

So right click on the folder. 因此,右键单击该文件夹。 Go to the properties/security Tab/click on the edit. 转到属性/安全性选项卡/单击编辑。 Give full access to the administrator or the user as which user you are logged in. 将管理员或用户的完整访问权限授予您登录的用户。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM