-
Posted to
IIS7 - Configuration & Scripting
by
reteep
on
01-02-2009, 1:17 PM
Hello Jeff,
thanks for your answer. I do use two DNS records which point to the same IP. However, I'd like to redirect the www. domain to the non www. domain to actually force people to use http://domain.com.
It worked with IIS6 already, I actually did the same thing there. With IIS7 I'm getting a loop error as soon as I enable the ...
-
Posted to
IIS7 - Configuration & Scripting
by
reteep
on
01-01-2009, 5:51 AM
Happy new year everyone!
I've setup two sites in IIS7:
domain.com
www.domain.com
Now I'd like to have www.domain.com being 301 redirect to domain.com. So I enabled HTTP Redirection on the www.domain.com account to redirect all requests to domain.com. However, as soon as it's enabled, Firefox tells me for both urls:
Redirect Loop: ...
-
Posted to
IIS7 - General
by
reteep
on
05-28-2008, 2:54 AM
By using
allowDoubleEscaping="true"
it works.. thanks anyway. If anyone knows how to get this working with
allowDoubleEscaping="false"please let me know ;).
-
Posted to
IIS7 - General
by
reteep
on
05-27-2008, 2:56 PM
Hi,
since we switched to IIS7 our Searchbox isn't working anymore when using a searchstring containing an "&". For example: H&K. It worked on IIS6 though.
What happens is, User types in the word - H&K - in the textbox, and this URL is being generated:
http://www.mydomain.com/Search-h%2b%2b%2bk-SECx0xI-src0de.aspx ...
-
Posted to
ASP.NET Administration
by
reteep
on
04-04-2007, 1:08 PM
Hi there,
I'd like to have rewrite this URL (for example): http://www.example.org/asp-net-3-0-available-now/
to: http://www.example.org/news.aspx?id=12
I'm using the global.asax for it when hitting the
void Application_BeginRequest(object sender, EventArgs e) { string RawURL = ...
-
Posted to
General
by
reteep
on
06-13-2006, 8:28 AM
Thanks for your response David.
My Application is using the DefaultAppPool. In there I found a tab ''Idendity''.
There, pre definied is chosen (Network Service)
The File I want to write to is located in the web application dir subfolder /xml/.
I did not specify any Account with my Application so it's probably using the default one. What do I ...
-
Posted to
General
by
reteep
on
06-12-2006, 7:26 AM
Yea it's using the LocalAppPool.
What I did is: Removed the IUSR_* again and added Write Permission to the following Account:
Users(ServerName\Users)
Now it works..
Greets
- Andreas
-
Posted to
General
by
reteep
on
06-12-2006, 2:23 AM
I got the following Accounts here:
- Administrator
- ASPNET
- IUSR_<Servername>
- IWAM_<Servername>
- custom user account
None worked so far..
-
Posted to
General
by
reteep
on
06-11-2006, 12:31 PM
Hello,
I'm running IIS6 on Windows 2003 Server and an ASP.NET v2 Application. My Guestbook is based on a XML Script. When a new entry is written I'd like to write that entry into my XML File. Therefore my ASP.NET Application needs Write permissions.
I tried to set the rights for that file/folder but had no luck yet. I added ''ASPNET'' and the ...
-
Posted to
IIS.NET Site Feedback
by
reteep
on
05-27-2006, 2:53 AM
A quick link to ''Mark all Posts as Read'' would be cool, too.