Ticket #171 (new enhancement)
Opened 13 years ago
Paths to Util and Lang are "wrong"
Reported by: | rickard.lovgren@… | Owned by: | sveinung@… |
---|---|---|---|
Priority: | minor | Component: | ManageLanguages |
Keywords: | Cc: |
Description
Scenario:
In the IIS you don't have your site in the root (localhost/) but in a subapp (localhost/approot/).
In this case the paths to the /Util/Temp/ and /Lang/ is wrong.
Solution:
Change all Server.MapPath("/whateverdir/") (in 4 places) to Server.MapPath(VirtualPathUtility.ToAbsolute("~/whateverdir/")) and this scenario would be solved.
Note: See HelpUser/Tickets
for help on using tickets.