Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question on creating a a web site
Message
Information générale
Forum:
Microsoft IIS Server
Catégorie:
Autre
Divers
Thread ID:
01197679
Message ID:
01198059
Vues:
9
>>>>I will try that.
>>>
>>>You can also substitute the computer's name for localhost.
>>
>>The problem is that when I use localhost I get error message pointing to a line in Web.config :
>>
>>Authentication="Windows"
>>
>>I recently installed the application on another customer's server and had exact same problem. First I created virtual directory and was running the application from LocalHost and had the problem. Then we (the customer) changed from virtual directory to web site and running the pages with domain name was working.
>
>Here is something to try.
>
>1. Go to IIS
>
>2. Default Web Site
>
>3. Select Website of Interest
>
>4. Right click – select Properties
>
>5. Select Directory Security
>
>6. Anonymous access and authentication control
>
>7. Select the Edit button
>
>8. Be sure that Anonymous access is not selected (checked)
>
>9. Integrated Windows authentication should be selected
>
>
>Also in your Web.config
>
>Retain:
>
><authentication mode = "Windows""/>
>
>
>After:
>
>
><system.web>
>
>
>Add:
>
>
><identity impersonate = "true"/>
>
Thank you, Tom. I will try it.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform