![]() |
|
|
|||||||
![]() |
DotNet - How To Open A Folder On An FTP Server Using VS.NET |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hi. I am webmaster to a site that is hosted on an FTP server. How can I open this folder and edit the files from within VS.NET 2002? Please advise. Thank you. --Mark. Mark Kamoski |
|
|
|
|
#2 |
|
Posts: n/a
|
I see what you're trying to do. You want to use VS.NET as HTML authoring
tool. VS.NET is not meant for that. You might want to look into Macromedia Dreamvewer MX you can connect to ftp server and it has support for ASP.NET. You can connect to remote IIS servers (I think frontpage extension is required) with VS.NET, but that's different from ftp. In fact it's more powerful; you can modify files on remote server and debug your code and stuff like that... if you need to connect to a server not on your LAN and you must use VS.NET, then you need something like VPN connection. "Mark Kamoski" <> wrote in message news:%... > > Hi. > > I am webmaster to a site that is hosted on an FTP server. > > How can I open this folder and edit the files from within VS.NET 2002? > > Please advise. > > Thank you. > > --Mark. > > |
|
|
|
#3 |
|
Posts: n/a
|
HI Guys,
I want to include Java script validation in a aspx page. How can I? If some one help me with sample code, it would be great. Thanks Gaurav |
|
|
|
#4 |
|
Posts: n/a
|
Hi Gaurav,
If you like to perform JS validation on a button click U need to set the autopostback property to false i.e, for a HTML control and then specify the onclick event specifing the JS function Mansoor ************************************************** ******************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources... |
|