A
ALI-R
Hi,,
Is there somebody who can answer my question about this machanism.
I have an application which calls a webservice to get current time and date
( simple).
I have put these two on the server and client requests this application
through IE (No touch deployment) .everything is fine .
My problem is that in my application I read some settings from an xml file
and I don't know how to get the application path on the server ,I am using
the following statement but it returns an strange path like
"http:\myserver\test".
string
strAppPath=Path.GetDirectoryName(Assembly.GetExecutingAssembly().CodeBase).R
eplace(@"file:\","");
Thanks in advance for your time.
ALI
Is there somebody who can answer my question about this machanism.
I have an application which calls a webservice to get current time and date
( simple).
I have put these two on the server and client requests this application
through IE (No touch deployment) .everything is fine .
My problem is that in my application I read some settings from an xml file
and I don't know how to get the application path on the server ,I am using
the following statement but it returns an strange path like
"http:\myserver\test".
string
strAppPath=Path.GetDirectoryName(Assembly.GetExecutingAssembly().CodeBase).R
eplace(@"file:\","");
Thanks in advance for your time.
ALI