-
Posted to
IIS.NET Site Feedback
by
BorekBernard
on
09-21-2008, 6:32 AM
When I go to 'Edit Profile' > 'Email' tab > enter new email > click 'Save Changes', the website says "Oops, something went wrong". Sorry if this was reported before, I didn't find "search this forum" function here either...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
BorekBernard
on
09-09-2008, 3:51 PM
Anil, you're right! This is from my config:
<requestFiltering>
<fileExtensions allowUnlisted="true" ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
BorekBernard
on
09-08-2008, 3:08 AM
Found this line in IIS log:
(...) PUT /svn/!svn/wrk/6411a50c-eb92-584b-917b-159b940f1f21/trunk/1a-Snippets/SnippetEditor/App.xaml.cs - 80 - 89.102.109.201 SVN/1.5.2+(r32768)/TortoiseSVN-1.5.3.13783+neon/0.28.3 404 7 0 46
This is what probably caused "file not found" (404). When I look into Apache logs, there are no ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
BorekBernard
on
09-07-2008, 12:18 PM
Although I use IIS7 to host all my websites and stuff, I use Apache to provide access to my Subversion repositories and to host a Trac issue tracking system (they both have much better support for Apache than for IIS - sad from my viewpoint but true). When the two IIS modules came out (ARR module and URL rewrite module) I thought it would allow me ...