One of the other developers at my company wrote a .NET 2.0 web site.He stores everything...solution, project, source...everything inside of \"inetpub\\AppName\" (the IIS share).I have never seen this
I have an intranet site that our customer needs to access both internally and from the internet.The site has access restricted with Window Authentication.
I am developing a application where i am performing the Download/Upload using WebClient and BITS. i have a virtual directory in IIS6.0/7.0. i have to set the Authentication to the that directory(Id &a
i have a smqll question, will the application_end eve开发者_如何学编程nt in global.asax gets called when all users end there session?
So i am on VS2010 running iis 7 with .net 4.0 I have a REST wcf 4.0/.net 4.0 services that runs locally very beautifully. On my local it ishosted on IIS at
I\'m trying to debug Sitecore 6 ASP.NET code using Visual Studio 2008 (Windows Server 2003 OS). I am trying to get breakpoints to work.I tried setting the breakpoint and then on VS, debug -> attach
I am using FormRewriterControlAdapter in VS2010 (.NET 3.5). When I compile and deploy, form tag have w开发者_开发问答rong action attribute. I need to delete __browserCapabilitiesCompiler.compiled to
I have a website on IIS 6 which is configured as a subdomain such as \"subdomain.example.com\". \"default.asp\" is configured in IIS as the only default page on the Documents tab of the Web Site.The
We have a multi-use web server that has a bunch of separate web applications hosted on the same server (IIS6, Windows 2K3).
dHi, I\'m trying to setup my IIS server (6.0) to serve files from a linux share. As I\'m pretty unfamiliar with linux I ask the community for any input on this.