Monitor CPU load for a given Web site on a given application pool
Hi,
In the IIS 6.0, worker process isolation mode, one can specify same
application pool for different- different web applications. Individual
application pool has property to enable CPU monitoring and do some
action on high CPU. But I want to go one level below, at that higher
CPU stage; I want to find out that really which web application is
consuming what CPU? How do I do that on demand basis or continuous? Can
I do this with some ISAPI filter/HTTPModule something?
I don't think any straight API/method to do so but i am sure there must
be some way to measure by performance counter or some other?
Any thoughts?
Thanks,
--Amish Tag: Default setting for exchange and remote Tag: 389928
IIS application problem
I have windows server 2003 sbs premium.
I have 2 ethernet with internal ip (172.18.81.116 and 172.18.81.114 ) and 1
ethernet for external.
I want use the second internal ethernet for web application over IIS
(172.18.81.114).
I can't set the second ip adress to any application or virtual directory of
IIS.
If i run netstat -ano i see bind 80 only 127.0.0.1; 172.18.81.116 and
ethernet ip external.
How can i do? I want iis application respond from 172.18.81.114.
If i open iis manager and i go to specific virtual directory and try set ip
172.18.81.114 when i click to apply or ok error appear and i cant do it.
Error say (in italiano ..impossibile raggiungere il percorso di
destinazione..) that is it impossible find the network destination path. Tag: Default setting for exchange and remote Tag: 389923
Access files in my Documents And Settings tree with hidden folders
Using asp and running localhost is there any way of setting up the session so
that I can read/write files which are in a folder off a hidden folder. I
understand the basic reason I haven't been able is because the server sets up
a temp 'user account' for the duration of the browser session. Can I give
this account the permissions to access such files.
Thanks
Dennis Tag: Default setting for exchange and remote Tag: 389914
Disabling Debug Exception Handling in IIS 6.0
Hello,
in IIS 5.x it is possible to configure IIS to return the native error
message when an error occurs due to a Server.CreateObject call. This is
done via the check box "Enable Debug Exception Handling" on the tab
Home Directory/Configuration/Process Options.
I cannot find the equivalent in IIS 6. I have tried searching the web
and reading the help files but cannot find anything relevant. Does this
feature still exist?
The problem I am trying to solve is that when Server.CreateObject is
called I get the standard ASP error message " ...Unexpected error. A
trappable error (C0000005) occurred in an external object. The script
cannot continue running. ..." rather that the more useful component
message.
Any help or ideas appreciated.
Regards
Paul Tag: Default setting for exchange and remote Tag: 389912
Assign different virtual directory to different ip..
I have a windows server 2003 sbs with an iss (Internet Information Service)
application. I have 3 ethernet and naturally 3 different ip. I want assign a
virtual directory about iis with a first ip and another virtual directory to
secondary ethernet ip. A third ip is used for manage file server. (All ip's
are internal ip)
If i try to change in iis manager configuration, ip configuration about
virtual directory the system give error. It suggest to consult windows help.
I can access all virtual directory only the first ip used.
How can i do ?? Tag: Default setting for exchange and remote Tag: 389911
IIS log error
Hi all,
I am getting wrong information from the IIS log file for sc-bytes when
client is accessing a file from my server which is less than 40K.
This is happening only when the file size is less than 40k but when the
size is more than 40k it is giving the correct information i.e., header
size + file size.
Can any one guide me to solve this problem??
Advanced thanks, Tag: Default setting for exchange and remote Tag: 389900
Programmatic approach to detecting IIS Version using C#
The Environment class provides a rich source of accessing environment variables on a machine. The code is compatible with any OS and it can be a good way of finding IIS Version
try
{
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(Environment.SystemDirectory + @"\inetsrv\inetinfo.exe");
MessageBox.Show("Version:" + fvi.FileVersion +"\nMajor Part: " + fvi.FileMajorPart);
}
catch (FileNotFoundException ex)
{
MessageBox.Show("Cannot find specified file at " + ex.Message);
}
PS: Suggestion and other approaches are welcome.
EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com Tag: Default setting for exchange and remote Tag: 389890
can view .aspx but not .asp on IIS
Hi,
In my office the network is managed by a software called 602LanSuite.
My computer is a part of the workgroup. I installed IIS followed by
Visual Studio 2005. When I typed http://localhost in the address bar of
my browser it took me to a page that is not stored in the wwwroot
folder on my computer but a page hosted by 602LanSuite across the
entire office network. I then tried http://127.0.0.1/iisstart.asp but a
standard windows logon screen was thrown at me. Inspite of entering the
correct user name and password(and selecting the "save my password"
checkbox) the screen reappears exactly 2 more times after which the
browser is redirected to "you are not authorized to view this page"
page. However when I created a simple hello.aspx file in my wwwroot
folder and type http://127.0.0.1/hello.aspx in the address bar the page
is displayed without asking me to submit any credentials. So why is
there this difference in hosting a .asp and a .aspx file ? And why is
the browser treating localhost and 127.0.0.1 as different addresses ??
Thanks
Parikshit Tag: Default setting for exchange and remote Tag: 389888
iis installation problems on xp Pro SP2
Have read lots of articles and posts and can't seem to find someone
with the same problem.
Eventually suceeded in installing iis on xp Pro SP2 - but that's
another story. IIS appears in management console but as soon as I
click on it, it freezes up.
Any suggestions??
The more I look the more I seem to be hearing about people having
troubles installing iis on xp pro sp2. Is it possible? If not what are
the alternatives. Tag: Default setting for exchange and remote Tag: 389880
IIS Host Header not Working
I have an Win2k3 box running IIS 6 with PHP ISAPI installed.
It runs two sites.
Default site listens to port 80 on all unassigned addresses.
Site 2 listens on 80 to the specific IP address.
When visting site 2, it will display the default index page the first &
second time, but sometimes - and this is intermittent - the index page
of the default website is presented.
Does anyone have any suggestions as to what is causing this problem? I
don't think it is the PHP ISAPI, and the settings in the IIS config are
as specific as I can make.
Are there any other settings that should be properly set to rectify
this? Is there a caching issue on the server, that is ignoring the Host
Header?
Thanks for any suggestions.
John Tag: Default setting for exchange and remote Tag: 389878
Add 301 redirect in Custom Errors
Is it possible to add a Custom Errors?
I have the option of editing existing errors but not adding. I'm trying
to add a 301 redirect error.
This is using an NT server and Windows 2003.
Thanks, NS Tag: Default setting for exchange and remote Tag: 389877
Ports and services
We have a single IP address
We run Sharepoint and Activesync
Sharpoint is installed twice, a non-used version on 443 and a functioning
version on 444. Activesync uses 443 and coexists with Sharepoint.
Our functioning version of Sharepoint (444) needs to be used on 443.
Wouldn't it makes sense to assume that if Sharepoint is already running an
(unused) version on 443, that the other can be made to run in its place on
443?
Is there any reason these sites/services shouldn't use the same port?
Nick Tag: Default setting for exchange and remote Tag: 389876
IIS/PWS works only for IE ???
hello
i have recently switched to another pc with a fresh new windows XP
installation .
i have also installed Firefox 2.0 on the machine along with IE7.
when i start the localhost homepage in Firefox i get prompted for a
username and password.
Note that this happens only with FireFox , IE is ok !
now i have checked the permissions on the IIS management console , i
have anonymous access and integrated windows authentication both
checked. so i unchecked the windows authentication and haha now IE
does not display the page as well even if i set the permissions back !!
any ideas on that ? Tag: Default setting for exchange and remote Tag: 389875
Session variables problem on Win 2003 R2
Hello,
I am having some session problems with a mixed asp/asp.net application.
My application works well on Win 2000 Server (all versions) and on Win 2003
(first edition), but on Win 2003 R2 I've a lot of problem.
On specific ASP pages my application looses all the session variables.In
other cases
it looses the session varables at random.
I checked all settings, IIS permissions, app pools, turned off recycling,
etc. This configuration is the same as different servers run Win 2003 (first
edition) where the application works well. I'm not using global.asa.
Where else can I look? What else can I do?
Thanks,
Roberto Tag: Default setting for exchange and remote Tag: 389872
Using (and wrting) external DLL for use with ASP.NET
(This question might not belong to this newsgroup, please advice where to
redirect.)
Along with our ASP.NET website we need to create an external application
which does some custom processing like processing image files for the web
user.
We might be looking for a CGI like solution.
Q: What is the best way; using Visual Studio Pro to incorparate custom C
based code to be used with the ASP.NET website? We want to call the external
application and receive information back in a stream or file.
Thanks 4 ur help.
Paul. Tag: Default setting for exchange and remote Tag: 389864
idiot's guide to IIS FTP :)
guys,
would welcome it if somebody could help me out with this.
basically, i do not want to install an extra piece of software to have
an FTP server, and want to use the windows xp pro sp2 inbuilt one.
i would like to be able to create an FTP username and password (which
should not be related to a username and password in use with windows).
how can i do this? i have tried setting up a server, but can never log
in.
i have the 'allow anonymous connections' tab selected, but just can't
log in with the username and password i have put in. my FTP software
(cuteFTP) just tells me that the user can't log in, with no further
info. what could the problems be?
would appreciate any help on this! Tag: Default setting for exchange and remote Tag: 389855
Webdav issue on IIS5
Maybe someone can help me with this issue:
I'm running a website on IIS 5. I want to use webdav, so I enabled directory
browsing and granted write access in IIS. All authenticated users have ntfs
modify permissions.
However when I try to open the site as a web folder (using IE) I receive the
message "Internet Explorer could not open http://blabla" as a Web Folder.
Would you like to see its default view instead?"
When I check wecerr.txt in C:\Documents and Settings\myaccount\Local
Settings\Temp\d there is a "HTTP 405 - Resource not allowed" error message.
My guess is there's something weird going on inside IIS (e.g. related to
MIME types? or verbs/HTTP headers?) but haven't got a clue what to check and
how.
Someone any ideas or hints?
Gr. Ard Tag: Default setting for exchange and remote Tag: 389854
Citrix Web Access on IIS 6 2 network cards no external access
Hello,
I'm coming at this from a state of relative ignorance. Our senior
network admin up and quit with a project half done.
I was nominated to complete the project and I've hit a wall.
Specs: Win2k3 server, running IIS 6, Citrix Presentation Server 4
We are in the middle of the project and really just trying to make sure
everything works/will work for our needs as a company.
IIS is up and running on a server with two network cards, one connected
to a cheap firewall that is set to forward all web/citrix port traffic
to the internal server. This line is a stand alone DSL. The other card
is connected to our internal network here which is connected to a T1.
I am not trying to use web access within the building so I didn't bind
the Citrix site to the internal card. When I attempt to access the
site externally via IP 75.*.*.*/citrix/metaframe it just hangs, no time
out, no error message, just hangs.
However, if I disable the internal network card, I am able to connect
to the Citrix Web Access site by IP with no problems at all.
This leaves me thinking this is an IIS configuration issue. I need to
have the internal card active so my hosted applications are available
internally.
Again, I just got stuck with this, I've never configured IIS before and
am pretty much the help desk guy here. Please forgive any ommisions.
I will answer any followup questions promptly.
Thanks in advance,
JD Tag: Default setting for exchange and remote Tag: 389853
Classic ASP + ASP.NET 2.0 on Windows Server 2003 64 bit: possible?
Hello,
I have got a Windows Server 2003 64 bit that is running a Classic ASP
application.
The application uses COM objects (AspUpload, ChartDirector, just to
mention a few).
The IIS web site with the existing Classic ASP application is slowly
migrating into ASP.NET 2.0 but in the meantime the two applications
need to coexist.
Everything works perfectly in the development environment (32 bit) but
now that we are going into production a number of questions (and
problems) arise.
1) How can I tell if IIS is running in 32 bit or 64 bit mode?
2) Is it possible to have a Classic ASP application running in 64 bit
mode?
3) If 2) is possible, what happens with the COM components? Do I need a
64 bit version or the 32 bit version will work?
4) If 2) is not possible, will the only solution be to run both
portions of the application (Classic ASP and ASP.NET 2.0) in 32 bit
mode or it is possible to have Classic ASP in 32 bit mode and ASP.NET
2.0 in 64 bit mode (same server, same website)?
Quoting from
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/13f991a5-45eb-496c-8618-2179c3753bb0.mspx
"On 64-bit Windows, the World Wide Web Publishing service does not
support running 32-bit and 64-bit worker processes concurrently on the
same server."
This is probably the answer.
I have tried a few configurations, i.e. activating the ASP.NET 2.0 64
bit following the guide at http://support.microsoft.com/kb/894435
but the result was that the Classic ASP application was not working at
all, or trying to create an instance of a COM object resulted in an
error.
Any help will be greatly appreciated.
Thanks,
Paolo Tag: Default setting for exchange and remote Tag: 389852
Web Server Version Revealed (IIS)
During a recent penetration test we were notifed that the following was
happening.
Web Server Version Revealed (IIS) and the recommendation was to use a generic
webserver name so as the server is not targeted for known vulnerabilities.
These are on Windows Server 2003.
The question I have is how do I do this.
Anyone that can help please let me know. Tag: Default setting for exchange and remote Tag: 389850
304 + .ASP in IIS 6
Hello, how can I send a 304 back to the browser for an .asp in IIS 6.0?
Images are getting cached without any trouble - but the .asp - even
though it does not change still returns a 200. Tag: Default setting for exchange and remote Tag: 389848
IIS virtual directory local path is greyed out
I have an application that installs a virtual directory under the default
webserver. In the local path it displays /peopleupdate and it is greyed out
so i cannot change it. I know i can create a new vdir that doesnt have this
behavior but why is it greyed out? Why can I not change it? This seems to
be the default behavior of the installer... Tag: Default setting for exchange and remote Tag: 389841
COM+ Base Service
I had a service running on my Windows 2003 server - COM+ Base Service - path
to executable C:\WINNT\system32\csrsrv.exe
Anyone know what this is please? Tag: Default setting for exchange and remote Tag: 389840
Metabase replication for multiple sites
Hi,
I am looking for a solution that will provide IIS metabase replication
among 3 servers at seperate locations. The requirement is that the
metabase could be updated on any of the three servers and then the
changes would need to be automatically replicated to the other two.
I am not worried about content replication as the files are stored on
AFS which is already being replicated among the 3 sites.
Is it possible to do this with IISCNFG? Commercial solutions are also
acceptable.
thanks,
Hugh Tag: Default setting for exchange and remote Tag: 389836
http request for *.dll files returns server error code 500
hi
im using IIS/PWS 5.1 on WinXP Pro. i have a page that loads a java
applet in it, in order for the applet to work properly, a dll files is
sent back to the Windows/IE client along with the requested URL.But
when the page is requested i get "Server returned HTTP response code:
500 for URL: http://localhost/sign/admin/dl_admin.dll " error . I
checked the IIS log for this and i also found a 401 unauthorized access
error just before the 500' line !
the page loads smoothly when using file:// protocol.So i guess its an
IIS permissions issue right ?
any ideas on how to resolve this ? Tag: Default setting for exchange and remote Tag: 389831
global.asa Problem
Hi!
I have a problem, while migration an older webapplication from Windows
2000 to Windows 2003.
This software is a webfrontend of an helpdesk system. The user database
is an sql server which is defined in the odbc drivers. So everybody has
to log on to this webpage. But on the new server the following error
ist displayed when someone wants to log on:
Active Server Pages error '00000000'
Create object failed
?
An error occurred while creating object 'LicMan'.
Microsoft VBScript runtime error '800a01ae'
Class doesn't support Automation: 'LicMan'
/LM/W3SVC/XXXXXXX/Root/in2desk/global.asa, line 34
I doen't have found any useful hint to solv this problem. Can someone
help?
So long
Peter Tag: Default setting for exchange and remote Tag: 389828
Web application works very well on IIS 6, with 'Integrated Windows Authentication'. But user is not authenticated on IIS5.
Hi All,
We have implemented single sign-on in our web application. The
application works well on IIS6 with 'Integrated Windows
Authentication'. The user is very well authenticated on IIS6. But when
this application runs on IIS5 with the same 'Integrated Windows
Authentication', the user is not authenticated.
Is anybody having the solution to make my application workion IIS5?
Thanks
Banty Nigam Tag: Default setting for exchange and remote Tag: 389826
'Integrated Windows Authentication' does not work on IIS5, but it very well works on IIS6.
Hi All,
My application is working fine on IIS6 W2K3, with 'integrated windows
authentication'. We have implemented single sign-on functionality in
our web-application. But it does'nt authenticate the user when
application runs on IIS5 W2K.
Can anybody tell me what is the problem, and what all things I will
need to put in place, to make this application working.
Thanks in advance.
Banty Nigam Tag: Default setting for exchange and remote Tag: 389825
IIS Admin Service service terminated
Hi, anybody can advise at this issue.
Error message â??IIS Admin Service service terminated with service-specific
error 2148073478 (0x80090006)â??
Appreciate anybody can help me.
Regards.
Victor.. Tag: Default setting for exchange and remote Tag: 389823
asking again - how do I tell if SMTP is installed/enabled
Hi;
1) How can I tell if the IIS SMTP server is installed?
2) If not installed, how can I start the Add/Remove applet in the Windows
mode with the SMTP server selected?
3) If not enabled, how do I enable it?
Yes, to test if it's live I can connect on port 25 and see if I get a HELO.
But I still need the above to get everything configured.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm Tag: Default setting for exchange and remote Tag: 389821
Asking again - how do I tell if IIS is installed & enabled
Hi;
Note: I looked at
http://www.microsoft.com/technet/scriptcenter/scripts/iis/default.mspx?mfr=true and I could not find solutions to any of the below:
I know this can be done because the pre-install for SqlServer does all this.
1) How can I tell if IIS is installed?
2) If not installed, how can I kick off the installation - I know this uses
the Add/Remove applet but how do I kick this off so it starts with install
IIS selected?
Note: I do NOT want to do an unattended install as most users want to know
what is being installed and may want to change the location of
c:\inetpub\wwwroot. I need to just start the install.
3) If installed, how do I tell if IIS is enabled and if not enabled, how do
I enable it?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm Tag: Default setting for exchange and remote Tag: 389820
Not all images loading on localhost IIS 5 / XP development machine - too many connections?
There's two of us developers, each with a different laptop, both running XP
Pro / IIS 5 / VS 2005 with the same problem. We have a web page on
localhost that repeatedly calls a localhost ASPX to pull in images (approx
100-200 calls per page), and many of the images will not load. If we
refresh the browser, a few more images will come down the line, and so on.
The same code works perfectly when running on Windows 2003 / IIS 6. I
suspect that the limited connection count (10?) in IIS 5 on XP is killing
the extra image loads but don't know how to diagnose this or fix it....
-- Paul Tag: Default setting for exchange and remote Tag: 389809
Making IIS use only one netcard of two
I have a server with to netcard . One with intern ip number
192.168.1.101 and the other with ip 192.168.1.102.
If i set the default web site in IIS to listen to ip adress
192.168.1.101 (not all unassigned) and tcp port 80 , i would exspect
port 80 of 192.168.1.102 to be avaliable for me to listen on with my
own service program.
But it seems not to work out that way, instead it seems like IIS is
occupiend both ports when I try to start the tcp service listening to
192.168.1.102:80 .
How can I make the IIS not have any acces at all to one of the netcards
? Tag: Default setting for exchange and remote Tag: 389807
NLB SSL RPC HTTP !!!!!!!!!
Hello
I need some advice, I am trying to set up the following test environment, I
have the following
Single DC (with GC, DNS, WINS) - Functioning fine
4-node backend exchange 2003 - Functioning fine
Backend Firewall (PIX) - totally open to inbound and outbound traffic (will
be locked down after everything is working) - firewall is between the front
end and back end servers
2 Front end Servers running Exchange 2003 - for OWA access
Front end Firewall (PIX) to be implemented - only allowing 443 inbound -
will be placed to protect from Internet
All my servers are running Windows 2003 Sp1 (all critical updates), all my
exchange builds include SP2 plus 4 post updates since SP2
I followed this article below to deploy RPC over HTTP - only steps 1-3
How to Deploy RPC over HTTP for the First Time on Exchange Server 2003 SP1
(Front-End/Back-End Scenario)
http://www.microsoft.com/technet/prodtechnol/exchange/guides/E2k3RPCHTTPDep/7215c4c3-e465-4000-817b-17f20706fbed.mspx?mfr=true
What I need to do is how to implement SSL on my Exchange front-end servers
for RPC over HTTP to work. Also want to have the front end setup in NLB
I need advise on how to do this, I seen many articles about doing it for a
single front end server with either a 3rd party certificates or implementing
your own CA.
I intend to use certificate from a 3rd Party which is free!! (Remember this
is a test environment!!)
http://www.msexchange.org/tutorials/SSL-Enabling-OWA-2003-Using-Free-3rdParty-Certificate.html#
from these guys at Startcom mentioned in this article
I need know the best practice to implement in the setup I am trying to
configure
1) Shall I setup the NLB first - good articles for this please? Any catches
etc I need to be aware of?
2) How do I implement SSL in NLB
Or
1) Do I implement SSL on each front node first and how?
Other option is shall I implement my own CA for this test environment? How
do I do this? And then setup NLB and SSL
I at a crossroads on how to purse this and there is so much information out
there that I have read that I am now confused!!! ( two much reading is a bad
thing!! )
Confused
Tony Tag: Default setting for exchange and remote Tag: 389805
IIS 5.1 - users cannot access site
?I set up a simple website on my WinXP Pro system to enable access to a
commonly used database file that is in an ASPX format...
I can view the website from the computer is it was created on, but anyone
outside the computer on the same network cannot.
Where am I missing permission issues.. ? I have the default Allow Anonymous
users, the IUSR_WGM172 account has proper permissions... I can enter:
Http://WGM172/BizTabs/Default.html
on my system, and can access the files.... (WGM172 is my computer name).
Any suggestions?
Jill
--
jilltre Tag: Default setting for exchange and remote Tag: 389804
How many IP address support IIS 5
I have a problems with IIS 5, I need to know how many Ip address support IIS
5, becasue the services cannot start when I have more the 25 IP, If someone
know the solution please send me the fix.
Thanks. Tag: Default setting for exchange and remote Tag: 389803
IIS InetServ Crashing when Password Change trying to be called.
Below is the message that is showing in my event logs. I am running IIS 6.0
Windows 2003 Service Pak 1. When I try and log in with an account that has
the must change password flag set IIS disconnects the web site and the
password change never comes up. I've registed the password change dll and
the metabase looks ok to me. But here is the event log error.
Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 11/21/2006
Time: 2:37:02 PM
User: N/A
Computer: MDWS1
Description:
Faulting application inetinfo.exe, version 6.0.3790.1830, faulting module
w3core.dll, version 6.0.3790.1830, fault address 0x000082a0.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 69 6e 65 ure ine
0018: 74 69 6e 66 6f 2e 65 78 tinfo.ex
0020: 65 20 36 2e 30 2e 33 37 e 6.0.37
0028: 39 30 2e 31 38 33 30 20 90.1830
0030: 69 6e 20 77 33 63 6f 72 in w3cor
0038: 65 2e 64 6c 6c 20 36 2e e.dll 6.
0040: 30 2e 33 37 39 30 2e 31 0.3790.1
0048: 38 33 30 20 61 74 20 6f 830 at o
0050: 66 66 73 65 74 20 30 30 ffset 00
0058: 30 30 38 32 61 30 0082a0 Tag: Default setting for exchange and remote Tag: 389794
SSL on a hosting Web server....
hi all...
i have 2 servers, a web one and an exchange one. the exchange server
has an SSL cert that i bought. but now i have some web hosting clients
that want to use the SSL key so i would like to share the SSL for them.
so i'm assuming that i need to have the SSL on the exchange and then
have a Virtual Directory pointing to a share on the other computer for
the domains that i would like to have under SSL.
but when i try that, i get that the page cannot be displayed when i try
to access any page under the SSL machine and the virtual directory in
IE.
can someone suggest a good way of doing this set up? should it all be
on one machine?
any help would be great!
thanks Tag: Default setting for exchange and remote Tag: 389793
IIS 7: How to determine which version of .NET?
I would like to run an ASP.NET v1.1 app on IIS7. I have other ASP.NET apps
that are .NET v2 so I can't just run aspnet_regiis.exe for v1.1 again.
How do I toggle the switch for this? Unlike in IIS6, there is no Properties
window with an "ASP.NET" tab where you can switch the version. It seems I am
a little overwhelmed by the multitude of options available now via control
panel-like icons and I don't know where to find what I'm looking for.
Jon Tag: Default setting for exchange and remote Tag: 389789
SOAP Monitor
I don't know if this is the right newsgroup, but I don't know a better one.
I've got a client-software and a web service. And now I need to read the
SOAP-messages transmitted.
I couldn't find something with Google etc. but a friend had shown me the
SOAPmonitor for TOMCAT/axis.
Does anyone know something similar to this for IIS?
Thanks in advance.
Sebastian Tag: Default setting for exchange and remote Tag: 389783
AWStats and plugin
I don't know the best place to ask a question such as this, but this
group seemed like a fitting place.
I set up my log files in AWStats to what was specified, but also
included cs(Cookie). The point of this is that I am intending to write
a extra functionality, perhaps in the way of a plugin, to parse the
cookie value of web requests, and if they belong in some database/file,
to do something specific.
Anyway, in the .conf file, I set the following:
LogFormat="date time c-ip cs-username cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-version cs(User-Agent) cs(Cookie)
cs(Referer)"
This is everything that's there, plus the cookie field. Now... how to I
read in the cookie information in a plugin file? Or does AWStats just
ignore the cookie section, and I'll have to end up reparsing the the
log files for this information? Tag: Default setting for exchange and remote Tag: 389782
get metabase info via Active Directory API
hi,
I'm using ADsGetObject from isapi filter to get virtual folders and web
sites data. It is working ok but there are errors in the event viewer
-
The application-specific permission settings do not grant Local
Activation permission for the COM Server application with CLSID
{61738644-F196-11D0-9953-00C04FD919C1}
to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20). This
security permission can be modified using the Component Services
administrative tool.
how come there are messages if the code works fine?
what should I do to avoid these errors? in the component services I
wanted to add permissions to NT AUTHORITY\NETWORK SERVICE but it
doesn't know this user.
please help.
Thanks. Tag: Default setting for exchange and remote Tag: 389781
Remove "Domain\" when logging on
Hello,
Is there a way for me to remove having to put the "Domain\" in the username
field when logging on?
My users would rather just put their usernames instead of domain\username.
Thanks in Advance. Tag: Default setting for exchange and remote Tag: 389779
Sql Server & IIS problem
dear guys,
I have Windows Vista Ultimate, i installed IIS (default configuration) from
Control Panel -> Programs & Features -> Windows Features dialog, and tested
that http://localhost opens regularly ! everything is OK ! everything in the
IIS console is STARTED !
I'm now trying to run Sql Server 2005 Standard Edition setup, when it
reaches to the system check dialog (prior to the installation itself) it
showes a warning beside IIS in the list of system features ! i read the
warning message, in brief it says: "... IIS is either not installed or not
turned on from Services..." !!!
I got shocked, 'coz : 1) IIS is installed and running
2) there is no service called IIS or anything like this in Services console !
what's going on guys ?? how can i get rid of this warning ??
by the way, i can continue with installation of Sql Server 2005, but i won't
be able to install any feature in Sql Server that requires IIS Server's
functionality !!
Help me please and thank you a million in advance ! Tag: Default setting for exchange and remote Tag: 389777
Application pool equivalent of low (iis process)?
Hello
I'm trying to use an ODBC connection to NotesSQL in an ASP page hosted
on IIS.
I've been having a pig of a time connecting to the database in ASP,
getting the error below, even the same code works e.g. in a vbs script
ran on the server.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on
SQL_HANDLE_DBC failed
Having banged my head against this for a while and fought my way through
the abysmally poor NotesSQL documentation, I have come to thinking that
the problem is that the NotesSQL executable isn't being run in the
expeceted process.
In this IBM technote
(http://www-1.ibm.com/support/docview.wss?uid=swg21095390) it is
suggested that one should "... change your Application Protection to Low
(IIS Process)...".
However in IIS Manager on this server, I don't have this option; instead
I must choose an application pool.
Hence I'm thinking that the application pool is executing as the NETWORK
SERVICE but the page is accessed as IUSR_SERVER and this may be the
problem...
So I've too questions:
* Am I on the right track here?
* What might I do about it?
Many thanks in anticipation of any help on this. Tag: Default setting for exchange and remote Tag: 389772
Access of Host Header websites Internally
I have a Windows Server 2003 R2 (IP 192.168.1.1) connected directly to
a router (IP 192.168.1.138).
I have multiple websites setup to one static IP.
Accessing the websites externally works perfectly. The issue is that I
cant access the websites internally, so if I go to www.website.com from
the server browser, it brings up the interface for the router - which
is understandable.
If I also set the websites up as Virtual Directories under Default
Website, then I could access the sites via http://192.168.1.1/website -
but I would rather not do this as I am sure there is a better way
around this.
I also have a SBS server (IP 192.168.1.2) connected to the router and
if I type www.website.com I get the router interface again so would
like to resolve this as well.
I assume this is either an issue with DNS or host files, and not
necessarily an IIS issue but was hoping that someone may point in the
right direction I need to head.
Thanks. Tag: Default setting for exchange and remote Tag: 389769
Where can I get a list of the settings for the defalt settings for exchange
& remote IIS6. We have PHP running now but have screwed the other 2.