Hi, I have sorted this by adding a custom membership provider to the web.config file.
Can any please elaborate on TipGiver's comments about encrypting the connection string in web.config.
I have google many resourses on this, but these are all for programmatically decrypting the connection...
Hi,
I am a relative newbie to ASP.NET 2.0. I have created a web site (ClimbYorkshire.com - Still under development) and I was wanting to add Forms Authentication to the site.
I have watched a couple of webcasts from MS and they tell me to use the ASP.NET Configuration and then click on the...
Hi,
It depends on the amount of work you plan to use it for. I have a 1.2 Ghz Athlon with 256Mb of RAM and it runs SQL 2000 with no problems when developing applications. Not sure how it would perform under heavy load...?
Thanx!
Dave Shaw
Nothing is Impossible, it is just something I haven't...
Hi,
The pipe is an Or operator
Thanx!
Dave Shaw
Nothing is Impossible, it is just something I haven't got round to doing. - Me
History admires the wise, but elevates the brave. - Edmund Morris
Hi,
Here is some code to create a proc that will return an integer. In this eg it queries the top id field in my_table and if it equals 1 then it returns a 1, else it returns 0.
create proc sp_test
as
declare @id int
select top 1 @id=[id] from my_table
--print @id --debug code
if @id = 1...
Hi, I have fixed this also, nothing a good nights sleep can't cure. :-)
The cause was that I was passing strings to the Delphi DLL, so I was using ShareMem Unit. But it was not the first unit in the Uses Declaration.
That will teach me for deleting the useful comments provided by Delphi. Doh...
Hi, I have fixed this also, nothing a good nights sleep can't cure. :-)
The cause was that I was passing strings to the Delphi DLL, so I was using ShareMem Unit. But it was not the first unit in the Uses Declaration.
That will teach me for deleting the useful comments provided by Delphi. Doh...
I have now overcome this problem, however. I am now getting a BroadcastEventWindow.2.0.0.0.33 when I close my application. I am then getting RunTime Error 217 once then getting RunTime Error 216 followed by 'The Memory Could not be "Read"' message in a Continuous Loop until I Kill my...
Cheer Chip,
I have now overcome this problem, however. I am now getting a BroadcastEventWindow.2.0.0.0.33 when I close my application. I am then getting RunTime Error 217 once then getting RunTime Error 216 followed by 'The Memory Could not be "Read"' message in a Continuous Loop until I Kill...
Have you install Visual Studio Team System 2005 instead of the Normal Developer version?
I ordered the DVD from MS and found that I had one disk for Team System and one for the Normal VS 2005, this is the one for standalone development and will most likley one the tutorial is talking about...
Hi, I have a Delphi 6 DLL that I need to run from C#.Net 2.0. I have some problems with it though.
Here Goes:
The Delphi Decalration is :
function M_Login(ip : PChar; port : LongInt; uci : PChar; vol : PChar; pass : PChar; user : PChar) : LongInt; stdCall;
And the C# Declaration is ...
Hi, I have a Delphi 6 DLL that I need to run from C#.Net 2.0. I have some problems with it though.
Here Goes:
The Delphi Decalration is :
function M_Login(ip : PChar; port : LongInt; uci : PChar; vol : PChar; pass : PChar; user : PChar) : LongInt; stdCall;
And the C# Declaration is ...
If you did not want to use F12, but wanted to user Ctrl+F12 ,for example, you could Register a HotKey. I have not got VB.NET code for this but I have managed it in Delphi.
If not when the form is hiden you could use the GetASyncKeyState Function from User32.dll. Again I have VB6 Source but not...
You can always user
RENAME "My Douments" "My Old Documents"
Hope this helps.
Thanx!
Dave Shaw
History admires the wise, but elevates the brave. - Edmund Morris
I have had this also. Try re-installing IE6 SP1 with Outlook Express from Mircosoft.
http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-b02b-20b602228de6&displaylang=en
This should then let you install the update. If this fails, goto the MS website and download the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.