I have an ASP.NET we开发者_如何学编程b application that is not working correctly once deployed to IIS 7 on a Windows server 2008 box.The particular page is using an update panel and hides/shows drop d
I want to make a very simple CMS for my sites. So what I am thinking is this a user logs in and a list of their pages shows up. Now they change their ends and save it. My C# code would then write over
I have an instance of BlogEngine.net installed at the root of my hosted server. I wanted to play with ASP.Net MVC to write a small app and installed that app under a folder off the root.
I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other asp
I have a reportviewer control that works fine locally, but when deployed to the IIS 7 webserver, it just returns a blank page (or XML error in Firefox).
We have developed a .NET web application that uses SQL Server as a backend. Now we would like to provide a monitoring dashboard app for the tech support team. The idea is that this monitoring app will
I have a website that used to have .dsp file extensions for all pages.There are alot of other sites referencing mine that reference the pages like that, but my pages are all actually .aspx pages.In II
T开发者_高级运维oday I was configuring IIS 7 with FastFGI in Windows 7. I followed all the steps but I get the following error:
I am getting the following error when i run my .aspx page. Error Code0x800开发者_运维百科7000d The configuration section \'rewrite\' cannot be read because it is missing a section declaration
Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout=\"10080\" with slidingExpiration=\"false\" in the web.config. Wi