Showing posts with label deployed. Show all posts
Showing posts with label deployed. Show all posts

Saturday, March 31, 2012

strange authentication dialog

Hi all,
I'm developing a website and deployed on webserver, it always
display an authentication dialog that user must login with valid
Windows user. Would anyone helps to instruct how to prohibit this
dialog?
Some information provides for you:
1) Dev softs:
- VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
2) Server:
a) Website Directory security:
- Allow anonymous access (IUSR_Server)
- Integrated Windows authentication.
b) OS: Windows 2003 Server.
The particular note is when deplying other Windows 2003 Server PC, it
works fine without any authentication dialog although the configuration
is exactly the same.
Some no - effective solutions:
- Remove "Integrated Windows authentication": result of "you are
unauthorized to ..."
- Add permission for user Evryone, Anonymous Logon, Network Service.
Very appreciated for any hint.
KNCKNC,
You should anyway remove the "Integrated WIndows Authentication"
setting from IIS. Having done that, you should make sure that the
physical directory that you have your website in has permissions for
the Network Service. Thirdly, what kind of authentication have you
specified for your web site (typically a setting in your web.config
file). Try checking that.
- Vaibhav
On Nov 2, 1:25 pm, "KNC" <k...@.glassegg.com> wrote:
> Hi all,
> I'm developing a website and deployed on webserver, it always
> display an authentication dialog that user must login with valid
> Windows user. Would anyone helps to instruct how to prohibit this
> dialog?
> Some information provides for you:
> 1) Dev softs:
> - VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
> 2) Server:
> a) Website Directory security:
> - Allow anonymous access (IUSR_Server)
> - Integrated Windows authentication.
> b) OS: Windows 2003 Server.
> The particular note is when deplying other Windows 2003 Server PC, it
> works fine without any authentication dialog although the configuration
> is exactly the same.
> Some no - effective solutions:
> - Remove "Integrated Windows authentication": result of "you are
> unauthorized to ..."
> - Add permission for user Evryone, Anonymous Logon, Network Service.
> Very appreciated for any hint.
> KNC
Hi V,
Thanks for your help. But as my message, I already tried to remove
"Integrated Windows authentication" and add user "NETWORK SERVICE" into
user list of my folder of website (under wwwroot) but no effect.
I've just re-tried as your instruction but it is still the same
phenomenon.
FYI, the authentication type of web.config is <authentication
mode="Forms">
Moreover, if I setting the Anonymous user account is a power user
(such as Administrator), it works fine, no authentication dialog at
all.
Would you guys pls give the root cause of this problem?
Thanks in advance,
KNC
V wrote:
> KNC,
> You should anyway remove the "Integrated WIndows Authentication"
> setting from IIS. Having done that, you should make sure that the
> physical directory that you have your website in has permissions for
> the Network Service. Thirdly, what kind of authentication have you
> specified for your web site (typically a setting in your web.config
> file). Try checking that.
> - Vaibhav
> On Nov 2, 1:25 pm, "KNC" <k...@.glassegg.com> wrote:
KNC,
if you have configured Forms authentication in your application, have
you implemented it in your pages? To be honest, I am not entirely sure
why your application is behaving this way (need one those experts to
answer on your thread :) ). However, i am trying to think of all the
things that I do when i setup Forms Authentication based web-app as I
have NEVER faced this problem.
Cheers,
- V
KNC wrote:
> Hi V,
> Thanks for your help. But as my message, I already tried to remove
> "Integrated Windows authentication" and add user "NETWORK SERVICE" into
> user list of my folder of website (under wwwroot) but no effect.
> I've just re-tried as your instruction but it is still the same
> phenomenon.
> FYI, the authentication type of web.config is <authentication
> mode="Forms">
> Moreover, if I setting the Anonymous user account is a power user
> (such as Administrator), it works fine, no authentication dialog at
> all.
> Would you guys pls give the root cause of this problem?
> Thanks in advance,
> KNC
> V wrote:

strange authentication dialog

