Hi, i had just installed CMS on godaddy shared hosting account. I had read a lot about medium trust.. well, everything is pretty much "in fog" and there is no much tutorials about this subject (just articles about same and same)
My situtaion is this:
I installed on godaddy. they got medium trsut. Now, To install CMS correctly, i must setup some folder to have write access. When i call go daddy, they allways tell me, u must have app writen for medium trust mode. Now, as i reaserch this issue more, i think, that godaddy is not so clear about medium trust.
What happened. Well, i coppied files to server. When i try to connect to some folder, it ask me username and password (windows authent.). Now i put
<system.web>
<location path="admin">
<system.web>
<identity impersonate="true" />
<!-- WS: Allow only Authenticated users -->
<authorization>
<!-- allow users="*"/ -->
<deny users="?" />
<!-- ? je Allow only Authenticated users -->
</authorization>
</system.web>
</location>
</system.web>
this and this should allow users to be able to access some folders. This doesn't help, and i still cann't do anything. I saw some example (i cann't find this is godaddy faq anymore) they showed about adding new admin to db, to membership tables..(like regular with using membership provider). Now, user is authenticated. Can he write to soem folders now? If he is authenticed, can he write to files now? I don't understand this much?!?
Or this logging is just simple control for accessing content and NOTr writting or deleting content that is normal for windows folder permissions (that network service account - asp.net uses)?
Can someone give me shot direction what should i do? code nad web.config..