开发者

Could the projects name contain a dot?

开发者 https://www.devze.com 2022-12-15 05:56 出处:网络
I\'m runing MVC 2RC project on IIS 5.1. When default created project is named \"MvcApplication1\" than everythig is ok. But when projects name is \"MvcApplication1.Web\" (contain \".\") than I get an

I'm runing MVC 2RC project on IIS 5.1.

When default created project is named "MvcApplication1" than everythig is ok. But when projects name is "MvcApplication1.Web" (contain ".") than I get an error during the debug: "unable to start debugging on the web server. the web server could not find the requested resource"

Do someone know how to resolve this problem?

Th开发者_如何转开发anks a lot, Igor


Yes, this is a problem with namespaces and classes. This is like trying to name a class in php My$Class or in C My->Class...it's just not possible.

0

精彩评论

暂无评论...
验证码 换一张
取 消