My .Net project works fine on Local IIS7 (Windows 7 IIS7 x86). But it does not work on hosting environment (W2008 Server x64 IIS7). I can fully control hosting environment. But I could not locate the error. When working locally I can access the USer Controls in the DLL via VirtualPathProvider, but i receive error

The file '/TarimWeb/TarisApp/TarisUI/CariBanka.ascx' does not exist.

on hositng environment.

I can provide any information, but i do not know what my helper would need to know.

Thank you!

link|improve this question
Have you registered the provider in Global.asax on your hosted environment? Is the hosted running in medium trust? – TheCodeKing Sep 23 '11 at 10:28
Yes. Both are correct. Found the solution later on. But those are important points that should be settled. – HGM Sep 24 '11 at 23:05
feedback

1 Answer

So, I totally forgot that "PreCompiled Web Sites" cannot use VirtualPathProviders.

I found a work around @ http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/

It DID work for me too...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.