Posted by coosa on 10/19/93 11:36
Hi all,
I have posted the same topic under ASP-NET-Developers but had no reply;
I then posted it under ASP.Net Community and had also no reply.
Hence, i'm posting it here to prevent the impression of spam post ...
I have created a SqlContextTrigger using ADO.NET 2.0 to create a
trigger on
SQL Server 2005.
In the class, I create a file and specify its path to be in the
Application
Domain base directory such as:
String Path = AppDomain.CurrentDomain.BaseDirectory.ToString()
However, the path is always the SQL Server Binn Directory. I'd like to
tell
the program that I want the path to be related not to SQL Server Binn
Directory but to Visual Studio Solution's Project Bin Directory.
How do I do that?
Best regards
[Back to original message]
|