Hi all,

I'm developing a website and deployed on webserver, it always
display an authentication dialog that user must login with valid
Windows user. Would anyone helps to instruct how to prohibit this
dialog?
Some information provides for you:
1) Dev softs:
- VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
2) Server:
a) Website Directory security:
- Allow anonymous access (IUSR_Server)
- Integrated Windows authentication.
b) OS: Windows 2003 Server.

The particular note is when deplying other Windows 2003 Server PC, it
works fine without any authentication dialog although the configuration
is exactly the same.
Some no - effective solutions:
- Remove "Integrated Windows authentication": result of "you are
unauthorized to ..."
- Add permission for user Evryone, Anonymous Logon, Network Service.

Very appreciated for any hint.
KNCKNC,

You should anyway remove the "Integrated WIndows Authentication"
setting from IIS. Having done that, you should make sure that the
physical directory that you have your website in has permissions for
the Network Service. Thirdly, what kind of authentication have you
specified for your web site (typically a setting in your web.config
file). Try checking that.

- Vaibhav

On Nov 2, 1:25 pm, "KNC" <k...@.glassegg.comwrote:

Quote:

Originally Posted by

Hi all,
>
I'm developing a website and deployed on webserver, it always
display an authentication dialog that user must login with valid
Windows user. Would anyone helps to instruct how to prohibit this
dialog?
Some information provides for you:
1) Dev softs:
- VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
2) Server:
a) Website Directory security:
- Allow anonymous access (IUSR_Server)
- Integrated Windows authentication.
b) OS: Windows 2003 Server.
>
The particular note is when deplying other Windows 2003 Server PC, it
works fine without any authentication dialog although the configuration
is exactly the same.
Some no - effective solutions:
- Remove "Integrated Windows authentication": result of "you are
unauthorized to ..."
- Add permission for user Evryone, Anonymous Logon, Network Service.
>
Very appreciated for any hint.
KNC


Hi V,

Thanks for your help. But as my message, I already tried to remove
"Integrated Windows authentication" and add user "NETWORK SERVICE" into
user list of my folder of website (under wwwroot) but no effect.
I've just re-tried as your instruction but it is still the same
phenomenon.
FYI, the authentication type of web.config is <authentication
mode="Forms">
Moreover, if I setting the Anonymous user account is a power user
(such as Administrator), it works fine, no authentication dialog at
all.

Would you guys pls give the root cause of this problem?

Thanks in advance,
KNC

V wrote:

Quote:

Originally Posted by

KNC,
>
You should anyway remove the "Integrated WIndows Authentication"
setting from IIS. Having done that, you should make sure that the
physical directory that you have your website in has permissions for
the Network Service. Thirdly, what kind of authentication have you
specified for your web site (typically a setting in your web.config
file). Try checking that.
>
- Vaibhav
>
On Nov 2, 1:25 pm, "KNC" <k...@.glassegg.comwrote:

Quote:

Originally Posted by

Hi all,

I'm developing a website and deployed on webserver, it always
display an authentication dialog that user must login with valid
Windows user. Would anyone helps to instruct how to prohibit this
dialog?
Some information provides for you:
1) Dev softs:
- VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
2) Server:
a) Website Directory security:
- Allow anonymous access (IUSR_Server)
- Integrated Windows authentication.
b) OS: Windows 2003 Server.

The particular note is when deplying other Windows 2003 Server PC, it
works fine without any authentication dialog although the configuration
is exactly the same.
Some no - effective solutions:
- Remove "Integrated Windows authentication": result of "you are
unauthorized to ..."
- Add permission for user Evryone, Anonymous Logon, Network Service.

Very appreciated for any hint.
KNC


KNC,

if you have configured Forms authentication in your application, have
you implemented it in your pages? To be honest, I am not entirely sure
why your application is behaving this way (need one those experts to
answer on your thread :) ). However, i am trying to think of all the
things that I do when i setup Forms Authentication based web-app as I
have NEVER faced this problem.

