简体   繁体   English

在visual studio 2012上替换IIS的IIS Express

[英]Replacing IIS Express for IIS at visual studio 2012

IIS Express is giving me too many problems with the configurations such as enabling SSL or using a Local Ip IIS Express给我提供了很多配置问题,例如启用SSL或使用本地IP

My visual studio2012 project only allows me to use IIS Express and not regular IIS so my ISS manager is not syncronized with my my project and I'm having a hard time setting up everything. 我的visual studio2012项目只允许我使用IIS Express,而不是常规的IIS,因此我的ISS管理器不与我的项目同步,而且我很难设置所有内容。

I've tried to configure a website in IIS manually but the project Bin folder isn't what I need to target to deploy to Service. 我曾尝试在IIS中手动配置网站,但项目Bin文件夹不是我需要将其部署到服务的目标。

How can I set visual studio 2012 to run using regular IIS instead the Express? 如何设置visual studio 2012使用常规IIS而不是Express?

what o/s do you have? 你有什么用的?

within the project properites, web section, you can uncheck iisexpress and use the real iis if your o/s has it 在项目专业,网站部分,你可以取消选中iisexpress并使用真正的iis,如果你的o / s有它

您可以在IIS中与IIS Express端口不同的端口上设置站点,然后在调试时手动将调试器附加到w3wp.exe。

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

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