Can I run ASP.NET 4.0 websites on Windows XP II6 or do I need开发者_Go百科 Windows 7 with II7 in order to run it?Yes you can run ASP.Net 4 applications on IIS 6, but some features will not be availabl
We have a Asp.Net Webform page which contains a GridView inside UpdatePanel and refreshes every minute. And every one minute we get the following error in Event log.
I have a lot of broken links that are not being logged. Is there a way to setup IIS to send them through ASP.NET so that my no开发者_高级运维rmal 404 logging routine catches them?You could use the hos
We have a .NET application that was recently converted to .NET 4.0 and then published to IIS 6.0.When we trying going to the url without a page www.blahblahblah.com we get the following error:
I added a route into my site to allow for a sitemap and everything worked fine in IIS7 but once I deployed the route stopped working. Since the live server is running IIS6 I needed to put a new mappin
I have two ASP-specific SQL Server databases 1) ASPState - To store session state 2) ASPNETDB - To store Security/Role stuff.
I had MediaWiki installed in as the default site on my server using IIS 6 and I created a virtual directory and pointed it to the Wiki folder. The page loads, but all the links are pointing to the ori
I have a site .net 2.0 and I redirected users to a login 开发者_StackOverflow社区page when the hit the site. (I think the default.aspx page)
I understand that IIS logs parts of http request which I can access. I would like to log the whole http request for a short period of time. This means I would like to store the data being posted in it
I have a virtual directory setup in one of my web apps that needs to not inherit the web.config of the main app so it can run on it\'s own. I am wondering how I can do this because right now when I hi