[QUOTE=RajK]
Yup, haven’t tried it yet, but it seems all the MapPath() methods are derived
from a common Base class.
Raj
[/QUOTE]
I am having a similiar issue…not with not knowing the path of a file to create…but acessing a file that’s already created. I try to read an xml from an ASP.NET page, using the following code:
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
I asked the admin to change the permissions for me…still waiting for a response.
[QUOTE=DeepakG]
Did anyone else have a similar problem..ever?
[/QUOTE]
Yep, sure. Me for example. What I did is asked support to give write permissions for ASP.NET (this is not same as ASP) to some folder, then put all files/databases I need to be writable in it. After that you can create a subfolders inside it, they will be writable as well.
So if you still didn’t get a response, I suggest re-submitting your ticket, or writing directly to [email protected]. Sometimes there is some problem occure in HSPHERE, and support doens’t get notifications on new tickets. That’s why you may wait a long time.
[QUOTE=StPatrick]
Yep, sure. Me for example. What I did is asked support to give write permissions for ASP.NET (this is not same as ASP) to some folder, then put all files/databases I need to be writable in it. After that you can create a subfolders inside it, they will be writable as well.
So if you still didn’t get a response, I suggest re-submitting your ticket, or writing directly to [email protected]. Sometimes there is some problem occure in HSPHERE, and support doens’t get notifications on new tickets. That’s why you may wait a long time.
[/QUOTE]
I just e-mailed them again. Let’s see what happens.
I actually used to host with a different hosting company and that had the functionality in their control panel to change permission for files/folders. I guess we should have some sort of control over permissions once webshell 4 is deployed on Jodohost. But even than, I would think it would be impossible to give permissions based on usernames. Oh well…can’t wait for support to take care of this.