This question is locked. New answers and comments are not allowed.
0
down vote
favorite
I can easily run my Silverlight application via IIS express using following command:
c:\program files\iis express\iisexpress.exe /site:MYSITENAME
then I type following address in my browser to run application:
http://localhost:14342/MYSILVERLIGHTPAGE.aspx
my application runs and all features (including Telerik Radupload) work correctly.
Now I'm going to run my silverlight application using Apache, I've installed XAMPP for windows (WIN 7) and Apache is running (port 80,443), then I copy my SL.WEB folder to XAMPP/htdocs folder and run application in browser using:
localhost/folder/testpage.html
it runs but telerik radupload control doesn't work, what is going wrong? should I change any settings?
thanks