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
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.
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.
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.
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.
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
I have some inherited code which stores SMTP server, username, password in the system.net/mailSettings/smtp section of the Web.config.
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
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
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