Deploying SQL CE 4 to IIS 7 - Special Permissions Needed?

前端 未结 3 1148
被撕碎了的回忆
被撕碎了的回忆 2021-01-12 09:52

I have an ASP.NET 4 site that uses the new SQL CE 4 CTP. The site works fine locally (IIS 7.5 on Win7) and fine in Server 2003/IIS 6. It fails when deploying to IIS 7 on Ser

3条回答
  •  清酒与你
    2021-01-12 10:30

    The actual solution was to add IUSR permissions to the bin directory (that were somehow missing). Hope this helps someone else in the future!

提交回复
热议问题