Cheers,
- V

KNC wrote:

Quote:

Originally Posted by

Hi V,
>
Thanks for your help. But as my message, I already tried to remove
"Integrated Windows authentication" and add user "NETWORK SERVICE" into
user list of my folder of website (under wwwroot) but no effect.
I've just re-tried as your instruction but it is still the same
phenomenon.
FYI, the authentication type of web.config is <authentication
mode="Forms">
Moreover, if I setting the Anonymous user account is a power user
(such as Administrator), it works fine, no authentication dialog at
all.
>
Would you guys pls give the root cause of this problem?
>
Thanks in advance,
KNC
>
V wrote:

Quote:

Originally Posted by

KNC,

You should anyway remove the "Integrated WIndows Authentication"
setting from IIS. Having done that, you should make sure that the
physical directory that you have your website in has permissions for
the Network Service. Thirdly, what kind of authentication have you
specified for your web site (typically a setting in your web.config
file). Try checking that.

- Vaibhav

On Nov 2, 1:25 pm, "KNC" <k...@.glassegg.comwrote:

Quote:

Originally Posted by

Hi all,
>
I'm developing a website and deployed on webserver, it always
display an authentication dialog that user must login with valid
Windows user. Would anyone helps to instruct how to prohibit this
dialog?
Some information provides for you:
1) Dev softs:
- VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition
2) Server:
a) Website Directory security:
- Allow anonymous access (IUSR_Server)
- Integrated Windows authentication.
b) OS: Windows 2003 Server.
>
The particular note is when deplying other Windows 2003 Server PC, it
works fine without any authentication dialog although the configuration
is exactly the same.
Some no - effective solutions:
- Remove "Integrated Windows authentication": result of "you are
unauthorized to ..."
- Add permission for user Evryone, Anonymous Logon, Network Service.
>
Very appreciated for any hint.
KNC

Monday, March 26, 2012

Strange error

A few days ago I deployed a new ASP.NET application. The app works fine
generally but every few days or so it throws an exception with a very strang
e
message I've never seen before:
Could not find file "C:\WINDOWS\TEMP\vk_x9cmw.dll".Could not find file
"C:\WINDOWS\TEMP\ro4ila9a.dll".Could not find file
"C:\WINDOWS\TEMP\1krawee2.dll".Could not find file
"C:\WINDOWS\TEMP\0uzbc8zu.dll".Could not find file
"C:\WINDOWS\TEMP\yvghizba.dll".Could not find file
"C:\WINDOWS\TEMP\b2e2qvxk.dll".Could not find file
"C:\WINDOWS\TEMP\hm5ynka-.dll".
I've search the MS KB for these file names as well as a google search and
get nothing. Has anyone ever experienced this type of problem? The app is
written in C# and I am using the Data Application Block.Do not search for those file names.
Those are temporary names created on a fly.
Usually you would get that error if you are using XmlSerializer. But my gues
s the ASP.NET engine cretes temp file as well.
So you need to have more info at which point you get those errors.
George.
"Mike" <Mike@.discussions.microsoft.com> wrote in message news:0BBEDD57-7430-
461E-981A-7A376D0B2911@.microsoft.com...
A few days ago I deployed a new ASP.NET application. The app works fine
generally but every few days or so it throws an exception with a very strang
e
message I've never seen before:
Could not find file "C:\WINDOWS\TEMP\vk_x9cmw.dll".Could not find file
"C:\WINDOWS\TEMP\ro4ila9a.dll".Could not find file
"C:\WINDOWS\TEMP\1krawee2.dll".Could not find file
"C:\WINDOWS\TEMP\0uzbc8zu.dll".Could not find file
"C:\WINDOWS\TEMP\yvghizba.dll".Could not find file
"C:\WINDOWS\TEMP\b2e2qvxk.dll".Could not find file
"C:\WINDOWS\TEMP\hm5ynka-.dll".
I've search the MS KB for these file names as well as a google search and
get nothing. Has anyone ever experienced this type of problem? The app is
written in C# and I am using the Data Application Block.

