-
Posted to
IIS 7 - Troubleshooting
by
HostingASPNet
on
11-07-2009, 7:55 AM
Hello,
You could make 301 redirect with IIS.
Regards
-
Posted to
IIS7 - General
by
HostingASPNet
on
11-01-2009, 12:51 PM
Hello,
You should give write permissions to the NETWORK SERVICE account.
Regards
-
Posted to
IIS 7 - ASP.NET Administration
by
HostingASPNet
on
10-25-2009, 3:01 AM
Hello,
You could use 301 redirect or URL rewriting - http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx
Regards
-
Posted to
IIS7 - URL Rewrite Module
by
HostingASPNet
on
10-25-2009, 2:56 AM
Hello,
You could check here - 301 redirect with IIS.
Regards
-
Posted to
IIS7 - General
by
HostingASPNet
on
10-13-2009, 1:22 AM
Hello,
You should check your firewall settings and allow connections on port 80 (default http port).
Regards
-
Posted to
IIS7 - General
by
HostingASPNet
on
10-05-2009, 4:53 PM
Hello,
You could read here - http://learn.iis.net/page.aspx/267/how-to-use-http-detailed-errors-in-iis7/
In your case you should install the Portuguese (pt-PT) Language Pack.
Regards
-
Posted to
Publishing
by
HostingASPNet
on
09-15-2009, 5:20 PM
Hello,
FileZilla is good FTP client. Have you received any errors? You could check your FTP connection typing in command prompt "telnet yoursite.com 21". Port 21 is the default FTP port.
Regards
-
Posted to
IIS 7 - ASP.NET Administration
by
HostingASPNet
on
09-03-2009, 4:35 AM
Hello,
This should handles .aspx files not existing files. What type of link you have typed?
Regards
-
Posted to
Performance
by
HostingASPNet
on
09-03-2009, 4:28 AM
Hello,
You could check here:
http://support.microsoft.com/kb/842493
Regards
-
Posted to
IIS 7 - Troubleshooting
by
HostingASPNet
on
08-31-2009, 2:39 PM
Hello,
Have you set the correct default document? By example - default.aspx
Regards