admin管理员组

文章数量:1293659

Here is the problem I am having with the creation of these 31 app_offline.htm files.

I will be working on any one of my wwebsites and after a little while or when I just leave Visual Studio open and walk away for a while. Visual Studio slows down and the starts to stop responding and then does the task I was doing when it did not responding.

Once I close Visual Studio it puts 31 app_offline.htm files into my recycling bin and when I reopen Visual Studio it is working fine again. I will start working on what I was doing again and then after 30 minutes to an hour it will start the not responding crap again and put another 31 app_offline.htm files into the recycling bin.

Furthermore I am using ASP.Net framework 4.0 on most of the web sites and on 2 of them I am using ASP.Net framework 4.8 all in Visual Studio Professional 2012 version 11.0.61219.00 Update 5.

I have check my web.config and I don't see anything wrong there that would be causing this issue, and all 9 of the web site have different stuff in their web.config files.

I have deleted and rebuilt all of the websites Global.asax pages.

I have read over 100 posts on the web on various sites including Microsoft, Microsoft Learn and several on StackOverflow and Code Project, but none of them cover what I am experiencing because I don't publish to anything.

I don't use web deploy and I have not ever used it for anything. I am working directly out of the folder on forms I have created and wrote the code into. So, now wizards have been used. I am not using any script managers at all.

The only thing all of my websites have in common is that I use user controls for my page include and menus.

Example: <%@ Register TagPrefix="search" TagName="findtext" Src="../../app_includes/findtext.ascx" %> : this is just below the @Page Language and above the html opener.

in the page I use: <search:findtext ID="findtext" runat="server"></search:findtext> to call up the user control.

I am not sure if this is what is causing the issue, but looking at commons is the place to start.

本文标签: aspnetVisual Studio 2012 is Creating 31 appofflinehtm While Working on WebsiteStack Overflow