Hello everybody,
I'm facing a weird problem in my asp.net 2.0 website using the ftpwebrequest class. I want to donwdload the logfile from an ftpserver and I get the following error:
"the remote server returned an error: (530) Not Logged In"
this is my code:
protected void...
Hello everyone,
I developed a web site with asp.net 2005 (c#). I put in app_code three directories that conatin my classes:
BIZ: contains bizuness classes
DAL: data access layer
MODEL: contains models of my database's table
When I run the project locally on my computer everything is allright...
Hello guys,
I'm developping a windows application in vb.net 2003 and I'd like to get the Documents and Settings directory using the windows lib.
Something like that:
Declare Function getSysytemDirectory Lib "kernel32" Alias "getSysytemDirectoryA" (ByVal sSectionName As String, ByVal sKeyName...
Hi everybody and thanks for your interest to my question.
So, the while loop gets me the same error and dr.hasRows is true.
The dr.read is false but I know that my datareader has data beacuse the same sql statement in sql server management studio returns one row:
Id:69342
StartDate:2006-08-06...
I get a mysterious error when I try to read a datareader:
I have an sql statement and when I execute it it sqlserver management studio I get one row. And when I try with the datareader I get the: Invalid attempt to read data when reader is closed.
SqlConn = New...
thanks a lot rjoubert for your response,
I'm using LeechFTP and actually the problem isn't how to use LeechFTP but how uplaod a database. I don't know if I should I upload the .BAK file or other and how it works in hosting server.
I thought uplaod the .BAK file and my freind will do a Restore...
Hello everyone,
A freind of mine offered me to host my asp.net application witch use an sql server 2003 databse. My friend asked me to upload the application and database via ftp server to his server and provided me the Id and PWD (for ftp logging). But I don't understand how it works.
If...
Hello everybody,
If anyone could tell me what's wrong in this folloeing code snippet, I'll appreciate.
'1. Create 4 classes (I've removed all internal code since it is useless for the test)
Public Class LockableDataObject
End Class
Public Class Business
Inherits...
Hello dvannoy,
Thanks for your help.
I already checked out this article and I understood what you want me to do to reslove the problem. But I still get the issue because I can't change the value of session variable when user move from my app by writing in the adress bar a different site's url...
Hello dvannoy,
The problem actually is: when you move from my app and you come back to using the back button, there any server event fired. I don't how to do to catch the event (back button) and set a session value
I disabled the back button with disabling the page's cache. But when I refresh the previous page I get a postback and sessionid has the same value, so I still logged on. Is anyone could tell how to make the user logged off every time he hits the back page button?
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.