iis-5
How do you configure IIS5 advanced settings from command line?
I am trying to automate some of the build process for my asp.net apps by creating the virtual directories it needs and setting all their settings in a batch file. So far I have been able to figure out[详细]
2022-12-29 04:17 分类:问答Why can't I attach the debugger?
I\'m using Visual Studio 2008 SP1 and trying to debug a website created in ASP Classic. I have read numerous tutorials, however nothing seems to be working (PEBKAC?). I have enabled server-side debugg[详细]
2022-12-28 10:38 分类:问答How to know who kills my threads
I got a thread that is just banishing.. i\'d like to know who is killing my thread and why. It occurs to me my thread is being killed by the OS, but i\'d like to confirm this and if possibleto know w[详细]
2022-12-28 01:20 分类:问答simple web parts in asp.net show as blank page
I am trying to develop web parts in VS 2008/WinXP I created a Web Site project, and added a couple of web parts within the default form in default.aspx[详细]
2022-12-27 05:49 分类:问答IIS6 throws error for jquery
on my master page, I have referenced jquery file. I am doing simple hover function. When mouse hover, I change the css and when hover out, change the css back tooriginial. Nothing fancy. but my page t[详细]
2022-12-25 23:27 分类:问答i am getting this error failed to execute request because the app-domain could not be created on IIS 5.1 win XP
i a开发者_运维技巧m getting this error \"failed to execute request because the app-domain could not be created\" on IIS 5.1 win XP[详细]
2022-12-21 04:34 分类:问答How to reduce the need for IISRESET for developing ASP.NET web app in IIS 5.1
I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I\'m making to this site seem to \"take effect\" only after I do IISRESET. That is, I make a source change, R[详细]
2022-12-20 06:19 分类:问答How can I expose a WCF Service in a Virtual Directory w/o Forms Authentication?
My group builds internally hosted ASP.NET MVC websites with forms-authentication. I\'d like to host a WCF service in the same virtual directory as an ASP.NET MVC website.[详细]
2022-12-19 07:22 分类:问答.NET MVC links on IIS 5.1 produces 404 error when Wildcard mapping is implemented
I have a simple MVC site with ActionLinks to content such as \"FAQ\" and \"About Us\". I have set up the virtual directory in IIS Manager and set the mapping (no wildcard mapping option in IIS 5.1) fo[详细]
2022-12-18 11:05 分类:问答How can I deploy MVC App on IIS 5.1?
I want to deploy an MVC application on IIS 5.1. I am using MVC 2. How开发者_JS百科 can I do so? It seems bit difficult?[详细]
2022-12-17 20:15 分类:问答