I have a web app which connects to a remote sql server over the internet. It accesses via an alias which is configured with the alias name, hostname, port and TCP/IP as the protocol
Bad day at the code face.I normally debug my web applications using a local copy of iis.Today while testing that code I suffered a couple of stack overflows.Following that visual studio failed to conn
The following code works fine under Cassini, but not at all under IIS. I get file not found, and am unable to get files on a remote share, or locally when I tested C:\\test.pdf (to test IIS permission
I am trying to sort out a problem where some relative urls are not resolving properly in an ASP.NET website. I want to see the HTTP logs to determine which URL开发者_开发问答s are being requested from
I wanted to run (using Cassini) two copies of my web application from the same computer - not unreasonable (or so I thought!). One using port 80, the other using port 81. So I did the following:
Greetings, I create a new project (in VS2010) using; File -> New Web Site -> .NET Framework 3.5 -> WCF Service
How it could be difficult to make a web site which is integrated with domain authentication in visual studio!?
I have one project which has APP_CODE folder and runs with Windows Authentication. 1) I created Web Site and added the files of project but I couldn\'t run with windows authentication
What can I do to avoid ASP.Net creating a new WorkerAppDomain for my Custom IHttpHandler. As far I know the problem is the SimpleHttpworkerRequest which runs a new Appdomain.
I\'m developing on a site with a few hundred user controls. When debugging the web app (pressing F5 in Visual Studio 2008), it takes quite some time to compile it and start Cassini. I\'ve noticed that