Strange error

A few days ago I deployed a new ASP.NET application. The app works fine
generally but every few days or so it throws an exception with a very strange
message I've never seen before:

Could not find file "C:\WINDOWS\TEMP\vk_x9cmw.dll".Could not find file
"C:\WINDOWS\TEMP\ro4ila9a.dll".Could not find file
"C:\WINDOWS\TEMP\1krawee2.dll".Could not find file
"C:\WINDOWS\TEMP\0uzbc8zu.dll".Could not find file
"C:\WINDOWS\TEMP\yvghizba.dll".Could not find file
"C:\WINDOWS\TEMP\b2e2qvxk.dll".Could not find file
"C:\WINDOWS\TEMP\hm5ynka-.dll".

I've search the MS KB for these file names as well as a google search and
get nothing. Has anyone ever experienced this type of problem? The app is
written in C# and I am using the Data Application Block.Do not search for those file names.
Those are temporary names created on a fly.
Usually you would get that error if you are using XmlSerializer. But my guess the ASP.NET engine cretes temp file as well.

So you need to have more info at which point you get those errors.

George.

"Mike" <Mike@.discussions.microsoft.com> wrote in message news:0BBEDD57-7430-461E-981A-7A376D0B2911@.microsoft.com...
A few days ago I deployed a new ASP.NET application. The app works fine
generally but every few days or so it throws an exception with a very strange
message I've never seen before:

Could not find file "C:\WINDOWS\TEMP\vk_x9cmw.dll".Could not find file
"C:\WINDOWS\TEMP\ro4ila9a.dll".Could not find file
"C:\WINDOWS\TEMP\1krawee2.dll".Could not find file
"C:\WINDOWS\TEMP\0uzbc8zu.dll".Could not find file
"C:\WINDOWS\TEMP\yvghizba.dll".Could not find file
"C:\WINDOWS\TEMP\b2e2qvxk.dll".Could not find file
"C:\WINDOWS\TEMP\hm5ynka-.dll".

I've search the MS KB for these file names as well as a google search and
get nothing. Has anyone ever experienced this type of problem? The app is
written in C# and I am using the Data Application Block.

Tuesday, March 13, 2012

Strange Phenom

Hey all,

I deployed an asp.net app that has only 2 forms in it to a hosting service.
When I surfed to it on from xp machine that app worked fine.
However, if I surf from a pc that has win98 on it but all the latest service
packs on it, i can get to the first form but when i select a record to goto
the 2nd form it just posts back to the 1st form. Any ideas?

thanks,
rodcharI had simular problems before and it always came down to me having to run
the following commands on my server:

aspnet_regiis.exe -i
aspnet_regiis.exe -c

This would correct the ISAPI mappings and the WebValidation.js file for the
framework version that I compiled the application with. Since it is a
hosting situation, and I doubt you will able to have those commands run, you
just might check which version your hosting service is using and make sure
you compile your application using that version of the framework.

HTH

-Chris

"rodchar" <rodchar@.discussions.microsoft.com> wrote in message
news:36F1F1F9-A4EA-4119-9CB1-F63239103722@.microsoft.com...
> Hey all,
> I deployed an asp.net app that has only 2 forms in it to a hosting
> service.
> When I surfed to it on from xp machine that app worked fine.
> However, if I surf from a pc that has win98 on it but all the latest
> service
> packs on it, i can get to the first form but when i select a record to
> goto
> the 2nd form it just posts back to the 1st form. Any ideas?
> thanks,
> rodchar
Thank you.

"Chris Austin" wrote:

