-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Normally, if a aspx or ascx page is modified, the change should be visible in the page instantly, and the corresponding page should be recompiled. WebFormsForCore does not recompile the page tough, only when the app pool is restarted. The reason is that the original implementation uses a Windows dependant file system watcher and not the .NET FileSystemWatcher, so it has been disabled, because it does not work on Linux. But this could be implemented, altough the FileSystemWatcher implementation on Linux has severe limitations.
To Reproduce
Steps to reproduce the behavior:
- Create an aspx page and view it in the browser.
- Modify the content of the aspx page in an editor.
- Reload the page in the browser.
- You should see the changes applied, but WebFormsForCore still displays the old content.
Expected behavior
Modifications to aspx or ascx should be visible instantly.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working