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...
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...
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...
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.