> I had simular problems before and it always came down to me having to run
> the following commands on my server:
> aspnet_regiis.exe -i
> aspnet_regiis.exe -c
> This would correct the ISAPI mappings and the WebValidation.js file for the
> framework version that I compiled the application with. Since it is a
> hosting situation, and I doubt you will able to have those commands run, you
> just might check which version your hosting service is using and make sure
> you compile your application using that version of the framework.
> HTH
> -Chris
> "rodchar" <rodchar@.discussions.microsoft.com> wrote in message
> news:36F1F1F9-A4EA-4119-9CB1-F63239103722@.microsoft.com...
> > Hey all,
> > I deployed an asp.net app that has only 2 forms in it to a hosting
> > service.
> > When I surfed to it on from xp machine that app worked fine.
> > However, if I surf from a pc that has win98 on it but all the latest
> > service
> > packs on it, i can get to the first form but when i select a record to
> > goto
> > the 2nd form it just posts back to the 1st form. Any ideas?
> > thanks,
> > rodchar
>

Strange Phenom

Hey all,
I deployed an asp.net app that has only 2 forms in it to a hosting service.
When I surfed to it on from xp machine that app worked fine.
However, if I surf from a pc that has win98 on it but all the latest service
packs on it, i can get to the first form but when i select a record to goto
the 2nd form it just posts back to the 1st form. Any ideas?
thanks,
rodcharI had simular problems before and it always came down to me having to run
the following commands on my server:
aspnet_regiis.exe -i
aspnet_regiis.exe -c
This would correct the ISAPI mappings and the WebValidation.js file for the
framework version that I compiled the application with. Since it is a
hosting situation, and I doubt you will able to have those commands run, you
just might check which version your hosting service is using and make sure
you compile your application using that version of the framework.
HTH
-Chris
"rodchar" <rodchar@.discussions.microsoft.com> wrote in message
news:36F1F1F9-A4EA-4119-9CB1-F63239103722@.microsoft.com...
> Hey all,
> I deployed an asp.net app that has only 2 forms in it to a hosting
> service.
> When I surfed to it on from xp machine that app worked fine.
> However, if I surf from a pc that has win98 on it but all the latest
> service
> packs on it, i can get to the first form but when i select a record to
> goto
> the 2nd form it just posts back to the 1st form. Any ideas?
> thanks,
> rodchar
Thank you.
"Chris Austin" wrote:

> I had simular problems before and it always came down to me having to run
> the following commands on my server:
> aspnet_regiis.exe -i
> aspnet_regiis.exe -c
> This would correct the ISAPI mappings and the WebValidation.js file for th
e
> framework version that I compiled the application with. Since it is a
> hosting situation, and I doubt you will able to have those commands run, y
ou
> just might check which version your hosting service is using and make sure
> you compile your application using that version of the framework.
> HTH
> -Chris
> "rodchar" <rodchar@.discussions.microsoft.com> wrote in message
> news:36F1F1F9-A4EA-4119-9CB1-F63239103722@.microsoft.com...
>
>

Strange problem submit button not working

Hi,
I have encountered a strange problem with an asp.net application. I have the
same code deployed on staging and production. On clicking the submit button
the app is supposed to send an email.
This works fine on staging environment for both Netscape and IE.
But on production (it has multiple servers) for some reason it fails in IE
but works in Netscape. So if I now click on submit nothing happens on
production.
Both the environments have the same code. Has anyone ever encountered this.
Not sure if this is the correct place for such a problem, if any one knows a
more suitable group please let me know.
Really puzzled here..any help will be really appreciated.
Thanks!Are using Validation? Are you familiar with the bug in Service Pack 1
for .NET v1.1 ? There's an issue with a WebUIValidation.js file. Could
the production server have intalled this SP1? An interesting page
pertaining to this is here and mention of a fix.
http://weblogs.asp.net/pwilson/arch.../16/230591.aspx
On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
<jbhan@.discussions.microsoft.com> wrote:

