-
Posted to
IIS7 - General
by
shapper
on
12-04-2009, 11:16 AM
Hello,
I uploaded a web site but I am not able to save data into the XML files.
On my computer's IIS7 I added full permissions to Network Service and it worked.
On my online server I also gave Full Permissions to Network Service and even to Network but it keeps not working.
Any idea what might be wrong?
Thanks,
Miguel
-
Posted to
IIS7 - General
by
shapper
on
11-23-2009, 9:55 AM
I created two virtual directories under my testing web site and I access it as follows:
http://mydomain.net/clienddomain/index.html
It does not work if I use simply:
http://mydomain.net/clienddomain (this goes to my testing web site homepage).
But the main question is:
Can I place full ASP.NET web sites for testing under these virtual ...
-
Posted to
IIS7 - General
by
shapper
on
11-22-2009, 4:56 PM
Hello,
I have a two web sites on my IIS:
MyDomain.net (My testing web site)
MyClientDomain.com (My client web site)
I need to test a few of my clients web sites.
All of them in ASP.NET 3.5 SP1 and with SQL Server 2008 database.
I see to options:
1. Place the site in some virtual part under ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-20-2009, 4:27 PM
Hello,
Is there a way to limit the download and upload speed for a FTP User?
Thanks,
Miguel
-
Posted to
IIS7 - Publishing
by
shapper
on
11-13-2009, 8:16 AM
I just ran a test in Server's Command Prompt:
C:\Users\Administrators>ftp ftp.mydomain.pt
Connected to mydomain.pt
220 Microsoft FTP Service
User <mydomain.pt:<none>>: ftp.mydomain.pt|myusername
331 Password required for ftp.mydomain.pt|myusername
Password:
530-User cannot log in
Win32 error: Access is ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-13-2009, 7:48 AM
[quote user="shapper"]FTP Authorization Rules: I get an error saying "Filename ApplicationHost.config Line 956: Cannot add duplicate collection of type "add" with combined key attributes "users, roles, permissions" respectively set to "bonsalunos" Read Write.[/quote]
This particular problem I was ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-12-2009, 7:08 PM
I selected the site and then in site Features I selected:
FTP Authentication: Basic Authentication and IISManagerAuth enabled.
FTP Authorization Rules: I get an error saying "Filename ApplicationHost.config Line 956: Cannot add duplicate collection of type "add" with combined key attributes "users, roles, permissions" ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-12-2009, 6:47 PM
Yes, I am using FTP Virtual host name because I have only 1 IP and multiple web sites and I want one FTP account for each web site. So for each web site I created a FTP account selecting "Add FTP Publishing".
And yes I am using as username:
ftp.mydomain.pt|username Correct?
I double checked the ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-12-2009, 6:10 PM
[quote user="lextm"]As SmartFTP does not even connect to port 21, I think something is wrong on the server side firewall.[/quote]
I had opened port 21 on the server. I thought it was opened by default.
But now I get the following error:
[22:58:43] Connection attempt 2...
[22:58:43] Resolving host name ...
-
Posted to
IIS7 - Publishing
by
shapper
on
11-12-2009, 11:34 AM
Hello,
I followed the steps but when I access it using an FTP Client from my computer it does not work:
[16:30:48] SmartFTP v3.0.1027.9
[16:30:48] Resolving host name "ftp.mydomain.pt"
[16:30:49] Connecting to xxx.xx.xxx.xx Port: 21
[16:31:10] A connection attempt failed because the connected party did not properly respond after a ...