Guys,
How can I dynamically create a host name in ASP.NET? Like if people come to my site, I want to be able to dynamically create them a .Mysite.Com host name. I've seen this done at other sites before but can't seem to find documation on how to do it. Any help would be appreciated. I'm using VB.NET/ASP.NET 2008 and IIS 6.0
...
I've read that it's unwise to install SQL Server and IIS on the same machine, but I haven't seen any evidence for that. Has anybody tried this, and if so, what were the results? At what point is it necessary to separate them? Is any tuning necessary? I'm concerned specifically with IIS7 and SQL Server 2008.
If somebody can provide numb...
I want to add .doc to my mapped file extensions in IIS 5.1 as part of my build script. Is there a script or some example code somewhere that I could include that would do this?
...
If I have an ASP.NET web app using impersonation and a SQL Server connectionstring with Integrated Security = true, does the identity of the IIS application pool of the app play any role?
Does the identity need to be set to some specific user (LocalSystem, NetworkServices or a domain user)? This is on Windows 2003.
...
Hi,
We have an application (A) that is acting as a proxy for another application (B) on another server. Both applications run behind IIS6 on Windows 2003 Server. Clients use IE7, and both domains are trusted, i.e. NTLM authentication takes place.
Application A uses IIS Integrated Windows Authentication and does not permit anonymous acc...
We have a Dot net nuke site setup to run on a domain, we would like all http://www.site.com to redirect to just http://site.com.
I can find lots of info for IIS 7 but very little and certainly nothing that has worked for IIS 6.
...
I want that my default.aspx accept all HTTP verbs like GET, POST, OPTIONS, PROPFIND, etc. Per default it accept only the verbs GET,HEAD,POST and DEBUG.
If I change it over the GUI of the IIS Manager then i receive a web.config like:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="default.aspx">
<system.webS...
I have an wcf service that is hosted in II6. The service uses the server's file system to persist information. Now the persistence directory is hard coded to be F:\PM.
How can I use a configuration file to store this directory? How can I access this file with a form application so as to modify it?
...
Hi,
I've an .net 3.5 aspx page which executes a batch file.
The batch file starts and stops a locally running .net Windows WCF service.
When i run this page in a test environment, it works fine.But it does not in other environments.
So, looks like the IIS does not have enough privileges to control this service in those envs.
How do i ...
Hello everyone,
I need to use some certificate on IIS 7.0 web server to test my https code at client side (console application). I have created self-signed certificate and it is fine. Now I want to test with formal certificate which IE could recognize, like certificates from verisign or other formal certificate issuing companies.
Any e...
I am using IIS index service to have a search feature in my website. I used the below code to build the query for results
string query = String.Format(@"SELECT Rank, VPath, DocTitle, Filename, Characterization, Write FROM SCOPE('DEEP TRAVERSAL OF ""{0}""') WHERE NOT CONTAINS(VPath, '""_vti_"" OR "".pdf"" OR "".config"" OR "".js"" OR...
I am curious as to how companies such as Google App Engine, Weebly, ThinkTank allow clients to host their domains such as stackquestion.com to their application website such as stackquestion.stackapplication.com?
An Example with Weebly which uses A Records:
http://www.weebly.com/support/index.php?pg=kb.page&id=4
Google App Engine ...
Hello,
In my previous questions I was asking how to use windows authentication within my application. That is now working, users can login with there account but I have one database access scenario I can't find anything on.
Basically I will have several servers and here is the problem.
On some servers they will have Windows Authentica...
Hey guys,
I'm running into a (hopefully) small issue. I have a web app written in ASP.NET, that will be running off of a Windows 2003 Server machine using IIS 6.0. When I run it locally, it works perfect. When I run it from the server, the site works fine. The issue lies in writing to a remote folder. I have a network folder using AD pe...
.
Hi,
We have built an ASP.NET application (with C#.net language) and hosted on IIS 6.0 on Windows Server 2003 Operating System.
Now we need to optimize the IIS performance so that the pages get served fast.
Would you please let me know if you have any idea on this?
If would be great if you could provide the relevant doc or web ...
How do I implement Https on asp.net mvc login page?
...
My ASP.NET app takes a long time to load the first page request after an iisreset or app domain recycle.
Is there a way to reliably measure the amount of time it takes for the app domain to recycle?
...
I'm looking for a free webmail client (like Squirrelmail for instance) that will act as a front-end to my IMAP-based mail solution. Anything that will integrate well with Windows Server 2008 32-bit / IIS 7.
Any suggestions?
...
Hi
I switched from windows xp to windows 7 pro 64bit. When my computer was in xp I had 2 gigs of ram and overclocked my cpu to 3.0ghz now I have 4gigs of ram but had to lower my cpu to 2.8ghzs.
Ever since I been running windows 7 local host goes so slow when I run my asp.net mvc site. I don't understand why. It can take up to 20seconds...
In ASP.NET, does every HttpRequest get its own thread?
Update - To clarify, I'm asking specifically about incoming requests.
...