asp.net-3.5
How to use WPF user control in ASP.net
I开发者_开发问答 havedeveloped a WPF user control and I want to use it in ASP.net.You can\'t. ASP.NET and WPF are completely different technologies. Best you could do is provide an XBAP application fr[详细]
2023-02-05 03:25 分类:问答Validation of viewstate MAC failed when on page for 20+ minutes
If you open a web page on one of the websites hos开发者_运维问答ted on our server, leave it for 20 minutes and then submit a form, a Validation of viewstate MAC failed. error occurs.[详细]
2023-02-04 22:37 分类:问答using statement in asp.net web forms works locally but not live?
UPDATE : is there any iis 7 setting which might cause this issue? I recently moved to iis 7.0. So I am having this weird issue where my code works locally but not when i deploy it live.[详细]
2023-02-03 18:18 分类:问答System.OutOfMemoryException on Windows Server 2008 R2 + ASP.NET 3.5
Today, a production server at my work started to get this OutOfMemoryException, but as far as I know, there has not been any code updates to the website.[详细]
2023-02-03 03:29 分类:问答ASP.NET Server Control - How to add AssemblyInfo file
I\'ve noticed on a few tutorials online that when a new ASP.NET Server Control is added, it automatically includes Properties folder (containing AssemblyInfo.cs) and a References folder.[详细]
2023-02-02 19:29 分类:问答Textbox inside a Repeater inside a Custom Server Control loses values
I am developing my first Custom Server Control which will display a list of fields, with textboxes. When the page containing this custom server control is posted back, the values inside the textbox ar[详细]
2023-02-02 16:31 分类:问答Reading system.net/mailSettings/smtp from Web.config in Medium trust environment
I have some inherited code which stores SMTP server, username, password in the system.net/mailSettings/smtp section of the Web.config.[详细]
2023-02-02 05:25 分类:问答What is the minimum required to Run a .Net 3.5 Site WITHOUT compiling
Please note. Before anyone tells me about how I should compile the code for performance etc... this is just for a personal project and I want to be able to edit the code in a regular text editor and t[详细]
2023-01-30 05:49 分类:问答jQuery success callback called with empty response when WCF method throws an Exception
I\'m tearing my hair out over this one, so bear with me (it\'s a long post). Basic Info ASP.NET 3.5 with WCF service in ASP.NET compatibility mode[详细]
2023-01-28 19:45 分类:问答Session timeout in spite of setting the session time in web.config
I have an ASP.net website where I am facing a session timeout issue. In web.config I have set session timeout to 480 (8 hours as session time). But even then session does not stay that long; it goes o[详细]
2023-01-28 17:16 分类:问答
加载中,请稍侯......