# Mount the ASP.NET example application
AspNetMount /ka "E:/myweb"
# Map all requests for /active to the application files
Alias /ka "E:/myweb"
# Allow asp.net scripts to be executed in the active example
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.htm Default.aspx
# For all virtual ASP.NET webs, we need the aspnet_client files
# to serve the client-side helper scripts.
AliasMatch /aspnet_client/system_web/(/d+)_(/d+)_(/d+)_(/d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
Options FollowSymlinks
Order allow,deny
Allow from all
绿色的文字是需要配置的具体物理位置。
到这里以为一切OK满足吃饭,没想到问题来了。
没写入权限,OK,给你权限。按提示找到这个文件夹,杯具啊!!!哪有Temporary ASP.NET Files 文件夹?!
你不仁我不义!我自己建一个成不。没想到手动创建完在重启一下服务,就OK了。
好吧 ,吃饭去了