Failed to load viewstate. The control tree into which viewstate is being loaded
I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl:
I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl:
I am having issues with javascript files not decompressing in IIS7 and stylesheets not loading properly.
I have a .NET 3.5 web site with a table tag that contains col, colgroup, tbody and thead tags. This is a server side tag with the runat=”server” attribute. This table was working fine in Visual Studio 2010, but after I installed Visual Studio 2012 and .NET 4.5, this tag now fails to compile in Visual Studio 2010 and in Visual Studio 2012. (I tried both.) Here are the compiler errors that are being thrown:
I”m currently running .net version 4.5 and am trying to use it’s “new” zip functions. I’m including System.IO.Compression and am trying to run the following code: using System.IO.Compression; string startPath = @"c:examplestart"; string zipPath = @"c:exampleresult.zip"; string extractPath = @"c:exampleextract"; ZipFile.CreateFromDirectory(startPath, zipPath); ZipFile.ExtractToDirectory(zipPath, extractPath); The issue I’m getting is that The name ‘ZipFile does not … Read more
I have a Website Project I’ve converted to .NET 4.5. I’d like to use the AuthConfig that I’ve seen added to the App_Start directory. A couple of questions.
How to register .Net 4.5.1 with IIS8 on windows 10 machine?
it used to be simple as running command “aspnet_regiis -i”…but not anymore. if try to run this command i get error
For example, in a ASP.NET page you would do something like