F
Fransis il Mulo
Yesterday I posted about Url-Rewriting. Now I have solved this kind of
problem but now I have troubles deploying on Win2003 my application.
I develop apps on VS 2005 and XP pro. To manage Url-Rewriting i insert
code in the OnBeginRequest method in Global.asax. It works fine on dev
machine but when I deploy on Win 2003 Server it doesn't work.
Everytime my app fire the OnBeginRequest I also write a log row in a
text file with requested Url. On Dev machine if I call test.aspx in log
file i find many rows one for each file enclosed in web page (the page
itself, css, images ...).
On Win 2003 server in log file I find only one row , the page itself.
No errors but also no url-rewritig.
Can you help me?
Thanks a lot.
Fransis
problem but now I have troubles deploying on Win2003 my application.
I develop apps on VS 2005 and XP pro. To manage Url-Rewriting i insert
code in the OnBeginRequest method in Global.asax. It works fine on dev
machine but when I deploy on Win 2003 Server it doesn't work.
Everytime my app fire the OnBeginRequest I also write a log row in a
text file with requested Url. On Dev machine if I call test.aspx in log
file i find many rows one for each file enclosed in web page (the page
itself, css, images ...).
On Win 2003 server in log file I find only one row , the page itself.
No errors but also no url-rewritig.
Can you help me?
Thanks a lot.
Fransis