>Hi,
>I have encountered a strange problem with an asp.net application. I have th
e
>same code deployed on staging and production. On clicking the submit button
>the app is supposed to send an email.
>This works fine on staging environment for both Netscape and IE.
>But on production (it has multiple servers) for some reason it fails in IE
>but works in Netscape. So if I now click on submit nothing happens on
>production.
>Both the environments have the same code. Has anyone ever encountered this.
>Not sure if this is the correct place for such a problem, if any one knows
a
>more suitable group please let me know.
>Really puzzled here..any help will be really appreciated.
>Thanks!
Thanks for the reply. I did come across this but when I inquired about the O
S
and service pack on the production server, they said it was Windows 2000
Service Pack 4 and thats for both the staging and production. They also
mentioned that they have not applied any other update or service pack.
I am thinking maybe the best option is not to use the validators at all?
They just cause problems all the time!
Any ideas?
Thanks,
jbhan
"JuLiE Dxer" wrote:

> Are using Validation? Are you familiar with the bug in Service Pack 1
> for .NET v1.1 ? There's an issue with a WebUIValidation.js file. Could
> the production server have intalled this SP1? An interesting page
> pertaining to this is here and mention of a fix.
>
> http://weblogs.asp.net/pwilson/arch.../16/230591.aspx
>
> On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
> <jbhan@.discussions.microsoft.com> wrote:
>
>

Strange problem submit button not working

Hi,

I have encountered a strange problem with an asp.net application. I have the
same code deployed on staging and production. On clicking the submit button
the app is supposed to send an email.
This works fine on staging environment for both netscape and IE.

But on production (it has multiple servers) for some reason it fails in IE
but works in Netscape. So if I now click on submit nothing happens on
production.

Both the environments have the same code. Has anyone ever encountered this.
Not sure if this is the correct place for such a problem, if any one knows a
more suitable group please let me know.
Really puzzled here..any help will be really appreciated.

Thanks!Are using Validation? Are you familiar with the bug in Service Pack 1
for .NET v1.1 ? There's an issue with a WebUIValidation.js file. Could
the production server have intalled this SP1? An interesting page
pertaining to this is here and mention of a fix.

http://weblogs.asp.net/pwilson/arch.../16/230591.aspx

On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
<jbhan@.discussions.microsoft.com> wrote:

>Hi,
>I have encountered a strange problem with an asp.net application. I have the
>same code deployed on staging and production. On clicking the submit button
>the app is supposed to send an email.
>This works fine on staging environment for both netscape and IE.
>But on production (it has multiple servers) for some reason it fails in IE
>but works in Netscape. So if I now click on submit nothing happens on
>production.
>Both the environments have the same code. Has anyone ever encountered this.
>Not sure if this is the correct place for such a problem, if any one knows a
>more suitable group please let me know.
>Really puzzled here..any help will be really appreciated.
>Thanks!
Thanks for the reply. I did come across this but when I inquired about the OS
and service pack on the production server, they said it was Windows 2000
Service Pack 4 and thats for both the staging and production. They also
mentioned that they have not applied any other update or service pack.

I am thinking maybe the best option is not to use the validators at all?
They just cause problems all the time!

Any ideas?

Thanks,
jbhan

"JuLiE Dxer" wrote:

> Are using Validation? Are you familiar with the bug in Service Pack 1
> for .NET v1.1 ? There's an issue with a WebUIValidation.js file. Could
> the production server have intalled this SP1? An interesting page
> pertaining to this is here and mention of a fix.
>
> http://weblogs.asp.net/pwilson/arch.../16/230591.aspx
>
> On Tue, 12 Oct 2004 11:33:06 -0700, "jbhan"
> <jbhan@.discussions.microsoft.com> wrote:
> >Hi,
> >I have encountered a strange problem with an asp.net application. I have the
> >same code deployed on staging and production. On clicking the submit button
> >the app is supposed to send an email.
> >This works fine on staging environment for both netscape and IE.
> >But on production (it has multiple servers) for some reason it fails in IE
> >but works in Netscape. So if I now click on submit nothing happens on
> >production.
> >Both the environments have the same code. Has anyone ever encountered this.
> >Not sure if this is the correct place for such a problem, if any one knows a
> >more suitable group please let me know.
> >Really puzzled here..any help will be really appreciated.
> >Thanks!
>