app-code
ASP.Net - App_Data & App_Code folders?
What is the point of having App_code & 开发者_开发知识库App_data folders? Why doesn\'t my objectDataSource detect classes unless files are in App_Code?[详细]
2023-04-06 14:18 分类:问答the relative file path in asp.net's app_code
In my asp.net application,I have a util class will read some data from a xml file,then I can call this class later,the file should loaded once,so I use the static constructor.[详细]
2023-03-26 03:00 分类:问答ASP.NET C#: How can I call App_code functions inside of web.config
This is the code I use in the web.config: <add name开发者_如何学Python=\"MainRule\" virtualUrl=\"^~/Pages/([\\w-_]+).html\"[详细]
2023-03-21 19:23 分类:问答MVC Razor Declarative helpers in App_Code does not use web.config namespaces
I have an issue with using declarative helpers in the App_Code directory. I created a base webviewpage for my views, which has my localization method in it.[详细]
2023-03-11 07:47 分类:问答Do app code support only to put one kind of file?
Do app code support only to put one kind of file, i mean either c# class or vb class? Because if i put both sort of file and create an object then, application throws e开发者_运维技巧rror.[详细]
2023-02-13 02:30 分类:问答App_Code folder issues
The problem t开发者_JAVA技巧hat your classes are not compiled, You\'ll solve this issue simply by going to the properties of any class in the App_Code folder and change it\'s \'Build Action\' property[详细]
2023-02-12 14:50 分类:问答App_Code files are ignored (Microsoft Visual Web Developer 2010 error)
I have a \'Connection.cs\' file in the App_Code folder of Microsoft Visual Web Developer 2010, but it alerts me of an error:[详细]
2023-02-11 05:57 分类:问答TFS Team Build - Build fails if app_code references another project in the solution
I\'ve using Team Build 2010 for some time开发者_运维技巧, and it suddenly stopped working after some changes in the code.[详细]
2023-02-09 05:46 分类:问答Can I have a section of App_Code which compiles separately from the rest of the folder?
We have a website with a huge amount of Cached objects stored in static variables within App_Code. Whenever we push an App_Code change to our production webservers it recycles the IIS pool and flushes[详细]
2023-02-06 22:09 分类:问答apply common namespace from web.config to app_code class file
I am relatively new to asp.net environment. Recently working on a project, i discovered a problem i.e. I had to add using system.io to all file functions in any page. same for using sql functions[详细]
2023-01-24 20:24 分类:问答