iis-6 Questions
7
I can't figure this out for the life of me. I'm trying to get the name of the current user logged onto Windows using the following line:
string user = System.Security.Principal.WindowsIdentity.Get...
7
Solved
Platform: IIS 6, ASP.Net 2.0 (.Net 3.5), Server 2003.
I'm building an application that accepts files from a user, processes them, and returns a result. The file is uploaded using HTTP POST to an A...
Yousuf asked 15/10, 2008 at 19:42
26
Solved
I know this is almost a duplicate of : The error "Login failed for user 'NT AUTHORITY\IUSR'" in ASP.NET and SQL Server 2008 and Login failed for user 'username' - System.D...
Celom asked 10/5, 2010 at 21:1
8
I haven't really done any Windows scripting at all, so I am at a loss on how to pull this one off. Anyway, basically what we want to do is have a script that will take an argument on which IIS AppP...
Iridotomy asked 13/10, 2008 at 18:52
12
Solved
This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008.
This website uses two unmanaged external DLLs which are not .NET and I do not have the source code ...
2
I am not sure if anyone else has seen this, but I have the SMTP server configured for IIS6. I am not running exchange, by the way, just the regular SMTP server that comes with windows server 2003 a...
6
Solved
When using the app_offline.htm feature of ASP.NET, it only allows html, but no images. Is there a way to get images to display without having to point them to a different url on another site?
6
Solved
I have an IIS6 web server that is hosting two application pools. Occasionally, one of the w3wp processes will spike the CPU for a while, and both app pools seem to suffer the consequences. I'm not ...
6
Solved
We have been able to create a web site. We did this using the information in this link:
https://msdn.microsoft.com/en-us/library/ms525598.aspx
However, we would like to use a port number other th...
5
Solved
I've got a weird problem. It looks like if my IIS6 locked an application's web.config. If I try to edit it, Windows complains that the web.config is used by another process.
Using Process Explorer...
Rosenda asked 8/4, 2009 at 13:36
5
I have the following code that's allowing me to switch between desktop and mobile versions of my website,
<script type="text/javascript">
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMob...
Finbur asked 2/7, 2015 at 13:0
4
Solved
I've got a number of ASP.Net websites (.Net v3.5) running on a server with a SQL 2000 database backend. For several months, I've been receiving seemingly random InvalidOperationExceptions with the ...
Vicarage asked 20/7, 2009 at 18:54
2
I have just installed a IIS on a win 2003 server and trying to setup an asp.net website.
I have run the "aspnet_regiis" tool as well as made sure asp.net role is enabled.
When i browse a plain fr...
7
Solved
Getting this error on an intranet application we have running in our development environment, and I'm not sure where to go/look for a solution. The application used to work fine, however it is run ...
Akilahakili asked 20/11, 2013 at 21:39
7
Solved
I have a section on a website where I display a pdf inside a light box. The recent chrome upgrade has broken this displaying:
Error 349 (net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION):
...
Featureless asked 21/12, 2011 at 11:5
6
I have implemented the code for reading the active sessions using the reference Reading All Users Session and Get a list of all active sessions in ASP.NET.
Private List<String> getOnlineUser...
Silas asked 19/11, 2012 at 7:0
10
Solved
In a old site, I was changing the way that CustomErrors works by adding redirectMode="ResponseRewrite" (new in 3.5 SP1):
<customErrors mode="RemoteOnly" defaultRedirect="Error.aspx" redirectMod...
Umeh asked 23/4, 2009 at 14:1
1
I am trying to host multiple web sites in IIS server. I am able to host it with different ports. But i don't want to use different ports for different website.I also tried using host header but i a...
4
Solved
for firebase notification code
WebRequest tRequest = WebRequest.Create("https://fcm.googleapis.com/fcm/send");
tRequest.Method = "post";
tRequest.ContentType = "application/json";
var data = new{...
Talyah asked 7/1, 2017 at 9:32
4
Solved
The situation is I made a minor bug fix to a class, so they want to just deploy the dll affected. They stopped IIS, replaced the dll in the /bin folder of the iis directory for the web site with th...
Ency asked 19/4, 2011 at 19:11
5
Solved
What I would like to do is show the installer user a list of the websites on their server and allow them to choose one (using the method described here: http://www.cmcrossroads.com/content/view/131...
4
I have a large corp. web site with mixed classic asp and asp.net currently hosted with a Win 2003 server, IIS 6.
I need to modify all the pages output with some html modifications regardless the w...
Dooley asked 28/7, 2013 at 0:8
5
I have an asp.net 2.0 application running on IIS 6.0. I am using Integrated Windows Authentication. Some users have two network accounts, a personal account and an administrative account. The probl...
Unison asked 23/6, 2011 at 7:59
2
Solved
I've just started to work on a MVC project. It's a web portal. I've set my sites on my local IIS 6.0
But when I want to start debugging, I get this error:
Unable to start debugging on the web se...
Panier asked 25/9, 2016 at 6:35
9
I have a file upload control on my webpage. The maximum request length is set to 8 MB (maxRequestLength = 8192). I also have server validation that throws an error if the file is more than 4MB. The...
Buddybuderus asked 19/1, 2011 at 2:45
1 Next >
© 2022 - 2025 — McMap. All rights reserved.