iis-5 Questions
9
I'm developing on an XP (SP3) machine with VS 2010 and IIS 5.
I have two versions of the same site. We've released our first production version, so I forked the code into a new directory tree, and...
Gregoire asked 17/12, 2010 at 13:57
8
Solved
I get the following error when running my Visual Studio 2008 ASP.NET project (start without Debugging) on my XP Professional box:
System.Web.HttpException: The current identity (machinename\ASPNET...
Alexandrite asked 17/9, 2008 at 18:4
2
i use Windows XP_SP_3 and IIS 5 (local host), build site with asp.net4 and use this code:
Application appClass = new Application();
Document wordDoc = appClass.Documents.Add(Server.MapPath("~&...
Larentia asked 15/12, 2012 at 9:10
2
I am wondering what the effect of setting <authentication mode="windows"> in the web.config is in different version of IIS.
I believe that in IIS 5, it has little to no effect, as all of tha...
Grahamgrahame asked 13/1, 2010 at 16:58
2
Solved
I have a WCF service method that calls a SQL stored proc. I'm developing using IIS 5 (can't do much about that, II6/7 not available)
To get some gains, I'm doing a number of async calls to this st...
Stadtholder asked 4/4, 2012 at 8:33
3
Can we use asp.net 4.0 with IIS 5.1?
1
Solved
I have created a C# web service using visual studio to stop the windows service 'Simple Mail Transfer Protocol (SMTP)' called SMTPSVC.
The following is the web method to do it:
[WebMethod]
public...
Guglielmo asked 8/7, 2011 at 13:9
2
Solved
I recently created an MVC2 application. I am having trouble bringing it up on a Windows 2003 Server running IIS 5.2. My developing machine is Server 2008, so no problems there.
Changes I made on ...
Retrusion asked 17/8, 2010 at 19:53
4
Solved
My site worked perfectly fine.
When I restarted IIS (for some scenarios check) - It stopped working, and gave me a page telling me to check the event viewer, there I get the following error:
asp...
4
Solved
OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP (IIS 5.1), but can't seem to find how to do it. When I type the application name into the we...
Liturgics asked 19/11, 2008 at 9:16
4
Solved
Is it possible to update IIS on Windows XP from 5.1 to 6?
If so how?
Thanks.
Talithatalk asked 9/10, 2008 at 15:22
15
Solved
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 possible to kno...
Luciolucita asked 20/4, 2010 at 14:26
4
Solved
I have problem with starting processes in impersonated context in ASP.NET 2.0.
I am starting new Process in my web service code. IIS 5.1, .NET 2.0
[WebMethod]
public string HelloWorld()
{
string...
2
Solved
Can I put my "bin" folder with all of its .dll files at a higher level then the IIS Local Path/web root for the site? I need to keep my dll files in a directory outside of my project is this ...
4
Solved
I have the following in my Global.asax.cs
routes.MapRoute(
"Arrival",
"{partnerID}",
new { controller = "Search", action = "Index", partnerID="1000" }
);
routes.MapRoute(
"Default",
"{contro...
Method asked 8/10, 2008 at 14:14
4
Do I risk losing sales by disabling SSL 2.0 and PCT 1.0 in IIS5?
Clarification: Sales would be lost by client not being able to connect via SSL to complete ecommerce transaction because SSL 2.0 or...
1
Solved
I am getting this error when trying to run internet information services on a Virtual Machine running windows XP. Anyone have any idea?
1
© 2022 - 2024 — McMap. All rights reserved.