We are running a ASP.NET MVC 2.0 web app and it\'s running on Windows Server 2003 with IIS 6.0. I know that with IIS7+ you can use:
Hi there I have the following isapi rewrite rule working on IIS 6. it rewrites: http://www.mysite.com/index.php?category=white-wine
Someone here knows how to control the total possible amount of memory that ASP.net uses to maintain the output cache? I\'m having so开发者_如何学JAVAme troubles and memory issues related to this and I
In my MVC3 project I wanted to add reports, so I used SSRS local report rdlc (Microsoft Reporting) by creating a sub folder and putting the .aspx web viewer and rdlc in it.All was well until I tried e
I have DevExpress controls implemented in the core website and the dlls are stored in /<websitedomain>/bin.I\'ve installed BlogEngine in an 开发者_StackOverflow中文版application folder at /<w
On our 2003 servers, we have a website running using the standard IUSR anonymous access. Inside this开发者_如何学Go site are several virtual directories, all pointing to the same physical directories
My problem is when I run my MVC 3 app and try to attach to the w3wp process it is not listed in my available processes window and I\'m completely stumped as to why not.
I\'m trying to change the content type of static files severed by IIS6 on a shared 开发者_运维技巧host where I don\'t have access to IIS I tried
I have ASP.NET MVC action filter that sets the cache-control header of the response. It all works fine except when I publish it to the web server.
I am using local IIS 6.0 SMTP service to send emails from ASP.NET application. I am having the following issues: