xsp2

Firefox browser does not reload the update CSS/JS files

我们两清 提交于 2019-12-01 09:22:13
I'm having a problem in the firefox browser, because everytime I update my CSS or JS files, I need to clear the cache of my firefox browser to get the updated files. I'm using XSP2 server because I developed my webapp using C# and asp.net in ubuntu. Is there any way to automatically reload the updated CSS/JS files in the firefox browser and implemented in server-side or in my webapps? Please advise. Many thanks. You could mess with the cache of the headers, but the easiest thing to do is simply append your updated elements with a querystring when you want them to change... I know this doesn't

Firefox browser does not reload the update CSS/JS files

折月煮酒 提交于 2019-12-01 05:57:28
问题 I'm having a problem in the firefox browser, because everytime I update my CSS or JS files, I need to clear the cache of my firefox browser to get the updated files. I'm using XSP2 server because I developed my webapp using C# and asp.net in ubuntu. Is there any way to automatically reload the updated CSS/JS files in the firefox browser and implemented in server-side or in my webapps? Please advise. Many thanks. 回答1: You could mess with the cache of the headers, but the easiest thing to do is

Getting “could not load file or assembly 'xsp2'” with Mono 2.10.8

痞子三分冷 提交于 2019-12-01 04:57:23
I copied these files to C:\MonoWebServer. xsp2.exe xsp2.exe.mdb Mono.WebServer2.dll Mono.Security.dll I registered Mono.WebServer2.dll & Mono.Security.dll in the GAC. When I go to run xsp2.exe I get. What am I doing wrong! Windows 7 - 64bit Ok I'v got it working now. Here are the steps. Create an empty Asp.net MVC site. Copy xsp4.exe , Mono.Security.dll & Mono.WebServer2.dll to the root of the site. The file structure should look like this. WebSite --bin --Content --Models --Views xsp4.exe Mono.Security.dll Mono.WebServer2.dll Copy those same 3 files into the bin folder. Now run xsp4.exe from

Getting “could not load file or assembly 'xsp2'” with Mono 2.10.8

谁说我不能喝 提交于 2019-12-01 01:21:54
问题 I copied these files to C:\MonoWebServer. xsp2.exe xsp2.exe.mdb Mono.WebServer2.dll Mono.Security.dll I registered Mono.WebServer2.dll & Mono.Security.dll in the GAC. When I go to run xsp2.exe I get. What am I doing wrong! Windows 7 - 64bit 回答1: Ok I'v got it working now. Here are the steps. Create an empty Asp.net MVC site. Copy xsp4.exe , Mono.Security.dll & Mono.WebServer2.dll to the root of the site. The file structure should look like this. WebSite --bin --Content --Models --Views xsp4