Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web.config settings for relative path #2

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Web.config settings for relative path #2

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi,

I'm using "PostSharpAspNet" for my asp.net application. I should deploy my 
application on a shared web host and I can't run the PostSharp Installer 
on this host.

I have a folder named "PostSharp" in my solution folder and applied the 
required settings to all ".csproj" files of the solution. I have added 
required settings to the Web.config file too. 

I have a problem with the following ASP.NET Web.config file settings:

  <postsharp directory="~\..\PostSharp" trace="true">

When I use a physical path for the directory attribute, everything works 
fine but when I use a relative path I get an exception:

   "Cannot find the file: '~\..\PostSharp\postsharp.e xe'."

Is there any solution for this problem?

Regards,

   Farzad Badili

Original issue reported on code.google.com by bad...@gmail.com on 3 Jan 2009 at 4:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant