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
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
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
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
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
i a开发者_运维技巧m getting this error \"failed to execute request because the app-domain could not be created\" on IIS 5.1 win XP
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
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.
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
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?