User Pages
I have a Windows 2003 Server running IIS. I need to know hot to setup user
home pages. I have a website that makes use of user home pages. The user
home pages does not require authentication. I have put the main web pages in
a directory called test.com. The user pages are also in the test.com
directory. I have a user directory called acole in the test.com directory.
Inside the acole directory is a web directory where the user's home page
resides. How do I get IIS to pull the user's home pages off the main site
without recoding the web pages. Tag: IIS Licensing Tag: 402278
no refresh of web pages !
Running IIS 5.1 on WinXP Pro SP2, testing PHP code. I make changes to HTM
files , reload, and see no changes. I have to rename files and re-load to
see modifications ! Tried stopping web server - no effect. Tag: IIS Licensing Tag: 402277
ASP Authentication
I have inherited a legacy ASP application. The application is is using
windows integrated authentication. The application needs to make a call to
a service via the MSXML object. The service also makes use of windows
integrated authentication. Problem is that when the application makes a
call to the service the user's credentials are not passed along and IIS on
the machine running the service sees the request as an anonymous call.
How do I force the MSXML object to pass the users credentials to the
service?
Joel Tag: IIS Licensing Tag: 402275
Two SSL certificates, Two Domains, One Website?
Hi there,
Is there a way to add two SSL certificates to one website in IIS 6.0?
We've had a successful .ca website running for a few years that sells
services in Canada. It has an SSL certificate installed and takes online
orders without any problems. Our site is country specific and we've
recently purchased the .com version that we hope will sell services to US
customers.
What we want is for someone to type www.oursite.ca to be able to use the
Canadain version securely while www.oursite.com customers only see the .com
version. Currently when you go to the .com address the pages show up
perfectly until you try to access the secure HTTPS section - it makes sense
that the security certificate gives an error because it's for the .ca
domain. How can we make this work without actually having two separate
sites?
Thanks in advance,
Chris Tag: IIS Licensing Tag: 402274
Foreigner's travel guide in India
Hi
I am testing a foreigner's travel information website www.hotindic.com
I am suppose to also recommend useful content for the site, can you
help me?
Thanks
J Tag: IIS Licensing Tag: 402259
IE7 with Outlook 2003 Issue
When using IE7 and using the "contact us" of WEB sites, we get the error
defauly mail client not properly installed. In the IE tools panel OL is
specified as the default mail client. Outlook works OK. I tried Monzila
Firefox and all works OK, I do want to keep using IE. The PC is a standalone
box with a single user. I decided to redownload IE & reintall it, the error
then occurs that I have access rights problems with the Temp files, the HD
has plenty of space. Even when I tried to use MS update to download a S IE
path yhe same issue occurs. Tag: IIS Licensing Tag: 402258
Net Framework v2/v3 conflicts?
If I install Net Framework v2, will this conflict with v3 if it is already
installed?
Thanks. Tag: IIS Licensing Tag: 402256
IIS Return HTML not WML
Hi,
Using IIS 6.0 on Win3k I'm trying to get a simple .aspx file to return wml.
Here's the default.aspx file from my server:
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#" %>
<%@ Register TagPrefix="mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile"%>
<mobile:Form runat="server">
<mobile:Label runat="server">
Hello, world!
</mobile:Label>
</Mobile:Form>
I've set all the .wml mime types in IIS, and have .NET Frame work 2
.0installed. I've even tried explictly setting the mime type in the
file like so:
<%@ Page
Inherits="System.Web.UI.MobileControls.MobilePage"
ContentType="text/vnd.wap.wml"
%>
Nothing seems to work, I always get back this html:
<html>
<head>
<meta http-equiv="Cache-Control" content="max-age=0"/>
</head>
<p:card>
<p:do type="accept">
<p:noop/>
</p:do>
<p>Hello, world!</p>
</p:card>
</html>
So the page only works with phone/emulators which can use html (i.e.
Openwave, Nokia 6320) but not with those that can't (i.e.
http://www.wapsilon.com/ , Samsung X450).
thanks. Tag: IIS Licensing Tag: 402253
Intranet security fails on Digest security works fine on normal IIS
As the title states I have two SharePoint sites. One is using regular
Integrated Authentication and works great. I added the url to the
'Intranet' section of IE security (IE7). But on the other site I have
turned on Digest and turned off Integrated for public users. With that
site every time I visit it requires a logon. I would expect IE to pass
the local logon to IIS and digest would process it. But it doesn't and
I have to log in.
Any ideas?
Thanks
Chris Auer Tag: IIS Licensing Tag: 402251
WebDAV On Vista (Client)
Hi All,
Is it possible to get WebDAV running on Vista Ultimate by downloading
something from Microsoft?
I tried the WebDAV update for Server 2008 (on a whim), and it made all
of my websites in IIS 7.0 UI not visible, with pop messages about a
configuration file. I had to manually remove junk from that
configuration file to get my sites to show up again.
TIA,
-Le Chaud Lapin- Tag: IIS Licensing Tag: 402248
Authorization Problem With Personal IIS on Win XP
Hello,
I have enabled IIS server on Win XP Pro so that I can test a web app that I
am thinking about buying. I also had to install mini MS-Sql and NET 2.0 for
the app. Everthing seems to have been set up correctly.
However, when I attempt to bring up
http://localhost/adenin/portal.asp?login=1 in order to log into the
application I receive the message:
You are not authorized to view this page
You do not have permission to view this directory or page using the
credentials you supplied.
So, where do I need to start looking at what do I need to do to get around
this authorization problem? I'm not trying to serve anything onto the web,
just test this application locally before actually uploading to my ISP.
Many thanks. Tag: IIS Licensing Tag: 402246
Restart IIS from remote computer
I need a way to restart IIS from a remote client computer. The computer does
not have Remote Desktop, so the user cannot access the server to run
IISRESET. Also, their Windows XP computers are not able to install the IIS
administration toolkit. Any ideas for sending a querystring or even setting
up a little web app to do nothing but restart IIS?
Thanks for the help and hand-holding because I'm not a ASP.NET programmer,
Tom Tag: IIS Licensing Tag: 402238
Pages time out when NLB is enabled.
IIS6 | Win 2003 server
Two web servers connected to one database server. Each server has two
NICs. One public and one 192. NLB runs in Multicast.
The problem we have is when NLB is enabled it works PERFECT when
browsing from "within" the servers.
However, for remote users although they can ping successfully the
Cluster IP, Web1's IP and Web2's IP, when they type www.mysite.com in
their browser it timesout.
Note during test we DISABLED firewalls on BOTH servers completely.
I Manually copied over all the websites and app pools. However, when I
enable IIS 6 with the NLB it says connection timeout/page timeout in
users browser. Also sometime when you hit refresh it loads.
Weird. Tag: IIS Licensing Tag: 402231
new web
Hey guys, I have a new web that I created in Frontpage and I would like to
publish it to our web server, only I'm not sure as to how to go about it.
If I create a new web in IIS how will I point the browser to it? (local
web) Tag: IIS Licensing Tag: 402224
php exec() and similar functions do not write on disk using iis
I use php 5 on iis in a windows 2003 server machine.
I should start through php a dos program which should write an output
on disk,
but it doesn't. I can't write anything on disk this way. I used exec()
funtion and
similar, but they don't work. For example, this code
<?
$c = "dir c:\\ > c:\\inetpub\\wwwroot\\something\\foo.txt";
exec("$c");
?>
does not create the file foo.txt.
You should know that
- The programs are run, as i could check using passthru() rather than
exec(), but
they don't write on disk
- I have given permission to the internet user to write in the
directory where the file
should be created
- I have given permission to run the programs called by exec()
- I have allowed to run executable programs in iis
Anyone can help?
Thank you very much Tag: IIS Licensing Tag: 402220
Basic security question
Hi there,
I'm going to be using (anonymous) impersonation on my web site so everything
will run under IUSR. I'm a little confused about what end-users will be able
to do versus my app itself however. For instance, if I create a read-only
folder, my app (running under IUSR) can read it without issue. However, I
don't want end-users to be able to see it. Therefore, even if directory
browsing is turned off, is there any way for end-users to be able to read
what's in the folder since IUSR still has read permissions (or worse yet,
write to the folder if write permissions is also on). Thanks in advance. Tag: IIS Licensing Tag: 402218
WEb Site Log Files
I am new to web sites..
Could any one advise me on how I could log which pages are visited on my web
site?
I would need info like :
webpage visited ?
how long a user views a page?
from where are they coming to view the page?
where do they go to afetr they view a page?
There is the log file that the IIS seem to create, but how do I decrypt it
or make sense of it?
Thanx
--
!ngeniuos
(99% Perspiration) Tag: IIS Licensing Tag: 402217
Internet Remote Desktop with IIS
Hi,
I have an IIS service on my WinXP Pro machine and I just installed to
Internet Remote Desktop. Now what do I do to use it. I want to be able to
remote to my home machine via my IIS web service, which is why I installed it.
Thanks Much,
Rob Tag: IIS Licensing Tag: 402210
URL to test host headers
I am trying to implement host headers in a series of web sites on IIS 6.0. I
haven't yet set up DNS entries (I believe I do this by specifying the IP
address and the relevant host header name). But I just wanted to test the
host headers were working.
I have tried using a URL in the format http://hostname:80:hostheadername
from another computer on the network but I get an error of Windows cannot
find 'http://hostname:80:hostheadername'. Check the spelling and try again.
If I try the URL http://localhost:80:hostheadername from the web server I
get the following error: The page cannot be displayed
The page you are looking for might have been removed or had its name changed.
Can I not check the host headers in this way? Do I need to create a DNS
entry or make a manual change to the Hosts file to test the host headers?
Thank you. Tag: IIS Licensing Tag: 402209
Force IIS to stop Caching pages
Ever since we moved from Server 2000 to Server 2003, we've been having
issues with IIS caching pages. This happens with static (html) and dynamic
(asp.net) pages. During our normal code promotion process, we use xcopy to
copy the files from one server to another. What we are finding is that
after copying the files, the server is still showing the old content.
We have closed internet explorer, emptied it's cache, deleted the temporary
internet files folder and done all the steps we normally do to ensure that
it's not being cached on the client side.
We've disabled caching on IIS (so we thought) by setting the "Enable content
expiration" flag to "Expire Immediately". We've also set the
HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\UriEnabledCache=0
We've tried stopping and restarting both the web site and the application
pool, we've also stopped and restarted IIS Admin Service and the WWW
publishing service.
All of this and we are still seeing the old content on the server. I
created a new IIS web site on one of my servers and pushed the code to that
web site and can see that the code changes are there, but when I copy that
same code to our UAT server, we don't see the changes.
What are we missing? Any suggestions? Tag: IIS Licensing Tag: 402207
Certificate doesn't work !!! Is this because ....
Hi!
On a windows 2003 server SP2, i buy a certificate for an HTTPS access..
I have create the certificate request with IIS wizard, and send my request
to my certificate provider... during the time i wait to have the
certificate, i have put a "local home-made certificate" that i have done
with the certificate service..that works fine.... when i finally have my
real certificate, i delete the current certificate end import the good
one... import works fine but the web site with https does not work, i have
the generic error for a page that could be found...why ?
Is it because i release the request in IIS when i put my local certificate
???
IIS does not give me error when i import the certificate.....
Shoule i have to re-make the certificate request and wait the good
certificate to import it ?
Thanks for answering me ... Tag: IIS Licensing Tag: 402206
Cannot delete an application pool
During installation of a SharePoint 2007 farm, I created a web application to
host the farm's Shared Services Provider. During creation of the web app, I
created a new application pool for it. Later, I realize that I mis-named the
application pool. As there is no option to rename an app pool, I saved it's
config to a file and created a properly named app pool based on the config
file. Then I reassigned the mis-named app pool's web app to the new app
pool. When I tried to clean up by deleting the original mis-named app pool,
I get...
You cannot delete an application pool that contains applications. You need
to reassign all applications in this application pool to another applicatin
pool or delete the applications."
Can anyone tell me why I can't delete the original app pool even when I
reassigned it's contains web apps to a new app pool? Is it a permissions
thing?
Thanks. Tag: IIS Licensing Tag: 402199
Be Alerted to the Hottest Stock Picks!!
Be Alerted to the Hottest Stock Picks!!
Join Emerging Growth Alert Newsletter !
By joining the team at Emerging Growth Alert you will be in position
to receive stock alerts profiling stocks about to move or already in
motion. Our alerts are sent in time for you to research, investigate
and make a decision about whether this opportunity is right for you.
You will not be bombarded with junk mail. There is ABSOLUTELY NO
OBLIGATION, and the service is entirely FREE.
http://financialtrading.byethost13.com
http://cashstocks.angelfire.com
Disclaimer:
http://stocks.freetzi.com/disclaimer.html
P.S.
You may think this is spam but this is only an invitation for those
interested to receive Stocks alert - ONLY stock alerts... Thanks to
those who subscribed :) Tag: IIS Licensing Tag: 402197
Checking mail logs in IIS
I have set up a SMTP relay using IIS. Where do I look for the number of
mails that have relayed through this service ? I see the folders drop,
pickup, queue, but I am not seeing the messages that I sent through this
relay. Tag: IIS Licensing Tag: 402195
HTTPS Timeouts
We are running some Windows 2003 web sites secured with Digest
Authentication. We have tried every setting within IIS, but the users are
always kicked off between 0 and 10 minutes, and have to log in again on 10
minute intervals (estimated). It looks like some system timer is set to 10
minutes intervals at such time the session expires.
I'm even beginning to wonder is the timeout is in Internet explorer. Does
anyone know how to effect the session time for https users?
Thanks, TedMac Tag: IIS Licensing Tag: 402194
Question on IISADMPWD
Hi,
We are going to implemet change password fir OWA 2003 (IIS6). We have a
Front-End server running on Windwos 2003. I have two questions,
1)We will have to stop the default website and will have to create a
different http virtual server (new website) because there are two susidiaries
in our organization, we will configure it with a common smtp domain. I will
have to create iisadmpwd under the new site where excchange, public virtual
directories exist not under default web site. Is it a supported configuration?
2)We have a hadware SSL offloader, how do you specify this in iisadmpwd as
the documentation suggests to enable SSL on issadmpwd and what should be the
value of passwordchangeflags 0 or 1?
I could not find much documentation on this apart from this KB,
http://support.microsoft.com/kb/297121
Your response is highly appreciated.
Abhi Tag: IIS Licensing Tag: 402180
2nd domain
this sbs2003/iis6.0
i'm already serving one domain name from the default website
to serve a 2nd domain name on this same machine;
- created new directory under wwwroot for the new site,
- added a basic web page, index.htm, in the new directory
- added the new website in iis manager, added index.htm to docs,
pointed home directory to new directory above, created the http
header for the new website domain name, thought i was done
but not working
if i address the browser with just the domain name, like newdomain.com,
i get a screen back with 'newdomain.com/login.asp' which is the login page
for
my router
if i address the browser directly, newdomain.com/index.htm, i get a 400
error
this seems so simple, must be something very basic here and need some help
bob Tag: IIS Licensing Tag: 402178
C# DirectoryServices Creating an IIS website on Windows2003
Hi,
I am using the System.DirectoryServices namespace to create a virtual
directory and an AppPool on my webserver and then associate that
AppPool to that webserver.
I seem to be encountering some issues that I cannot resolve and wonder
if anyone has run into them. Oddly enough these issues are happening
on W2K3 (IIS6), but when I run the same code against Vista (IIS7)
everything works as it should. I am also using .NET 2.0.
a) I set the AppFriendlyName of the ApplicationName when assigning the
AppPool to the virtual directory and it is always blank when I open up
the virtual directory. The Application is there because I have the
option to remove it but otherwise it is blank.
b) I can create the AppPool but I cannot assign AppPoolIdentityType to
LocalSystem (0), it always goes to NetworkService (which I presume is
the default).
Do I need to create the pool first and then modify these values (for
b)?
Any help would be appreciated.
Thank you - Greg. Tag: IIS Licensing Tag: 402175
Maintaining multiple Web Server Route Directories
Is there a way to create a root (home) directory for multiple websites on the
same machine (with IIS)?
For instance, I would like to use this address for one website:
http://1stWebsite/index.asp
And then Iâ??d like to use this address for another website:
http://2ndWebsite/index.asp
Iâ??d like to implement this on a single machine running Microsoft Windows
Server 2003 Standard Edition.
Can this be done is I use different port values.
John. Tag: IIS Licensing Tag: 402169
opening webDAV folders in webpage links
Hi there,
I have a quick question with regards to webDAV. Is it possible to have a
link in a web page to a webDAV address (particularly over HTTPS) that opens
in a WINDOWS EXPLORER view (that is, as if I had a link to
c:\folder\documents)?
Best Regards,
P. Tag: IIS Licensing Tag: 402168
Virtual Folder to website redirection?
Following problem:
I have an asp.net application that runs on www.example.com. (the app
lies in the root folder of iis server)
I have a second asp.net application that needs to be accessible by
typing www.example.com/app2.
App2 is a full fledged application, with a own /bin folder,
web.config file etc.
Currently, I have set up app2 as a virtual folder in the root folder
of app1 and it works sort of - I need to put the compiled .dll file
(both apps are .net 1.1 applications) of app1 into the /bin folder of
app2, alongside with the .dll of app2 of course.. Otherwise, it won't
work. (A failure message about the web.config will come up)
So, is there a better way to accomplish this? I thought, that maybe I
should define app2 as a own website, but the requirement still
persists, that it needs to be accessed by typing example.com/app2. I
haven't found a way to do this. I tried to create a folder in the root
folder of example.com, calling it app2, and somehow redirect it to the
website app2, but it doesn't work. (Note: with "website" I mean the
IIS 6 entity: http://www.simongibson.com/intranet/iis6/images/Image06.gif
not a "real" website).
Is it possible to redirect a folder or virtual folder to a IIS 6
website (website as in: http://www.simongibson.com/intranet/iis6/images/Image06.gif),
and note: this website shall not be accessible by a host header or
direct IP address, but only by the redirection, i.e.: www.example.com/app2 Tag: IIS Licensing Tag: 402160
problems with virtual directory on local testing machine with iis 5.1
I have set up a virtual website using iis 5.1 (localhost) on a windows xp
sp2 machine using a virtual directory located in the inetpub/wwwroot folder
(for local web development testing purposes).
I can successfully view .asp and .aspx pages fine when website files are
located in the inetpub/wwwroot directory. However, when I set up a virtual
directory with files located in the 'my documents' folder I receive a 'you
are not authorized to view this page' error for .asp pages, and an 'access
denied' error when viewing .aspx pages.
On the my documents folder, I have set up read & execute, list folder
contents, and read permissions for the computername\ASPNET account to no
avail.
Is it possible to set up a virtual directory in the 'my documents' folder
successfully using iis 5.1 and ASP.net v. 1.0.3705? Tag: IIS Licensing Tag: 402155
Ipv6 on IIS5
Hello
i've installed Ipv6 protocol on my Windows 2000 Server (sp4).
But now...how can i set IIS 5.0 to browse my Web Site ?
My machine's ping response...but when i browse www....i have nothing.
Tank you to all Tag: IIS Licensing Tag: 402134
Failed to execute CGI : Win32 Error Code = 3 = I give up
In this post
http://groups.google.ca/group/microsoft.public.inetserver.iis/browse_thread/thread/15881752f7d10c7d/a87bf77201db52f9%23a87bf77201db52f9
They talk about the Failed to execute CGI : Win32 Error Code = 2 AND
Failed to execute CGI : Win32 Error Code = 3
The answer given is for the 2 code (incorrect location) but I get the
3... any ideas? Actually fonding the List of Code numners is
impossible as I cannot find a list to reference to - much less
troubleshoot the issue.
The Server is correct, CGI works fine when executed in its own pages
(other pages work fine only this time I'm trying to do it in an SSI on
my shtml page), I check / added all the extensions in IIS, I tried
using Virtual in stead of Exec, on and on and on...
After days of hunting on the Net I cannot believe there has never been
an answer posted to this question (yet I found 1000's of pages
outthere with this error...)
Thanks in advance Tag: IIS Licensing Tag: 402132
SMTP Server
I enabled IIS SMTP server and the server is connected on a ADSL...
Do I need to do something else to send emails through the server?
Thanks Tag: IIS Licensing Tag: 402120
Website and Virtual Directory accessing same folder
Hello,
I created a new ASP.NET 2.0 Website on a SBS Server, with a non-standard
domain name, deliberately shortened so that the Intranet users could find
it. I created a local DNS CNAME entry on the server and it works just fine.
Now the server owner would like to have external access to the site - They
already have an external facing site which serves such things as Outlook Web
Access.
I created a virtual directory for the external site, pointing to the same
folder as before and set it up as an application. This took out the internal
site. When I removed the application, leaving the virtual directory, the
internal site was restored. I need to create the virtual directory as an
application as it will not run otherwise.
Is there a way to do this, or do I need to copy the folder and then have the
external facing virtual directory pointing to that instead? I was hoping
that I can have both sites pointing to the same folder to ensure there is
only one set of files to update.
Thanks
Graham Cottle Tag: IIS Licensing Tag: 402119
webDAV - documents being opened in readonly
Hi there,
I have a quick question with regards to webDAV.
1. I enabled webDAV on a my default website in order to access end edit
documents via http.
2. My documents are in http://site/documents
3. I can list and open files from the /documents directory according to my
credentials
4. However, when I open a document (eg: document1.doc) it seems that the
document is opened as read-only so I am forced to do a SAVE AS.
5. I can then save the document with another filename (e.g.: document2.doc)
6. After saving with a different filename I can then save the document back
as document1.doc
Any ideas what I'm doing wrong? Thanks a lot in advance!
Best Regards,
P. Tag: IIS Licensing Tag: 402116
IIS7 auto backup of config? Where are they?
Using appcmd list backup it seems that IIS is making backups of the config.
Where are they? When does it make these bacups?
Is it possible to make a new site or v dir from a saved config as it was in
IIS6?
Thanks
BB Tag: IIS Licensing Tag: 402110
Negoaite Authentication failing on Vista IIS7
I'm an in-house dotnet developer using IIS7 on Vista Ultimate. I have multiple local webs running under IIS, all share
the same 120.0.0.1 loopback ip address with hostheaders to identify the webs. ASP.Net web sites on these webs require
windows authentication. I have found that with authenticaiton set to either "Negotiate" or "Negotiate, NTLM",
authentication fails: it does not matter if I access the web site using IE, or code with credentials to access a web
service or if I used a domain account or local account. If I set authentication only to "NTLM" then authentication
succeeds.
I don't understand why Kerberos authentication might fail locally, but even so shouldn't "Negotiate" let authentication
fail over to NTLM? If that is true then why would setting it specifically to "NTLM" succeed? Yes, I have windows
authentication set in IIS and the user accounts (and iis_users) have access to the folders. And I am changing the
authentication mode using adsutil. And for what it's worth I did not have this problem when my workstations was win2003
with IIS6. Tag: IIS Licensing Tag: 402106
DefaultAppPool Terminates unexpectedly
Hi all, I've read the KB articles about this error (Service Unavailable) and
have had no luck. We have a very basic setup. Windows Server 2003, IIS 6.0,
DefaultAppPool only and basic ASP and ASPX pages. Network Service is the
Identity for the App Pool. We can toggle the identity of the app pool to
Local Service and most folks get into the sites fine but a lot of them are
getting a login popup. This is a VM machine and not being used as a Domain
Controller. Event logs all show the same that the App Pool is shutting down
unexpectedly. Any one have anything we can look at? Tag: IIS Licensing Tag: 402105
Load Balancing IIS with Xeon E5310 CPU
Can someone point me in the right direction on how to setup and load
balance multiple IIS 6 servers on a single hardware server that is
running with a multi-processor CPU?
I have a DELL 1900 PowerEdge Server running Windows Small Business
Server 2003 with IIS 6. The DELL server has a Xeon E5310 processor
that appears as 4 seperate processors windows SBS 2003. I want to
create four IIS instances on this machine, with one acting as a load
balancing server to the other three. Each IIS instance should be set
to run a maximum of one process. My goal is to increase the thruput
for website requests; I want to create something like a web farm
inside of a single hardware server.
Any suggestions would be appreciated, Andy Tag: IIS Licensing Tag: 402092
Bank of Sweden Treasury - Strategic Infrastructure Plan
Network & Multilevel Marketing - Mutual Pension
Mutual Assets - Washington, Brussels, Tokyo and London constructive
center
Global Institutional Fund Analytics - Pension Assets Prognostic (MLM).
CWM WORLDWIDE - Principal Assets Prognostication Ascribe. A
Certificate means of the Directors opinion that, having made due and
careful enquiry, the working capital available to the Company will be
sufficient for its present requirements, that is for a coming to the
date of Admission right to the consolidated audited accounts
prepared. The financial information set out does not constitute
statutory
accounts of the Company within the meaning of section 240 of the Act.
As a company incorporated in Guernsey, it has not been required to
prepare audited accounts for the relevant period and such has not
delivered statutory financial statements to the Register of Companies
in Guernsey. The financial information in this document is based on
the un-audited financial statements of the Company. A company is not
required to withhold tax at source from its dividend payments.
Individual pro-share-holders should generally be entitled to a tax
credit in respect of any dividend received equal to one-ninth of the
dividend. Liability to income tax is calculated on the aggregate of
the dividend and tax credit which will be regarded as the top slice
of the individual's income. Individual pro-share-holders liable to
tax
at the starting rate (10 per cent.) or basic rate (22 per cent.) will
have no further liability to income tax. The tax credit satisfies the
whole of the starting and basic rate liability. Individuals liable to
tax at the higher rate (40 per cent.) are subject to income tax at
the rate of 32.5 per cent. on the aggregate of the dividend and tax
credit. After taking account of the tax credit, the pro-share-holder
will be liable to income tax at the rate of 32.5 per cent. of the
aggregate of the dividend and tax credit, equal to 25 per cent, of
the dividend. A corporate pro-share-holder will not normally be liable
to
corporation tax on any dividend received. With limited exceptions
(relating to charities) corporate shareholders cannot claim repayment
of the tax credit. Tax-exempt pension funds will not normally be
liable to corporation tax or income tax on any dividend received and
cannot claim repayment of the tax credit. Individual shareholders who
are resident for tax purposes in countries other than the United
Kingdom but who are Commonwealth citizens, nationals of states which
are part of the European Union, residents of the Isle of Man or the
Channel Islands as well as certain other persons, are entitled to a
tax credit in the United Kingdom as if they were resident for tax
purposes in the United Kingdom. Such pro-share-holders will normally
not be able to claim repayment of the tax credit.
Individual Pension Claim - Legitimate Claim
Article 4(1) of Directive 79/7 was sufficiently precise to be relied
upon by a party in proceedings before a national court for the
purpose of persuading that court to invalidate any provision of
national law
which infringed the said article. The principle of equal treatment is
'without prejudice to the provisions relating to the protection of
women on the grounds of maternity' (Article4(2)). These provisions
are likely to be interpreted according to the same principles as apply
to
Article 2(3) of Directive 76/207. Article 7 expressly allows member
States to exclude certain matters from the scope of the equal
treatment principle. These are: (a) the determination of pension able
age for the
purpose of old-age and retirement pensions and possible consequences
thereof for
other benefits; (b) benefits or entitlements granted to persons who
have
brought up children; (c) wives' derived old-age or invalidity
benefits, and (d) increases granted in respect of dependent wives
related to long-term invalidity, old-age, accidents at work and
occupational disease benefits.
Finally, CWM WORLDWIDE - Principal Assets Prognostication Ascribe
gains great strength from its strategic partnership with the Global
Pension Plan family and other organizations that offer specific
economic governance policy services. In every region, CWM WORLDWIDE -
Principal Assets Prognostication Ascribe faces a growing number of
requests for policy, technical and programme advice in support of
strengthening economic and democratic governance.
OPTIONS CONSIDERED: Global Pension Plan
website: http://www.globalpp.net/?id=cwmtrader
CWM WORLDWIDE: Casheasier Chargecard
website: http://casheasier.blogspot.com Tag: IIS Licensing Tag: 402091
Request.ClientCerficate
Hi
I have a problem with Request.ClientCerficate
IIS 6. ASP solution,Win2003R2
Whe i call Request.ClientCerficate it does to nothing.
All settings , certifcates aso. are OK. because on another server same
solution works perfectly!
No errors, nothing., it just does not work.
Any ideas?
Best regards;
Meelis Tag: IIS Licensing Tag: 402090
Time out when loading a VB.NET 1.1 Web Project
Hi,
I am having a problem when loading a VB.NET 1.1 project on my machine. When
VS attempts to load the project as part of the solution, it produces the
following error message... "The Web server reported tha following error when
attempting to create or open the Web Project located at the following URL:
'http://localhost/****.' 'The operation timed out'.
We are running a VM instance of Windows Server 2003, Visual Studio 2003
(with SP1), and IIS 6.0.
There have been a couple of instances where the project has loaded, however
when reloading the solution it will fail again. I'm 99% sure this is an IIS
issue not VS, hence why I have posted in here.
Thanks for the help. Tag: IIS Licensing Tag: 402087
Login prompt appears on web site
This is a multi-part message in MIME format.
------=_NextPart_000_000C_01C877F0.BC4230D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have built and deployed a web site using Frontpage 2003. The website =
has 2 webcams on it. I have setup the webcams to FTP a jpeg file to the =
web server every 10 seconds. The picture is placed in subdirectory off =
from WWWRoot. I am using a java applet to refresh the picture every 10 =
seconds when the page is being viewed. Everything works like you would =
expect it to until people start getting a login prompt when they call =
the page with the webcam up.=20
So far to fix this I have logged into the server and using IIS repaired =
all the security attributes on the web site.=20
I would like to understand why this is happening and what I can do to =
fix it.=20
Anyone have any ideas as to the cause? The fix?
---
Ron Harter | Tongue, Tied and Twisted
rdharter@comcast.net | Just An Earth Bound Misfit ... I
| Pink Floyd
------=_NextPart_000_000C_01C877F0.BC4230D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3Diso-8859-1>
<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR></HEAD>
<BODY id=3DMailContainerBody=20
style=3D"PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"=20
bgColor=3D#ffffff leftMargin=3D0 topMargin=3D0 CanvasTabStop=3D"true"=20
name=3D"Compose message area">
<DIV><FONT face=3DArial size=3D2>I have built and deployed a web site =
using=20
Frontpage 2003. The website has 2 webcams on it. I have setup the =
webcams to=20
FTP a jpeg file to the web server every 10 seconds. The =
picture is=20
placed in subdirectory off from WWWRoot. I am using a java applet =
to=20
refresh the picture every 10 seconds when the page is being viewed. =
Everything=20
works like you would expect it to until people start getting a login =
prompt when=20
they call the page with the webcam up. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2> So far to fix this I have logged =
into the=20
server and using IIS repaired all the security attributes on the web =
site.=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I would like to understand why this is =
happening=20
and what I can do to fix it. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Anyone have any ideas as to the cause? =
The=20
fix?</DIV>
<DIV><BR></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>---<BR>Ron=20
Harter &=
nbsp; =20
| Tongue, Tied and Twisted<BR><A=20
title=3D"mailto:rdharter@comcast.net CTRL + Click to follow link"=20
href=3D"mailto:rdharter@comcast.net">rdharter@comcast.net</A> =
| =20
Just An Earth Bound Misfit ...=20
I<BR> &n=
bsp; &nb=
sp; | &nb=
sp; &nbs=
p; =20
Pink Floyd</FONT></DIV></BODY></HTML>
------=_NextPart_000_000C_01C877F0.BC4230D0-- Tag: IIS Licensing Tag: 402074
Does IIS 6 require CALS for concurrent connections to web sites running on it?